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
pulumi_snowflake/pipe.py CHANGED
@@ -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
@@ -19,26 +20,26 @@ __all__ = ['PipeArgs', 'Pipe']
19
20
  @pulumi.input_type
20
21
  class PipeArgs:
21
22
  def __init__(__self__, *,
22
- copy_statement: pulumi.Input[str],
23
- database: pulumi.Input[str],
24
- schema: pulumi.Input[str],
25
- auto_ingest: Optional[pulumi.Input[bool]] = None,
26
- aws_sns_topic_arn: Optional[pulumi.Input[str]] = None,
27
- comment: Optional[pulumi.Input[str]] = None,
28
- error_integration: Optional[pulumi.Input[str]] = None,
29
- integration: Optional[pulumi.Input[str]] = None,
30
- name: Optional[pulumi.Input[str]] = None):
23
+ copy_statement: pulumi.Input[builtins.str],
24
+ database: pulumi.Input[builtins.str],
25
+ schema: pulumi.Input[builtins.str],
26
+ auto_ingest: Optional[pulumi.Input[builtins.bool]] = None,
27
+ aws_sns_topic_arn: Optional[pulumi.Input[builtins.str]] = None,
28
+ comment: Optional[pulumi.Input[builtins.str]] = None,
29
+ error_integration: Optional[pulumi.Input[builtins.str]] = None,
30
+ integration: Optional[pulumi.Input[builtins.str]] = None,
31
+ name: Optional[pulumi.Input[builtins.str]] = None):
31
32
  """
32
33
  The set of arguments for constructing a Pipe resource.
33
- :param pulumi.Input[str] copy_statement: Specifies the copy statement for the pipe.
34
- :param pulumi.Input[str] database: The database in which to create the pipe.
35
- :param pulumi.Input[str] schema: The schema in which to create the pipe.
36
- :param pulumi.Input[bool] auto_ingest: Specifies a auto_ingest param for the pipe.
37
- :param pulumi.Input[str] aws_sns_topic_arn: Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket.
38
- :param pulumi.Input[str] comment: Specifies a comment for the pipe.
39
- :param pulumi.Input[str] error_integration: Specifies the name of the notification integration used for error notifications.
40
- :param pulumi.Input[str] integration: Specifies an integration for the pipe.
41
- :param pulumi.Input[str] name: Specifies the identifier for the pipe; must be unique for the database and schema in which the pipe is created.
34
+ :param pulumi.Input[builtins.str] copy_statement: Specifies the copy statement for the pipe.
35
+ :param pulumi.Input[builtins.str] database: The database in which to create the pipe.
36
+ :param pulumi.Input[builtins.str] schema: The schema in which to create the pipe.
37
+ :param pulumi.Input[builtins.bool] auto_ingest: Specifies a auto_ingest param for the pipe.
38
+ :param pulumi.Input[builtins.str] aws_sns_topic_arn: Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket.
39
+ :param pulumi.Input[builtins.str] comment: Specifies a comment for the pipe.
40
+ :param pulumi.Input[builtins.str] error_integration: Specifies the name of the notification integration used for error notifications.
41
+ :param pulumi.Input[builtins.str] integration: Specifies an integration for the pipe.
42
+ :param pulumi.Input[builtins.str] name: Specifies the identifier for the pipe; must be unique for the database and schema in which the pipe is created.
42
43
  """
43
44
  pulumi.set(__self__, "copy_statement", copy_statement)
44
45
  pulumi.set(__self__, "database", database)
@@ -58,142 +59,142 @@ class PipeArgs:
58
59
 
59
60
  @property
60
61
  @pulumi.getter(name="copyStatement")
61
- def copy_statement(self) -> pulumi.Input[str]:
62
+ def copy_statement(self) -> pulumi.Input[builtins.str]:
62
63
  """
63
64
  Specifies the copy statement for the pipe.
64
65
  """
65
66
  return pulumi.get(self, "copy_statement")
66
67
 
67
68
  @copy_statement.setter
68
- def copy_statement(self, value: pulumi.Input[str]):
69
+ def copy_statement(self, value: pulumi.Input[builtins.str]):
69
70
  pulumi.set(self, "copy_statement", value)
70
71
 
71
72
  @property
72
73
  @pulumi.getter
73
- def database(self) -> pulumi.Input[str]:
74
+ def database(self) -> pulumi.Input[builtins.str]:
74
75
  """
75
76
  The database in which to create the pipe.
76
77
  """
77
78
  return pulumi.get(self, "database")
78
79
 
79
80
  @database.setter
80
- def database(self, value: pulumi.Input[str]):
81
+ def database(self, value: pulumi.Input[builtins.str]):
81
82
  pulumi.set(self, "database", value)
82
83
 
83
84
  @property
84
85
  @pulumi.getter
85
- def schema(self) -> pulumi.Input[str]:
86
+ def schema(self) -> pulumi.Input[builtins.str]:
86
87
  """
87
88
  The schema in which to create the pipe.
88
89
  """
89
90
  return pulumi.get(self, "schema")
90
91
 
91
92
  @schema.setter
92
- def schema(self, value: pulumi.Input[str]):
93
+ def schema(self, value: pulumi.Input[builtins.str]):
93
94
  pulumi.set(self, "schema", value)
94
95
 
95
96
  @property
96
97
  @pulumi.getter(name="autoIngest")
97
- def auto_ingest(self) -> Optional[pulumi.Input[bool]]:
98
+ def auto_ingest(self) -> Optional[pulumi.Input[builtins.bool]]:
98
99
  """
99
100
  Specifies a auto_ingest param for the pipe.
100
101
  """
101
102
  return pulumi.get(self, "auto_ingest")
102
103
 
103
104
  @auto_ingest.setter
104
- def auto_ingest(self, value: Optional[pulumi.Input[bool]]):
105
+ def auto_ingest(self, value: Optional[pulumi.Input[builtins.bool]]):
105
106
  pulumi.set(self, "auto_ingest", value)
106
107
 
107
108
  @property
108
109
  @pulumi.getter(name="awsSnsTopicArn")
109
- def aws_sns_topic_arn(self) -> Optional[pulumi.Input[str]]:
110
+ def aws_sns_topic_arn(self) -> Optional[pulumi.Input[builtins.str]]:
110
111
  """
111
112
  Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket.
112
113
  """
113
114
  return pulumi.get(self, "aws_sns_topic_arn")
114
115
 
115
116
  @aws_sns_topic_arn.setter
116
- def aws_sns_topic_arn(self, value: Optional[pulumi.Input[str]]):
117
+ def aws_sns_topic_arn(self, value: Optional[pulumi.Input[builtins.str]]):
117
118
  pulumi.set(self, "aws_sns_topic_arn", value)
118
119
 
119
120
  @property
120
121
  @pulumi.getter
121
- def comment(self) -> Optional[pulumi.Input[str]]:
122
+ def comment(self) -> Optional[pulumi.Input[builtins.str]]:
122
123
  """
123
124
  Specifies a comment for the pipe.
124
125
  """
125
126
  return pulumi.get(self, "comment")
126
127
 
127
128
  @comment.setter
128
- def comment(self, value: Optional[pulumi.Input[str]]):
129
+ def comment(self, value: Optional[pulumi.Input[builtins.str]]):
129
130
  pulumi.set(self, "comment", value)
130
131
 
131
132
  @property
132
133
  @pulumi.getter(name="errorIntegration")
133
- def error_integration(self) -> Optional[pulumi.Input[str]]:
134
+ def error_integration(self) -> Optional[pulumi.Input[builtins.str]]:
134
135
  """
135
136
  Specifies the name of the notification integration used for error notifications.
136
137
  """
137
138
  return pulumi.get(self, "error_integration")
138
139
 
139
140
  @error_integration.setter
140
- def error_integration(self, value: Optional[pulumi.Input[str]]):
141
+ def error_integration(self, value: Optional[pulumi.Input[builtins.str]]):
141
142
  pulumi.set(self, "error_integration", value)
142
143
 
143
144
  @property
144
145
  @pulumi.getter
145
- def integration(self) -> Optional[pulumi.Input[str]]:
146
+ def integration(self) -> Optional[pulumi.Input[builtins.str]]:
146
147
  """
147
148
  Specifies an integration for the pipe.
148
149
  """
149
150
  return pulumi.get(self, "integration")
150
151
 
151
152
  @integration.setter
152
- def integration(self, value: Optional[pulumi.Input[str]]):
153
+ def integration(self, value: Optional[pulumi.Input[builtins.str]]):
153
154
  pulumi.set(self, "integration", value)
154
155
 
155
156
  @property
156
157
  @pulumi.getter
157
- def name(self) -> Optional[pulumi.Input[str]]:
158
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
158
159
  """
159
160
  Specifies the identifier for the pipe; must be unique for the database and schema in which the pipe is created.
160
161
  """
161
162
  return pulumi.get(self, "name")
162
163
 
163
164
  @name.setter
164
- def name(self, value: Optional[pulumi.Input[str]]):
165
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
165
166
  pulumi.set(self, "name", value)
166
167
 
167
168
 
168
169
  @pulumi.input_type
169
170
  class _PipeState:
170
171
  def __init__(__self__, *,
171
- auto_ingest: Optional[pulumi.Input[bool]] = None,
172
- aws_sns_topic_arn: Optional[pulumi.Input[str]] = None,
173
- comment: Optional[pulumi.Input[str]] = None,
174
- copy_statement: Optional[pulumi.Input[str]] = None,
175
- database: Optional[pulumi.Input[str]] = None,
176
- error_integration: Optional[pulumi.Input[str]] = None,
177
- fully_qualified_name: Optional[pulumi.Input[str]] = None,
178
- integration: Optional[pulumi.Input[str]] = None,
179
- name: Optional[pulumi.Input[str]] = None,
180
- notification_channel: Optional[pulumi.Input[str]] = None,
181
- owner: Optional[pulumi.Input[str]] = None,
182
- schema: Optional[pulumi.Input[str]] = None):
172
+ auto_ingest: Optional[pulumi.Input[builtins.bool]] = None,
173
+ aws_sns_topic_arn: Optional[pulumi.Input[builtins.str]] = None,
174
+ comment: Optional[pulumi.Input[builtins.str]] = None,
175
+ copy_statement: Optional[pulumi.Input[builtins.str]] = None,
176
+ database: Optional[pulumi.Input[builtins.str]] = None,
177
+ error_integration: Optional[pulumi.Input[builtins.str]] = None,
178
+ fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
179
+ integration: Optional[pulumi.Input[builtins.str]] = None,
180
+ name: Optional[pulumi.Input[builtins.str]] = None,
181
+ notification_channel: Optional[pulumi.Input[builtins.str]] = None,
182
+ owner: Optional[pulumi.Input[builtins.str]] = None,
183
+ schema: Optional[pulumi.Input[builtins.str]] = None):
183
184
  """
184
185
  Input properties used for looking up and filtering Pipe resources.
185
- :param pulumi.Input[bool] auto_ingest: Specifies a auto_ingest param for the pipe.
186
- :param pulumi.Input[str] aws_sns_topic_arn: Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket.
187
- :param pulumi.Input[str] comment: Specifies a comment for the pipe.
188
- :param pulumi.Input[str] copy_statement: Specifies the copy statement for the pipe.
189
- :param pulumi.Input[str] database: The database in which to create the pipe.
190
- :param pulumi.Input[str] error_integration: Specifies the name of the notification integration used for error notifications.
191
- :param pulumi.Input[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).
192
- :param pulumi.Input[str] integration: Specifies an integration for the pipe.
193
- :param pulumi.Input[str] name: Specifies the identifier for the pipe; must be unique for the database and schema in which the pipe is created.
194
- :param pulumi.Input[str] notification_channel: Amazon Resource Name of the Amazon SQS queue for the stage named in the DEFINITION column.
195
- :param pulumi.Input[str] owner: Name of the role that owns the pipe.
196
- :param pulumi.Input[str] schema: The schema in which to create the pipe.
186
+ :param pulumi.Input[builtins.bool] auto_ingest: Specifies a auto_ingest param for the pipe.
187
+ :param pulumi.Input[builtins.str] aws_sns_topic_arn: Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket.
188
+ :param pulumi.Input[builtins.str] comment: Specifies a comment for the pipe.
189
+ :param pulumi.Input[builtins.str] copy_statement: Specifies the copy statement for the pipe.
190
+ :param pulumi.Input[builtins.str] database: The database in which to create the pipe.
191
+ :param pulumi.Input[builtins.str] error_integration: Specifies the name of the notification integration used for error notifications.
192
+ :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).
193
+ :param pulumi.Input[builtins.str] integration: Specifies an integration for the pipe.
194
+ :param pulumi.Input[builtins.str] name: Specifies the identifier for the pipe; must be unique for the database and schema in which the pipe is created.
195
+ :param pulumi.Input[builtins.str] notification_channel: Amazon Resource Name of the Amazon SQS queue for the stage named in the DEFINITION column.
196
+ :param pulumi.Input[builtins.str] owner: Name of the role that owns the pipe.
197
+ :param pulumi.Input[builtins.str] schema: The schema in which to create the pipe.
197
198
  """
198
199
  if auto_ingest is not None:
199
200
  pulumi.set(__self__, "auto_ingest", auto_ingest)
@@ -222,146 +223,146 @@ class _PipeState:
222
223
 
223
224
  @property
224
225
  @pulumi.getter(name="autoIngest")
225
- def auto_ingest(self) -> Optional[pulumi.Input[bool]]:
226
+ def auto_ingest(self) -> Optional[pulumi.Input[builtins.bool]]:
226
227
  """
227
228
  Specifies a auto_ingest param for the pipe.
228
229
  """
229
230
  return pulumi.get(self, "auto_ingest")
230
231
 
231
232
  @auto_ingest.setter
232
- def auto_ingest(self, value: Optional[pulumi.Input[bool]]):
233
+ def auto_ingest(self, value: Optional[pulumi.Input[builtins.bool]]):
233
234
  pulumi.set(self, "auto_ingest", value)
234
235
 
235
236
  @property
236
237
  @pulumi.getter(name="awsSnsTopicArn")
237
- def aws_sns_topic_arn(self) -> Optional[pulumi.Input[str]]:
238
+ def aws_sns_topic_arn(self) -> Optional[pulumi.Input[builtins.str]]:
238
239
  """
239
240
  Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket.
240
241
  """
241
242
  return pulumi.get(self, "aws_sns_topic_arn")
242
243
 
243
244
  @aws_sns_topic_arn.setter
244
- def aws_sns_topic_arn(self, value: Optional[pulumi.Input[str]]):
245
+ def aws_sns_topic_arn(self, value: Optional[pulumi.Input[builtins.str]]):
245
246
  pulumi.set(self, "aws_sns_topic_arn", value)
246
247
 
247
248
  @property
248
249
  @pulumi.getter
249
- def comment(self) -> Optional[pulumi.Input[str]]:
250
+ def comment(self) -> Optional[pulumi.Input[builtins.str]]:
250
251
  """
251
252
  Specifies a comment for the pipe.
252
253
  """
253
254
  return pulumi.get(self, "comment")
254
255
 
255
256
  @comment.setter
256
- def comment(self, value: Optional[pulumi.Input[str]]):
257
+ def comment(self, value: Optional[pulumi.Input[builtins.str]]):
257
258
  pulumi.set(self, "comment", value)
258
259
 
259
260
  @property
260
261
  @pulumi.getter(name="copyStatement")
261
- def copy_statement(self) -> Optional[pulumi.Input[str]]:
262
+ def copy_statement(self) -> Optional[pulumi.Input[builtins.str]]:
262
263
  """
263
264
  Specifies the copy statement for the pipe.
264
265
  """
265
266
  return pulumi.get(self, "copy_statement")
266
267
 
267
268
  @copy_statement.setter
268
- def copy_statement(self, value: Optional[pulumi.Input[str]]):
269
+ def copy_statement(self, value: Optional[pulumi.Input[builtins.str]]):
269
270
  pulumi.set(self, "copy_statement", value)
270
271
 
271
272
  @property
272
273
  @pulumi.getter
273
- def database(self) -> Optional[pulumi.Input[str]]:
274
+ def database(self) -> Optional[pulumi.Input[builtins.str]]:
274
275
  """
275
276
  The database in which to create the pipe.
276
277
  """
277
278
  return pulumi.get(self, "database")
278
279
 
279
280
  @database.setter
280
- def database(self, value: Optional[pulumi.Input[str]]):
281
+ def database(self, value: Optional[pulumi.Input[builtins.str]]):
281
282
  pulumi.set(self, "database", value)
282
283
 
283
284
  @property
284
285
  @pulumi.getter(name="errorIntegration")
285
- def error_integration(self) -> Optional[pulumi.Input[str]]:
286
+ def error_integration(self) -> Optional[pulumi.Input[builtins.str]]:
286
287
  """
287
288
  Specifies the name of the notification integration used for error notifications.
288
289
  """
289
290
  return pulumi.get(self, "error_integration")
290
291
 
291
292
  @error_integration.setter
292
- def error_integration(self, value: Optional[pulumi.Input[str]]):
293
+ def error_integration(self, value: Optional[pulumi.Input[builtins.str]]):
293
294
  pulumi.set(self, "error_integration", value)
294
295
 
295
296
  @property
296
297
  @pulumi.getter(name="fullyQualifiedName")
297
- def fully_qualified_name(self) -> Optional[pulumi.Input[str]]:
298
+ def fully_qualified_name(self) -> Optional[pulumi.Input[builtins.str]]:
298
299
  """
299
300
  Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
300
301
  """
301
302
  return pulumi.get(self, "fully_qualified_name")
302
303
 
303
304
  @fully_qualified_name.setter
304
- def fully_qualified_name(self, value: Optional[pulumi.Input[str]]):
305
+ def fully_qualified_name(self, value: Optional[pulumi.Input[builtins.str]]):
305
306
  pulumi.set(self, "fully_qualified_name", value)
306
307
 
307
308
  @property
308
309
  @pulumi.getter
309
- def integration(self) -> Optional[pulumi.Input[str]]:
310
+ def integration(self) -> Optional[pulumi.Input[builtins.str]]:
310
311
  """
311
312
  Specifies an integration for the pipe.
312
313
  """
313
314
  return pulumi.get(self, "integration")
314
315
 
315
316
  @integration.setter
316
- def integration(self, value: Optional[pulumi.Input[str]]):
317
+ def integration(self, value: Optional[pulumi.Input[builtins.str]]):
317
318
  pulumi.set(self, "integration", value)
318
319
 
319
320
  @property
320
321
  @pulumi.getter
321
- def name(self) -> Optional[pulumi.Input[str]]:
322
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
322
323
  """
323
324
  Specifies the identifier for the pipe; must be unique for the database and schema in which the pipe is created.
324
325
  """
325
326
  return pulumi.get(self, "name")
326
327
 
327
328
  @name.setter
328
- def name(self, value: Optional[pulumi.Input[str]]):
329
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
329
330
  pulumi.set(self, "name", value)
330
331
 
331
332
  @property
332
333
  @pulumi.getter(name="notificationChannel")
333
- def notification_channel(self) -> Optional[pulumi.Input[str]]:
334
+ def notification_channel(self) -> Optional[pulumi.Input[builtins.str]]:
334
335
  """
335
336
  Amazon Resource Name of the Amazon SQS queue for the stage named in the DEFINITION column.
336
337
  """
337
338
  return pulumi.get(self, "notification_channel")
338
339
 
339
340
  @notification_channel.setter
340
- def notification_channel(self, value: Optional[pulumi.Input[str]]):
341
+ def notification_channel(self, value: Optional[pulumi.Input[builtins.str]]):
341
342
  pulumi.set(self, "notification_channel", value)
342
343
 
343
344
  @property
344
345
  @pulumi.getter
345
- def owner(self) -> Optional[pulumi.Input[str]]:
346
+ def owner(self) -> Optional[pulumi.Input[builtins.str]]:
346
347
  """
347
348
  Name of the role that owns the pipe.
348
349
  """
349
350
  return pulumi.get(self, "owner")
350
351
 
351
352
  @owner.setter
352
- def owner(self, value: Optional[pulumi.Input[str]]):
353
+ def owner(self, value: Optional[pulumi.Input[builtins.str]]):
353
354
  pulumi.set(self, "owner", value)
354
355
 
355
356
  @property
356
357
  @pulumi.getter
357
- def schema(self) -> Optional[pulumi.Input[str]]:
358
+ def schema(self) -> Optional[pulumi.Input[builtins.str]]:
358
359
  """
359
360
  The schema in which to create the pipe.
360
361
  """
361
362
  return pulumi.get(self, "schema")
362
363
 
363
364
  @schema.setter
364
- def schema(self, value: Optional[pulumi.Input[str]]):
365
+ def schema(self, value: Optional[pulumi.Input[builtins.str]]):
365
366
  pulumi.set(self, "schema", value)
366
367
 
367
368
 
@@ -370,15 +371,15 @@ class Pipe(pulumi.CustomResource):
370
371
  def __init__(__self__,
371
372
  resource_name: str,
372
373
  opts: Optional[pulumi.ResourceOptions] = None,
373
- auto_ingest: Optional[pulumi.Input[bool]] = None,
374
- aws_sns_topic_arn: Optional[pulumi.Input[str]] = None,
375
- comment: Optional[pulumi.Input[str]] = None,
376
- copy_statement: Optional[pulumi.Input[str]] = None,
377
- database: Optional[pulumi.Input[str]] = None,
378
- error_integration: Optional[pulumi.Input[str]] = None,
379
- integration: Optional[pulumi.Input[str]] = None,
380
- name: Optional[pulumi.Input[str]] = None,
381
- schema: Optional[pulumi.Input[str]] = None,
374
+ auto_ingest: Optional[pulumi.Input[builtins.bool]] = None,
375
+ aws_sns_topic_arn: Optional[pulumi.Input[builtins.str]] = None,
376
+ comment: Optional[pulumi.Input[builtins.str]] = None,
377
+ copy_statement: Optional[pulumi.Input[builtins.str]] = None,
378
+ database: Optional[pulumi.Input[builtins.str]] = None,
379
+ error_integration: Optional[pulumi.Input[builtins.str]] = None,
380
+ integration: Optional[pulumi.Input[builtins.str]] = None,
381
+ name: Optional[pulumi.Input[builtins.str]] = None,
382
+ schema: Optional[pulumi.Input[builtins.str]] = None,
382
383
  __props__=None):
383
384
  """
384
385
  ## Import
@@ -391,15 +392,15 @@ class Pipe(pulumi.CustomResource):
391
392
 
392
393
  :param str resource_name: The name of the resource.
393
394
  :param pulumi.ResourceOptions opts: Options for the resource.
394
- :param pulumi.Input[bool] auto_ingest: Specifies a auto_ingest param for the pipe.
395
- :param pulumi.Input[str] aws_sns_topic_arn: Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket.
396
- :param pulumi.Input[str] comment: Specifies a comment for the pipe.
397
- :param pulumi.Input[str] copy_statement: Specifies the copy statement for the pipe.
398
- :param pulumi.Input[str] database: The database in which to create the pipe.
399
- :param pulumi.Input[str] error_integration: Specifies the name of the notification integration used for error notifications.
400
- :param pulumi.Input[str] integration: Specifies an integration for the pipe.
401
- :param pulumi.Input[str] name: Specifies the identifier for the pipe; must be unique for the database and schema in which the pipe is created.
402
- :param pulumi.Input[str] schema: The schema in which to create the pipe.
395
+ :param pulumi.Input[builtins.bool] auto_ingest: Specifies a auto_ingest param for the pipe.
396
+ :param pulumi.Input[builtins.str] aws_sns_topic_arn: Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket.
397
+ :param pulumi.Input[builtins.str] comment: Specifies a comment for the pipe.
398
+ :param pulumi.Input[builtins.str] copy_statement: Specifies the copy statement for the pipe.
399
+ :param pulumi.Input[builtins.str] database: The database in which to create the pipe.
400
+ :param pulumi.Input[builtins.str] error_integration: Specifies the name of the notification integration used for error notifications.
401
+ :param pulumi.Input[builtins.str] integration: Specifies an integration for the pipe.
402
+ :param pulumi.Input[builtins.str] name: Specifies the identifier for the pipe; must be unique for the database and schema in which the pipe is created.
403
+ :param pulumi.Input[builtins.str] schema: The schema in which to create the pipe.
403
404
  """
404
405
  ...
405
406
  @overload
@@ -431,15 +432,15 @@ class Pipe(pulumi.CustomResource):
431
432
  def _internal_init(__self__,
432
433
  resource_name: str,
433
434
  opts: Optional[pulumi.ResourceOptions] = None,
434
- auto_ingest: Optional[pulumi.Input[bool]] = None,
435
- aws_sns_topic_arn: Optional[pulumi.Input[str]] = None,
436
- comment: Optional[pulumi.Input[str]] = None,
437
- copy_statement: Optional[pulumi.Input[str]] = None,
438
- database: Optional[pulumi.Input[str]] = None,
439
- error_integration: Optional[pulumi.Input[str]] = None,
440
- integration: Optional[pulumi.Input[str]] = None,
441
- name: Optional[pulumi.Input[str]] = None,
442
- schema: Optional[pulumi.Input[str]] = None,
435
+ auto_ingest: Optional[pulumi.Input[builtins.bool]] = None,
436
+ aws_sns_topic_arn: Optional[pulumi.Input[builtins.str]] = None,
437
+ comment: Optional[pulumi.Input[builtins.str]] = None,
438
+ copy_statement: Optional[pulumi.Input[builtins.str]] = None,
439
+ database: Optional[pulumi.Input[builtins.str]] = None,
440
+ error_integration: Optional[pulumi.Input[builtins.str]] = None,
441
+ integration: Optional[pulumi.Input[builtins.str]] = None,
442
+ name: Optional[pulumi.Input[builtins.str]] = None,
443
+ schema: Optional[pulumi.Input[builtins.str]] = None,
443
444
  __props__=None):
444
445
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
445
446
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -477,18 +478,18 @@ class Pipe(pulumi.CustomResource):
477
478
  def get(resource_name: str,
478
479
  id: pulumi.Input[str],
479
480
  opts: Optional[pulumi.ResourceOptions] = None,
480
- auto_ingest: Optional[pulumi.Input[bool]] = None,
481
- aws_sns_topic_arn: Optional[pulumi.Input[str]] = None,
482
- comment: Optional[pulumi.Input[str]] = None,
483
- copy_statement: Optional[pulumi.Input[str]] = None,
484
- database: Optional[pulumi.Input[str]] = None,
485
- error_integration: Optional[pulumi.Input[str]] = None,
486
- fully_qualified_name: Optional[pulumi.Input[str]] = None,
487
- integration: Optional[pulumi.Input[str]] = None,
488
- name: Optional[pulumi.Input[str]] = None,
489
- notification_channel: Optional[pulumi.Input[str]] = None,
490
- owner: Optional[pulumi.Input[str]] = None,
491
- schema: Optional[pulumi.Input[str]] = None) -> 'Pipe':
481
+ auto_ingest: Optional[pulumi.Input[builtins.bool]] = None,
482
+ aws_sns_topic_arn: Optional[pulumi.Input[builtins.str]] = None,
483
+ comment: Optional[pulumi.Input[builtins.str]] = None,
484
+ copy_statement: Optional[pulumi.Input[builtins.str]] = None,
485
+ database: Optional[pulumi.Input[builtins.str]] = None,
486
+ error_integration: Optional[pulumi.Input[builtins.str]] = None,
487
+ fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
488
+ integration: Optional[pulumi.Input[builtins.str]] = None,
489
+ name: Optional[pulumi.Input[builtins.str]] = None,
490
+ notification_channel: Optional[pulumi.Input[builtins.str]] = None,
491
+ owner: Optional[pulumi.Input[builtins.str]] = None,
492
+ schema: Optional[pulumi.Input[builtins.str]] = None) -> 'Pipe':
492
493
  """
493
494
  Get an existing Pipe resource's state with the given name, id, and optional extra
494
495
  properties used to qualify the lookup.
@@ -496,18 +497,18 @@ class Pipe(pulumi.CustomResource):
496
497
  :param str resource_name: The unique name of the resulting resource.
497
498
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
498
499
  :param pulumi.ResourceOptions opts: Options for the resource.
499
- :param pulumi.Input[bool] auto_ingest: Specifies a auto_ingest param for the pipe.
500
- :param pulumi.Input[str] aws_sns_topic_arn: Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket.
501
- :param pulumi.Input[str] comment: Specifies a comment for the pipe.
502
- :param pulumi.Input[str] copy_statement: Specifies the copy statement for the pipe.
503
- :param pulumi.Input[str] database: The database in which to create the pipe.
504
- :param pulumi.Input[str] error_integration: Specifies the name of the notification integration used for error notifications.
505
- :param pulumi.Input[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).
506
- :param pulumi.Input[str] integration: Specifies an integration for the pipe.
507
- :param pulumi.Input[str] name: Specifies the identifier for the pipe; must be unique for the database and schema in which the pipe is created.
508
- :param pulumi.Input[str] notification_channel: Amazon Resource Name of the Amazon SQS queue for the stage named in the DEFINITION column.
509
- :param pulumi.Input[str] owner: Name of the role that owns the pipe.
510
- :param pulumi.Input[str] schema: The schema in which to create the pipe.
500
+ :param pulumi.Input[builtins.bool] auto_ingest: Specifies a auto_ingest param for the pipe.
501
+ :param pulumi.Input[builtins.str] aws_sns_topic_arn: Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket.
502
+ :param pulumi.Input[builtins.str] comment: Specifies a comment for the pipe.
503
+ :param pulumi.Input[builtins.str] copy_statement: Specifies the copy statement for the pipe.
504
+ :param pulumi.Input[builtins.str] database: The database in which to create the pipe.
505
+ :param pulumi.Input[builtins.str] error_integration: Specifies the name of the notification integration used for error notifications.
506
+ :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).
507
+ :param pulumi.Input[builtins.str] integration: Specifies an integration for the pipe.
508
+ :param pulumi.Input[builtins.str] name: Specifies the identifier for the pipe; must be unique for the database and schema in which the pipe is created.
509
+ :param pulumi.Input[builtins.str] notification_channel: Amazon Resource Name of the Amazon SQS queue for the stage named in the DEFINITION column.
510
+ :param pulumi.Input[builtins.str] owner: Name of the role that owns the pipe.
511
+ :param pulumi.Input[builtins.str] schema: The schema in which to create the pipe.
511
512
  """
512
513
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
513
514
 
@@ -529,7 +530,7 @@ class Pipe(pulumi.CustomResource):
529
530
 
530
531
  @property
531
532
  @pulumi.getter(name="autoIngest")
532
- def auto_ingest(self) -> pulumi.Output[Optional[bool]]:
533
+ def auto_ingest(self) -> pulumi.Output[Optional[builtins.bool]]:
533
534
  """
534
535
  Specifies a auto_ingest param for the pipe.
535
536
  """
@@ -537,7 +538,7 @@ class Pipe(pulumi.CustomResource):
537
538
 
538
539
  @property
539
540
  @pulumi.getter(name="awsSnsTopicArn")
540
- def aws_sns_topic_arn(self) -> pulumi.Output[Optional[str]]:
541
+ def aws_sns_topic_arn(self) -> pulumi.Output[Optional[builtins.str]]:
541
542
  """
542
543
  Specifies the Amazon Resource Name (ARN) for the SNS topic for your S3 bucket.
543
544
  """
@@ -545,7 +546,7 @@ class Pipe(pulumi.CustomResource):
545
546
 
546
547
  @property
547
548
  @pulumi.getter
548
- def comment(self) -> pulumi.Output[Optional[str]]:
549
+ def comment(self) -> pulumi.Output[Optional[builtins.str]]:
549
550
  """
550
551
  Specifies a comment for the pipe.
551
552
  """
@@ -553,7 +554,7 @@ class Pipe(pulumi.CustomResource):
553
554
 
554
555
  @property
555
556
  @pulumi.getter(name="copyStatement")
556
- def copy_statement(self) -> pulumi.Output[str]:
557
+ def copy_statement(self) -> pulumi.Output[builtins.str]:
557
558
  """
558
559
  Specifies the copy statement for the pipe.
559
560
  """
@@ -561,7 +562,7 @@ class Pipe(pulumi.CustomResource):
561
562
 
562
563
  @property
563
564
  @pulumi.getter
564
- def database(self) -> pulumi.Output[str]:
565
+ def database(self) -> pulumi.Output[builtins.str]:
565
566
  """
566
567
  The database in which to create the pipe.
567
568
  """
@@ -569,7 +570,7 @@ class Pipe(pulumi.CustomResource):
569
570
 
570
571
  @property
571
572
  @pulumi.getter(name="errorIntegration")
572
- def error_integration(self) -> pulumi.Output[Optional[str]]:
573
+ def error_integration(self) -> pulumi.Output[Optional[builtins.str]]:
573
574
  """
574
575
  Specifies the name of the notification integration used for error notifications.
575
576
  """
@@ -577,7 +578,7 @@ class Pipe(pulumi.CustomResource):
577
578
 
578
579
  @property
579
580
  @pulumi.getter(name="fullyQualifiedName")
580
- def fully_qualified_name(self) -> pulumi.Output[str]:
581
+ def fully_qualified_name(self) -> pulumi.Output[builtins.str]:
581
582
  """
582
583
  Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
583
584
  """
@@ -585,7 +586,7 @@ class Pipe(pulumi.CustomResource):
585
586
 
586
587
  @property
587
588
  @pulumi.getter
588
- def integration(self) -> pulumi.Output[Optional[str]]:
589
+ def integration(self) -> pulumi.Output[Optional[builtins.str]]:
589
590
  """
590
591
  Specifies an integration for the pipe.
591
592
  """
@@ -593,7 +594,7 @@ class Pipe(pulumi.CustomResource):
593
594
 
594
595
  @property
595
596
  @pulumi.getter
596
- def name(self) -> pulumi.Output[str]:
597
+ def name(self) -> pulumi.Output[builtins.str]:
597
598
  """
598
599
  Specifies the identifier for the pipe; must be unique for the database and schema in which the pipe is created.
599
600
  """
@@ -601,7 +602,7 @@ class Pipe(pulumi.CustomResource):
601
602
 
602
603
  @property
603
604
  @pulumi.getter(name="notificationChannel")
604
- def notification_channel(self) -> pulumi.Output[str]:
605
+ def notification_channel(self) -> pulumi.Output[builtins.str]:
605
606
  """
606
607
  Amazon Resource Name of the Amazon SQS queue for the stage named in the DEFINITION column.
607
608
  """
@@ -609,7 +610,7 @@ class Pipe(pulumi.CustomResource):
609
610
 
610
611
  @property
611
612
  @pulumi.getter
612
- def owner(self) -> pulumi.Output[str]:
613
+ def owner(self) -> pulumi.Output[builtins.str]:
613
614
  """
614
615
  Name of the role that owns the pipe.
615
616
  """
@@ -617,7 +618,7 @@ class Pipe(pulumi.CustomResource):
617
618
 
618
619
  @property
619
620
  @pulumi.getter
620
- def schema(self) -> pulumi.Output[str]:
621
+ def schema(self) -> pulumi.Output[builtins.str]:
621
622
  """
622
623
  The schema in which to create the pipe.
623
624
  """