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
@@ -22,20 +21,20 @@ __all__ = ['NetworkPolicyArgs', 'NetworkPolicy']
22
21
  @pulumi.input_type
23
22
  class NetworkPolicyArgs:
24
23
  def __init__(__self__, *,
25
- allowed_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
26
- allowed_network_rule_lists: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
27
- blocked_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
28
- blocked_network_rule_lists: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
29
- comment: Optional[pulumi.Input[builtins.str]] = None,
30
- name: Optional[pulumi.Input[builtins.str]] = None):
24
+ allowed_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
25
+ allowed_network_rule_lists: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
26
+ blocked_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
27
+ blocked_network_rule_lists: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
28
+ comment: Optional[pulumi.Input[_builtins.str]] = None,
29
+ name: Optional[pulumi.Input[_builtins.str]] = None):
31
30
  """
32
31
  The set of arguments for constructing a NetworkPolicy resource.
33
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_ip_lists: Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account.
34
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_network_rule_lists: Specifies a list of fully qualified network rules that contain the network identifiers that are allowed access to Snowflake. For more information about this resource, see docs.
35
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] blocked_ip_lists: Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account. **Do not** add `0.0.0.0/0` to `blocked_ip_list`, in order to block all IP addresses except a select list, you only need to add IP addresses to `allowed_ip_list`.
36
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] blocked_network_rule_lists: Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake. For more information about this resource, see docs.
37
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the network policy.
38
- :param pulumi.Input[builtins.str] name: Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
32
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_ip_lists: Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account.
33
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_network_rule_lists: Specifies a list of fully qualified network rules that contain the network identifiers that are allowed access to Snowflake. For more information about this resource, see docs.
34
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] blocked_ip_lists: Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account. **Do not** add `0.0.0.0/0` to `blocked_ip_list`, in order to block all IP addresses except a select list, you only need to add IP addresses to `allowed_ip_list`.
35
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] blocked_network_rule_lists: Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake. For more information about this resource, see docs.
36
+ :param pulumi.Input[_builtins.str] comment: Specifies a comment for the network policy.
37
+ :param pulumi.Input[_builtins.str] name: Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
39
38
  """
40
39
  if allowed_ip_lists is not None:
41
40
  pulumi.set(__self__, "allowed_ip_lists", allowed_ip_lists)
@@ -50,101 +49,101 @@ class NetworkPolicyArgs:
50
49
  if name is not None:
51
50
  pulumi.set(__self__, "name", name)
52
51
 
53
- @property
52
+ @_builtins.property
54
53
  @pulumi.getter(name="allowedIpLists")
55
- def allowed_ip_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
54
+ def allowed_ip_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
56
55
  """
57
56
  Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account.
58
57
  """
59
58
  return pulumi.get(self, "allowed_ip_lists")
60
59
 
61
60
  @allowed_ip_lists.setter
62
- def allowed_ip_lists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
61
+ def allowed_ip_lists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
63
62
  pulumi.set(self, "allowed_ip_lists", value)
64
63
 
65
- @property
64
+ @_builtins.property
66
65
  @pulumi.getter(name="allowedNetworkRuleLists")
67
- def allowed_network_rule_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
66
+ def allowed_network_rule_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
68
67
  """
69
68
  Specifies a list of fully qualified network rules that contain the network identifiers that are allowed access to Snowflake. For more information about this resource, see docs.
70
69
  """
71
70
  return pulumi.get(self, "allowed_network_rule_lists")
72
71
 
73
72
  @allowed_network_rule_lists.setter
74
- def allowed_network_rule_lists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
73
+ def allowed_network_rule_lists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
75
74
  pulumi.set(self, "allowed_network_rule_lists", value)
76
75
 
77
- @property
76
+ @_builtins.property
78
77
  @pulumi.getter(name="blockedIpLists")
79
- def blocked_ip_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
78
+ def blocked_ip_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
80
79
  """
81
80
  Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account. **Do not** add `0.0.0.0/0` to `blocked_ip_list`, in order to block all IP addresses except a select list, you only need to add IP addresses to `allowed_ip_list`.
82
81
  """
83
82
  return pulumi.get(self, "blocked_ip_lists")
84
83
 
85
84
  @blocked_ip_lists.setter
86
- def blocked_ip_lists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
85
+ def blocked_ip_lists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
87
86
  pulumi.set(self, "blocked_ip_lists", value)
88
87
 
89
- @property
88
+ @_builtins.property
90
89
  @pulumi.getter(name="blockedNetworkRuleLists")
91
- def blocked_network_rule_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
90
+ def blocked_network_rule_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
92
91
  """
93
92
  Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake. For more information about this resource, see docs.
94
93
  """
95
94
  return pulumi.get(self, "blocked_network_rule_lists")
96
95
 
97
96
  @blocked_network_rule_lists.setter
98
- def blocked_network_rule_lists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
97
+ def blocked_network_rule_lists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
99
98
  pulumi.set(self, "blocked_network_rule_lists", value)
100
99
 
101
- @property
100
+ @_builtins.property
102
101
  @pulumi.getter
103
- def comment(self) -> Optional[pulumi.Input[builtins.str]]:
102
+ def comment(self) -> Optional[pulumi.Input[_builtins.str]]:
104
103
  """
105
104
  Specifies a comment for the network policy.
106
105
  """
107
106
  return pulumi.get(self, "comment")
108
107
 
109
108
  @comment.setter
110
- def comment(self, value: Optional[pulumi.Input[builtins.str]]):
109
+ def comment(self, value: Optional[pulumi.Input[_builtins.str]]):
111
110
  pulumi.set(self, "comment", value)
112
111
 
113
- @property
112
+ @_builtins.property
114
113
  @pulumi.getter
115
- def name(self) -> Optional[pulumi.Input[builtins.str]]:
114
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
116
115
  """
117
116
  Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
118
117
  """
119
118
  return pulumi.get(self, "name")
120
119
 
121
120
  @name.setter
122
- def name(self, value: Optional[pulumi.Input[builtins.str]]):
121
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
123
122
  pulumi.set(self, "name", value)
124
123
 
125
124
 
126
125
  @pulumi.input_type
127
126
  class _NetworkPolicyState:
128
127
  def __init__(__self__, *,
129
- allowed_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
130
- allowed_network_rule_lists: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
131
- blocked_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
132
- blocked_network_rule_lists: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
133
- comment: Optional[pulumi.Input[builtins.str]] = None,
128
+ allowed_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
129
+ allowed_network_rule_lists: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
130
+ blocked_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
131
+ blocked_network_rule_lists: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
132
+ comment: Optional[pulumi.Input[_builtins.str]] = None,
134
133
  describe_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyDescribeOutputArgs']]]] = None,
135
- fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
136
- name: Optional[pulumi.Input[builtins.str]] = None,
134
+ fully_qualified_name: Optional[pulumi.Input[_builtins.str]] = None,
135
+ name: Optional[pulumi.Input[_builtins.str]] = None,
137
136
  show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyShowOutputArgs']]]] = None):
138
137
  """
139
138
  Input properties used for looking up and filtering NetworkPolicy resources.
140
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_ip_lists: Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account.
141
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_network_rule_lists: Specifies a list of fully qualified network rules that contain the network identifiers that are allowed access to Snowflake. For more information about this resource, see docs.
142
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] blocked_ip_lists: Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account. **Do not** add `0.0.0.0/0` to `blocked_ip_list`, in order to block all IP addresses except a select list, you only need to add IP addresses to `allowed_ip_list`.
143
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] blocked_network_rule_lists: Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake. For more information about this resource, see docs.
144
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the network policy.
139
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_ip_lists: Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account.
140
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_network_rule_lists: Specifies a list of fully qualified network rules that contain the network identifiers that are allowed access to Snowflake. For more information about this resource, see docs.
141
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] blocked_ip_lists: Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account. **Do not** add `0.0.0.0/0` to `blocked_ip_list`, in order to block all IP addresses except a select list, you only need to add IP addresses to `allowed_ip_list`.
142
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] blocked_network_rule_lists: Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake. For more information about this resource, see docs.
143
+ :param pulumi.Input[_builtins.str] comment: Specifies a comment for the network policy.
145
144
  :param pulumi.Input[Sequence[pulumi.Input['NetworkPolicyDescribeOutputArgs']]] describe_outputs: Outputs the result of `DESCRIBE NETWORK POLICY` for the given network policy.
146
- :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).
147
- :param pulumi.Input[builtins.str] name: Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
145
+ :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).
146
+ :param pulumi.Input[_builtins.str] name: Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
148
147
  :param pulumi.Input[Sequence[pulumi.Input['NetworkPolicyShowOutputArgs']]] show_outputs: Outputs the result of `SHOW NETWORK POLICIES` for the given network policy.
149
148
  """
150
149
  if allowed_ip_lists is not None:
@@ -166,67 +165,67 @@ class _NetworkPolicyState:
166
165
  if show_outputs is not None:
167
166
  pulumi.set(__self__, "show_outputs", show_outputs)
168
167
 
169
- @property
168
+ @_builtins.property
170
169
  @pulumi.getter(name="allowedIpLists")
171
- def allowed_ip_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
170
+ def allowed_ip_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
172
171
  """
173
172
  Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account.
174
173
  """
175
174
  return pulumi.get(self, "allowed_ip_lists")
176
175
 
177
176
  @allowed_ip_lists.setter
178
- def allowed_ip_lists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
177
+ def allowed_ip_lists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
179
178
  pulumi.set(self, "allowed_ip_lists", value)
180
179
 
181
- @property
180
+ @_builtins.property
182
181
  @pulumi.getter(name="allowedNetworkRuleLists")
183
- def allowed_network_rule_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
182
+ def allowed_network_rule_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
184
183
  """
185
184
  Specifies a list of fully qualified network rules that contain the network identifiers that are allowed access to Snowflake. For more information about this resource, see docs.
186
185
  """
187
186
  return pulumi.get(self, "allowed_network_rule_lists")
188
187
 
189
188
  @allowed_network_rule_lists.setter
190
- def allowed_network_rule_lists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
189
+ def allowed_network_rule_lists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
191
190
  pulumi.set(self, "allowed_network_rule_lists", value)
192
191
 
193
- @property
192
+ @_builtins.property
194
193
  @pulumi.getter(name="blockedIpLists")
195
- def blocked_ip_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
194
+ def blocked_ip_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
196
195
  """
197
196
  Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account. **Do not** add `0.0.0.0/0` to `blocked_ip_list`, in order to block all IP addresses except a select list, you only need to add IP addresses to `allowed_ip_list`.
198
197
  """
199
198
  return pulumi.get(self, "blocked_ip_lists")
200
199
 
201
200
  @blocked_ip_lists.setter
202
- def blocked_ip_lists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
201
+ def blocked_ip_lists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
203
202
  pulumi.set(self, "blocked_ip_lists", value)
204
203
 
205
- @property
204
+ @_builtins.property
206
205
  @pulumi.getter(name="blockedNetworkRuleLists")
207
- def blocked_network_rule_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
206
+ def blocked_network_rule_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
208
207
  """
209
208
  Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake. For more information about this resource, see docs.
210
209
  """
211
210
  return pulumi.get(self, "blocked_network_rule_lists")
212
211
 
213
212
  @blocked_network_rule_lists.setter
214
- def blocked_network_rule_lists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
213
+ def blocked_network_rule_lists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
215
214
  pulumi.set(self, "blocked_network_rule_lists", value)
216
215
 
217
- @property
216
+ @_builtins.property
218
217
  @pulumi.getter
219
- def comment(self) -> Optional[pulumi.Input[builtins.str]]:
218
+ def comment(self) -> Optional[pulumi.Input[_builtins.str]]:
220
219
  """
221
220
  Specifies a comment for the network policy.
222
221
  """
223
222
  return pulumi.get(self, "comment")
224
223
 
225
224
  @comment.setter
226
- def comment(self, value: Optional[pulumi.Input[builtins.str]]):
225
+ def comment(self, value: Optional[pulumi.Input[_builtins.str]]):
227
226
  pulumi.set(self, "comment", value)
228
227
 
229
- @property
228
+ @_builtins.property
230
229
  @pulumi.getter(name="describeOutputs")
231
230
  def describe_outputs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyDescribeOutputArgs']]]]:
232
231
  """
@@ -238,31 +237,31 @@ class _NetworkPolicyState:
238
237
  def describe_outputs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyDescribeOutputArgs']]]]):
239
238
  pulumi.set(self, "describe_outputs", value)
240
239
 
241
- @property
240
+ @_builtins.property
242
241
  @pulumi.getter(name="fullyQualifiedName")
243
- def fully_qualified_name(self) -> Optional[pulumi.Input[builtins.str]]:
242
+ def fully_qualified_name(self) -> Optional[pulumi.Input[_builtins.str]]:
244
243
  """
245
244
  Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
246
245
  """
247
246
  return pulumi.get(self, "fully_qualified_name")
248
247
 
249
248
  @fully_qualified_name.setter
250
- def fully_qualified_name(self, value: Optional[pulumi.Input[builtins.str]]):
249
+ def fully_qualified_name(self, value: Optional[pulumi.Input[_builtins.str]]):
251
250
  pulumi.set(self, "fully_qualified_name", value)
252
251
 
253
- @property
252
+ @_builtins.property
254
253
  @pulumi.getter
255
- def name(self) -> Optional[pulumi.Input[builtins.str]]:
254
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
256
255
  """
257
256
  Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
258
257
  """
259
258
  return pulumi.get(self, "name")
260
259
 
261
260
  @name.setter
262
- def name(self, value: Optional[pulumi.Input[builtins.str]]):
261
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
263
262
  pulumi.set(self, "name", value)
264
263
 
265
- @property
264
+ @_builtins.property
266
265
  @pulumi.getter(name="showOutputs")
267
266
  def show_outputs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkPolicyShowOutputArgs']]]]:
268
267
  """
@@ -281,12 +280,12 @@ class NetworkPolicy(pulumi.CustomResource):
281
280
  def __init__(__self__,
282
281
  resource_name: str,
283
282
  opts: Optional[pulumi.ResourceOptions] = None,
284
- allowed_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
285
- allowed_network_rule_lists: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
286
- blocked_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
287
- blocked_network_rule_lists: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
288
- comment: Optional[pulumi.Input[builtins.str]] = None,
289
- name: Optional[pulumi.Input[builtins.str]] = None,
283
+ allowed_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
284
+ allowed_network_rule_lists: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
285
+ blocked_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
286
+ blocked_network_rule_lists: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
287
+ comment: Optional[pulumi.Input[_builtins.str]] = None,
288
+ name: Optional[pulumi.Input[_builtins.str]] = None,
290
289
  __props__=None):
291
290
  """
292
291
  ## Import
@@ -297,12 +296,12 @@ class NetworkPolicy(pulumi.CustomResource):
297
296
 
298
297
  :param str resource_name: The name of the resource.
299
298
  :param pulumi.ResourceOptions opts: Options for the resource.
300
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_ip_lists: Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account.
301
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_network_rule_lists: Specifies a list of fully qualified network rules that contain the network identifiers that are allowed access to Snowflake. For more information about this resource, see docs.
302
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] blocked_ip_lists: Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account. **Do not** add `0.0.0.0/0` to `blocked_ip_list`, in order to block all IP addresses except a select list, you only need to add IP addresses to `allowed_ip_list`.
303
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] blocked_network_rule_lists: Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake. For more information about this resource, see docs.
304
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the network policy.
305
- :param pulumi.Input[builtins.str] name: Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
299
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_ip_lists: Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account.
300
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_network_rule_lists: Specifies a list of fully qualified network rules that contain the network identifiers that are allowed access to Snowflake. For more information about this resource, see docs.
301
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] blocked_ip_lists: Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account. **Do not** add `0.0.0.0/0` to `blocked_ip_list`, in order to block all IP addresses except a select list, you only need to add IP addresses to `allowed_ip_list`.
302
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] blocked_network_rule_lists: Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake. For more information about this resource, see docs.
303
+ :param pulumi.Input[_builtins.str] comment: Specifies a comment for the network policy.
304
+ :param pulumi.Input[_builtins.str] name: Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
306
305
  """
307
306
  ...
308
307
  @overload
@@ -332,12 +331,12 @@ class NetworkPolicy(pulumi.CustomResource):
332
331
  def _internal_init(__self__,
333
332
  resource_name: str,
334
333
  opts: Optional[pulumi.ResourceOptions] = None,
335
- allowed_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
336
- allowed_network_rule_lists: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
337
- blocked_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
338
- blocked_network_rule_lists: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
339
- comment: Optional[pulumi.Input[builtins.str]] = None,
340
- name: Optional[pulumi.Input[builtins.str]] = None,
334
+ allowed_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
335
+ allowed_network_rule_lists: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
336
+ blocked_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
337
+ blocked_network_rule_lists: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
338
+ comment: Optional[pulumi.Input[_builtins.str]] = None,
339
+ name: Optional[pulumi.Input[_builtins.str]] = None,
341
340
  __props__=None):
342
341
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
343
342
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -366,14 +365,14 @@ class NetworkPolicy(pulumi.CustomResource):
366
365
  def get(resource_name: str,
367
366
  id: pulumi.Input[str],
368
367
  opts: Optional[pulumi.ResourceOptions] = None,
369
- allowed_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
370
- allowed_network_rule_lists: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
371
- blocked_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
372
- blocked_network_rule_lists: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
373
- comment: Optional[pulumi.Input[builtins.str]] = None,
368
+ allowed_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
369
+ allowed_network_rule_lists: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
370
+ blocked_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
371
+ blocked_network_rule_lists: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
372
+ comment: Optional[pulumi.Input[_builtins.str]] = None,
374
373
  describe_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['NetworkPolicyDescribeOutputArgs', 'NetworkPolicyDescribeOutputArgsDict']]]]] = None,
375
- fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
376
- name: Optional[pulumi.Input[builtins.str]] = None,
374
+ fully_qualified_name: Optional[pulumi.Input[_builtins.str]] = None,
375
+ name: Optional[pulumi.Input[_builtins.str]] = None,
377
376
  show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['NetworkPolicyShowOutputArgs', 'NetworkPolicyShowOutputArgsDict']]]]] = None) -> 'NetworkPolicy':
378
377
  """
379
378
  Get an existing NetworkPolicy resource's state with the given name, id, and optional extra
@@ -382,14 +381,14 @@ class NetworkPolicy(pulumi.CustomResource):
382
381
  :param str resource_name: The unique name of the resulting resource.
383
382
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
384
383
  :param pulumi.ResourceOptions opts: Options for the resource.
385
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_ip_lists: Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account.
386
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_network_rule_lists: Specifies a list of fully qualified network rules that contain the network identifiers that are allowed access to Snowflake. For more information about this resource, see docs.
387
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] blocked_ip_lists: Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account. **Do not** add `0.0.0.0/0` to `blocked_ip_list`, in order to block all IP addresses except a select list, you only need to add IP addresses to `allowed_ip_list`.
388
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] blocked_network_rule_lists: Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake. For more information about this resource, see docs.
389
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the network policy.
384
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_ip_lists: Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account.
385
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] allowed_network_rule_lists: Specifies a list of fully qualified network rules that contain the network identifiers that are allowed access to Snowflake. For more information about this resource, see docs.
386
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] blocked_ip_lists: Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account. **Do not** add `0.0.0.0/0` to `blocked_ip_list`, in order to block all IP addresses except a select list, you only need to add IP addresses to `allowed_ip_list`.
387
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] blocked_network_rule_lists: Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake. For more information about this resource, see docs.
388
+ :param pulumi.Input[_builtins.str] comment: Specifies a comment for the network policy.
390
389
  :param pulumi.Input[Sequence[pulumi.Input[Union['NetworkPolicyDescribeOutputArgs', 'NetworkPolicyDescribeOutputArgsDict']]]] describe_outputs: Outputs the result of `DESCRIBE NETWORK POLICY` for the given network policy.
391
- :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).
392
- :param pulumi.Input[builtins.str] name: Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
390
+ :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).
391
+ :param pulumi.Input[_builtins.str] name: Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
393
392
  :param pulumi.Input[Sequence[pulumi.Input[Union['NetworkPolicyShowOutputArgs', 'NetworkPolicyShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW NETWORK POLICIES` for the given network policy.
394
393
  """
395
394
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -407,47 +406,47 @@ class NetworkPolicy(pulumi.CustomResource):
407
406
  __props__.__dict__["show_outputs"] = show_outputs
408
407
  return NetworkPolicy(resource_name, opts=opts, __props__=__props__)
409
408
 
410
- @property
409
+ @_builtins.property
411
410
  @pulumi.getter(name="allowedIpLists")
412
- def allowed_ip_lists(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
411
+ def allowed_ip_lists(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
413
412
  """
414
413
  Specifies one or more IPv4 addresses (CIDR notation) that are allowed access to your Snowflake account.
415
414
  """
416
415
  return pulumi.get(self, "allowed_ip_lists")
417
416
 
418
- @property
417
+ @_builtins.property
419
418
  @pulumi.getter(name="allowedNetworkRuleLists")
420
- def allowed_network_rule_lists(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
419
+ def allowed_network_rule_lists(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
421
420
  """
422
421
  Specifies a list of fully qualified network rules that contain the network identifiers that are allowed access to Snowflake. For more information about this resource, see docs.
423
422
  """
424
423
  return pulumi.get(self, "allowed_network_rule_lists")
425
424
 
426
- @property
425
+ @_builtins.property
427
426
  @pulumi.getter(name="blockedIpLists")
428
- def blocked_ip_lists(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
427
+ def blocked_ip_lists(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
429
428
  """
430
429
  Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account. **Do not** add `0.0.0.0/0` to `blocked_ip_list`, in order to block all IP addresses except a select list, you only need to add IP addresses to `allowed_ip_list`.
431
430
  """
432
431
  return pulumi.get(self, "blocked_ip_lists")
433
432
 
434
- @property
433
+ @_builtins.property
435
434
  @pulumi.getter(name="blockedNetworkRuleLists")
436
- def blocked_network_rule_lists(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
435
+ def blocked_network_rule_lists(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
437
436
  """
438
437
  Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake. For more information about this resource, see docs.
439
438
  """
440
439
  return pulumi.get(self, "blocked_network_rule_lists")
441
440
 
442
- @property
441
+ @_builtins.property
443
442
  @pulumi.getter
444
- def comment(self) -> pulumi.Output[Optional[builtins.str]]:
443
+ def comment(self) -> pulumi.Output[Optional[_builtins.str]]:
445
444
  """
446
445
  Specifies a comment for the network policy.
447
446
  """
448
447
  return pulumi.get(self, "comment")
449
448
 
450
- @property
449
+ @_builtins.property
451
450
  @pulumi.getter(name="describeOutputs")
452
451
  def describe_outputs(self) -> pulumi.Output[Sequence['outputs.NetworkPolicyDescribeOutput']]:
453
452
  """
@@ -455,23 +454,23 @@ class NetworkPolicy(pulumi.CustomResource):
455
454
  """
456
455
  return pulumi.get(self, "describe_outputs")
457
456
 
458
- @property
457
+ @_builtins.property
459
458
  @pulumi.getter(name="fullyQualifiedName")
460
- def fully_qualified_name(self) -> pulumi.Output[builtins.str]:
459
+ def fully_qualified_name(self) -> pulumi.Output[_builtins.str]:
461
460
  """
462
461
  Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
463
462
  """
464
463
  return pulumi.get(self, "fully_qualified_name")
465
464
 
466
- @property
465
+ @_builtins.property
467
466
  @pulumi.getter
468
- def name(self) -> pulumi.Output[builtins.str]:
467
+ def name(self) -> pulumi.Output[_builtins.str]:
469
468
  """
470
469
  Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
471
470
  """
472
471
  return pulumi.get(self, "name")
473
472
 
474
- @property
473
+ @_builtins.property
475
474
  @pulumi.getter(name="showOutputs")
476
475
  def show_outputs(self) -> pulumi.Output[Sequence['outputs.NetworkPolicyShowOutput']]:
477
476
  """