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