pulumi-snowflake 0.58.0__py3-none-any.whl → 0.58.0a1722527984__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.
Files changed (92) hide show
  1. pulumi_snowflake/_inputs.py +125 -5857
  2. pulumi_snowflake/account.py +50 -28
  3. pulumi_snowflake/account_parameter.py +28 -0
  4. pulumi_snowflake/account_password_policy_attachment.py +30 -2
  5. pulumi_snowflake/account_role.py +32 -51
  6. pulumi_snowflake/alert.py +45 -33
  7. pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +19 -39
  8. pulumi_snowflake/api_authentication_integration_with_client_credentials.py +19 -39
  9. pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +19 -39
  10. pulumi_snowflake/api_integration.py +54 -28
  11. pulumi_snowflake/cortex_search_service.py +0 -28
  12. pulumi_snowflake/database.py +148 -97
  13. pulumi_snowflake/database_old.py +77 -5
  14. pulumi_snowflake/database_role.py +42 -76
  15. pulumi_snowflake/dynamic_table.py +43 -33
  16. pulumi_snowflake/email_notification_integration.py +26 -28
  17. pulumi_snowflake/external_function.py +62 -38
  18. pulumi_snowflake/external_oauth_integration.py +21 -41
  19. pulumi_snowflake/external_table.py +58 -38
  20. pulumi_snowflake/failover_group.py +82 -38
  21. pulumi_snowflake/file_format.py +26 -28
  22. pulumi_snowflake/function.py +9 -33
  23. pulumi_snowflake/get_cortex_search_services.py +16 -16
  24. pulumi_snowflake/get_database_roles.py +38 -61
  25. pulumi_snowflake/get_databases.py +6 -6
  26. pulumi_snowflake/get_dynamic_tables.py +12 -12
  27. pulumi_snowflake/get_grants.py +138 -138
  28. pulumi_snowflake/get_network_policies.py +2 -2
  29. pulumi_snowflake/get_roles.py +2 -2
  30. pulumi_snowflake/get_schemas.py +8 -12
  31. pulumi_snowflake/get_security_integrations.py +2 -2
  32. pulumi_snowflake/get_streamlits.py +10 -10
  33. pulumi_snowflake/get_users.py +33 -96
  34. pulumi_snowflake/get_views.py +53 -92
  35. pulumi_snowflake/get_warehouses.py +2 -2
  36. pulumi_snowflake/grant_account_role.py +4 -0
  37. pulumi_snowflake/grant_application_role.py +4 -0
  38. pulumi_snowflake/grant_database_role.py +4 -0
  39. pulumi_snowflake/grant_ownership.py +5 -5
  40. pulumi_snowflake/grant_privileges_to_account_role.py +15 -15
  41. pulumi_snowflake/grant_privileges_to_database_role.py +12 -16
  42. pulumi_snowflake/grant_privileges_to_share.py +0 -47
  43. pulumi_snowflake/managed_account.py +4 -28
  44. pulumi_snowflake/masking_policy.py +89 -33
  45. pulumi_snowflake/materialized_view.py +39 -33
  46. pulumi_snowflake/network_policy.py +49 -47
  47. pulumi_snowflake/network_policy_attachment.py +30 -0
  48. pulumi_snowflake/network_rule.py +66 -28
  49. pulumi_snowflake/notification_integration.py +34 -28
  50. pulumi_snowflake/oauth_integration.py +34 -0
  51. pulumi_snowflake/oauth_integration_for_custom_clients.py +105 -39
  52. pulumi_snowflake/oauth_integration_for_partner_applications.py +19 -39
  53. pulumi_snowflake/object_parameter.py +103 -5
  54. pulumi_snowflake/outputs.py +4207 -12013
  55. pulumi_snowflake/password_policy.py +28 -28
  56. pulumi_snowflake/pipe.py +4 -28
  57. pulumi_snowflake/procedure.py +9 -33
  58. pulumi_snowflake/provider.py +16 -16
  59. pulumi_snowflake/pulumi-plugin.json +1 -1
  60. pulumi_snowflake/resource_monitor.py +48 -28
  61. pulumi_snowflake/role.py +32 -51
  62. pulumi_snowflake/row_access_policy.py +34 -28
  63. pulumi_snowflake/saml2_integration.py +19 -39
  64. pulumi_snowflake/saml_integration.py +34 -0
  65. pulumi_snowflake/schema.py +28 -52
  66. pulumi_snowflake/scim_integration.py +19 -39
  67. pulumi_snowflake/secondary_database.py +19 -35
  68. pulumi_snowflake/sequence.py +36 -4
  69. pulumi_snowflake/session_parameter.py +32 -0
  70. pulumi_snowflake/share.py +28 -28
  71. pulumi_snowflake/shared_database.py +15 -35
  72. pulumi_snowflake/stage.py +33 -33
  73. pulumi_snowflake/storage_integration.py +4 -28
  74. pulumi_snowflake/stream.py +4 -28
  75. pulumi_snowflake/streamlit.py +19 -39
  76. pulumi_snowflake/table.py +47 -43
  77. pulumi_snowflake/table_column_masking_policy_application.py +14 -2
  78. pulumi_snowflake/table_constraint.py +157 -5
  79. pulumi_snowflake/tag.py +40 -28
  80. pulumi_snowflake/tag_association.py +125 -5
  81. pulumi_snowflake/tag_masking_policy_association.py +4 -0
  82. pulumi_snowflake/task.py +92 -28
  83. pulumi_snowflake/unsafe_execute.py +20 -2
  84. pulumi_snowflake/user.py +373 -3346
  85. pulumi_snowflake/user_password_policy_attachment.py +36 -0
  86. pulumi_snowflake/view.py +185 -465
  87. pulumi_snowflake/warehouse.py +43 -39
  88. {pulumi_snowflake-0.58.0.dist-info → pulumi_snowflake-0.58.0a1722527984.dist-info}/METADATA +1 -1
  89. pulumi_snowflake-0.58.0a1722527984.dist-info/RECORD +129 -0
  90. {pulumi_snowflake-0.58.0.dist-info → pulumi_snowflake-0.58.0a1722527984.dist-info}/WHEEL +1 -1
  91. pulumi_snowflake-0.58.0.dist-info/RECORD +0 -129
  92. {pulumi_snowflake-0.58.0.dist-info → pulumi_snowflake-0.58.0a1722527984.dist-info}/top_level.txt +0 -0
@@ -297,7 +297,6 @@ class _ExternalFunctionState:
297
297
  context_headers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
298
298
  created_on: Optional[pulumi.Input[str]] = None,
299
299
  database: Optional[pulumi.Input[str]] = None,
300
- fully_qualified_name: Optional[pulumi.Input[str]] = None,
301
300
  headers: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalFunctionHeaderArgs']]]] = None,
302
301
  max_batch_rows: Optional[pulumi.Input[int]] = None,
303
302
  name: Optional[pulumi.Input[str]] = None,
@@ -318,7 +317,6 @@ class _ExternalFunctionState:
318
317
  :param pulumi.Input[Sequence[pulumi.Input[str]]] context_headers: Binds Snowflake context function results to HTTP headers.
319
318
  :param pulumi.Input[str] created_on: Date and time when the external function was created.
320
319
  :param pulumi.Input[str] database: The database in which to create the external function.
321
- :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).
322
320
  :param pulumi.Input[Sequence[pulumi.Input['ExternalFunctionHeaderArgs']]] headers: Allows users to specify key-value metadata that is sent with every request as HTTP headers.
323
321
  :param pulumi.Input[int] max_batch_rows: This specifies the maximum number of rows in each batch sent to the proxy service.
324
322
  :param pulumi.Input[str] name: Specifies the identifier for the external function. The identifier can contain the schema name and database name, as well as the function name. The function's signature (name and argument data types) must be unique within the schema.
@@ -345,8 +343,6 @@ class _ExternalFunctionState:
345
343
  pulumi.set(__self__, "created_on", created_on)
346
344
  if database is not None:
347
345
  pulumi.set(__self__, "database", database)
348
- if fully_qualified_name is not None:
349
- pulumi.set(__self__, "fully_qualified_name", fully_qualified_name)
350
346
  if headers is not None:
351
347
  pulumi.set(__self__, "headers", headers)
352
348
  if max_batch_rows is not None:
@@ -454,18 +450,6 @@ class _ExternalFunctionState:
454
450
  def database(self, value: Optional[pulumi.Input[str]]):
455
451
  pulumi.set(self, "database", value)
456
452
 
457
- @property
458
- @pulumi.getter(name="fullyQualifiedName")
459
- def fully_qualified_name(self) -> Optional[pulumi.Input[str]]:
460
- """
461
- Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
462
- """
463
- return pulumi.get(self, "fully_qualified_name")
464
-
465
- @fully_qualified_name.setter
466
- def fully_qualified_name(self, value: Optional[pulumi.Input[str]]):
467
- pulumi.set(self, "fully_qualified_name", value)
468
-
469
453
  @property
470
454
  @pulumi.getter
471
455
  def headers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ExternalFunctionHeaderArgs']]]]:
@@ -605,12 +589,12 @@ class ExternalFunction(pulumi.CustomResource):
605
589
  resource_name: str,
606
590
  opts: Optional[pulumi.ResourceOptions] = None,
607
591
  api_integration: Optional[pulumi.Input[str]] = None,
608
- args: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExternalFunctionArgArgs', 'ExternalFunctionArgArgsDict']]]]] = None,
592
+ args: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalFunctionArgArgs']]]]] = None,
609
593
  comment: Optional[pulumi.Input[str]] = None,
610
594
  compression: Optional[pulumi.Input[str]] = None,
611
595
  context_headers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
612
596
  database: Optional[pulumi.Input[str]] = None,
613
- headers: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExternalFunctionHeaderArgs', 'ExternalFunctionHeaderArgsDict']]]]] = None,
597
+ headers: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalFunctionHeaderArgs']]]]] = None,
614
598
  max_batch_rows: Optional[pulumi.Input[int]] = None,
615
599
  name: Optional[pulumi.Input[str]] = None,
616
600
  null_input_behavior: Optional[pulumi.Input[str]] = None,
@@ -623,6 +607,32 @@ class ExternalFunction(pulumi.CustomResource):
623
607
  url_of_proxy_and_resource: Optional[pulumi.Input[str]] = None,
624
608
  __props__=None):
625
609
  """
610
+ ## Example Usage
611
+
612
+ ```python
613
+ import pulumi
614
+ import pulumi_snowflake as snowflake
615
+
616
+ test_ext_func = snowflake.ExternalFunction("test_ext_func",
617
+ name="my_function",
618
+ database="my_test_db",
619
+ schema="my_test_schema",
620
+ args=[
621
+ snowflake.ExternalFunctionArgArgs(
622
+ name="arg1",
623
+ type="varchar",
624
+ ),
625
+ snowflake.ExternalFunctionArgArgs(
626
+ name="arg2",
627
+ type="varchar",
628
+ ),
629
+ ],
630
+ return_type="variant",
631
+ return_behavior="IMMUTABLE",
632
+ api_integration="api_integration_name",
633
+ url_of_proxy_and_resource="https://123456.execute-api.us-west-2.amazonaws.com/prod/test_func")
634
+ ```
635
+
626
636
  ## Import
627
637
 
628
638
  format is <database_name>.<schema_name>.<external_function_name>(<arg types, separated with ','>)
@@ -634,12 +644,12 @@ class ExternalFunction(pulumi.CustomResource):
634
644
  :param str resource_name: The name of the resource.
635
645
  :param pulumi.ResourceOptions opts: Options for the resource.
636
646
  :param pulumi.Input[str] api_integration: The name of the API integration object that should be used to authenticate the call to the proxy service.
637
- :param pulumi.Input[Sequence[pulumi.Input[Union['ExternalFunctionArgArgs', 'ExternalFunctionArgArgsDict']]]] args: Specifies the arguments/inputs for the external function. These should correspond to the arguments that the remote service expects.
647
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalFunctionArgArgs']]]] args: Specifies the arguments/inputs for the external function. These should correspond to the arguments that the remote service expects.
638
648
  :param pulumi.Input[str] comment: A description of the external function.
639
649
  :param pulumi.Input[str] compression: If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake.
640
650
  :param pulumi.Input[Sequence[pulumi.Input[str]]] context_headers: Binds Snowflake context function results to HTTP headers.
641
651
  :param pulumi.Input[str] database: The database in which to create the external function.
642
- :param pulumi.Input[Sequence[pulumi.Input[Union['ExternalFunctionHeaderArgs', 'ExternalFunctionHeaderArgsDict']]]] headers: Allows users to specify key-value metadata that is sent with every request as HTTP headers.
652
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalFunctionHeaderArgs']]]] headers: Allows users to specify key-value metadata that is sent with every request as HTTP headers.
643
653
  :param pulumi.Input[int] max_batch_rows: This specifies the maximum number of rows in each batch sent to the proxy service.
644
654
  :param pulumi.Input[str] name: Specifies the identifier for the external function. The identifier can contain the schema name and database name, as well as the function name. The function's signature (name and argument data types) must be unique within the schema.
645
655
  :param pulumi.Input[str] null_input_behavior: Specifies the behavior of the external function when called with null inputs.
@@ -658,6 +668,32 @@ class ExternalFunction(pulumi.CustomResource):
658
668
  args: ExternalFunctionArgs,
659
669
  opts: Optional[pulumi.ResourceOptions] = None):
660
670
  """
671
+ ## Example Usage
672
+
673
+ ```python
674
+ import pulumi
675
+ import pulumi_snowflake as snowflake
676
+
677
+ test_ext_func = snowflake.ExternalFunction("test_ext_func",
678
+ name="my_function",
679
+ database="my_test_db",
680
+ schema="my_test_schema",
681
+ args=[
682
+ snowflake.ExternalFunctionArgArgs(
683
+ name="arg1",
684
+ type="varchar",
685
+ ),
686
+ snowflake.ExternalFunctionArgArgs(
687
+ name="arg2",
688
+ type="varchar",
689
+ ),
690
+ ],
691
+ return_type="variant",
692
+ return_behavior="IMMUTABLE",
693
+ api_integration="api_integration_name",
694
+ url_of_proxy_and_resource="https://123456.execute-api.us-west-2.amazonaws.com/prod/test_func")
695
+ ```
696
+
661
697
  ## Import
662
698
 
663
699
  format is <database_name>.<schema_name>.<external_function_name>(<arg types, separated with ','>)
@@ -682,12 +718,12 @@ class ExternalFunction(pulumi.CustomResource):
682
718
  resource_name: str,
683
719
  opts: Optional[pulumi.ResourceOptions] = None,
684
720
  api_integration: Optional[pulumi.Input[str]] = None,
685
- args: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExternalFunctionArgArgs', 'ExternalFunctionArgArgsDict']]]]] = None,
721
+ args: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalFunctionArgArgs']]]]] = None,
686
722
  comment: Optional[pulumi.Input[str]] = None,
687
723
  compression: Optional[pulumi.Input[str]] = None,
688
724
  context_headers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
689
725
  database: Optional[pulumi.Input[str]] = None,
690
- headers: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExternalFunctionHeaderArgs', 'ExternalFunctionHeaderArgsDict']]]]] = None,
726
+ headers: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalFunctionHeaderArgs']]]]] = None,
691
727
  max_batch_rows: Optional[pulumi.Input[int]] = None,
692
728
  name: Optional[pulumi.Input[str]] = None,
693
729
  null_input_behavior: Optional[pulumi.Input[str]] = None,
@@ -737,7 +773,6 @@ class ExternalFunction(pulumi.CustomResource):
737
773
  raise TypeError("Missing required property 'url_of_proxy_and_resource'")
738
774
  __props__.__dict__["url_of_proxy_and_resource"] = url_of_proxy_and_resource
739
775
  __props__.__dict__["created_on"] = None
740
- __props__.__dict__["fully_qualified_name"] = None
741
776
  super(ExternalFunction, __self__).__init__(
742
777
  'snowflake:index/externalFunction:ExternalFunction',
743
778
  resource_name,
@@ -749,14 +784,13 @@ class ExternalFunction(pulumi.CustomResource):
749
784
  id: pulumi.Input[str],
750
785
  opts: Optional[pulumi.ResourceOptions] = None,
751
786
  api_integration: Optional[pulumi.Input[str]] = None,
752
- args: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExternalFunctionArgArgs', 'ExternalFunctionArgArgsDict']]]]] = None,
787
+ args: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalFunctionArgArgs']]]]] = None,
753
788
  comment: Optional[pulumi.Input[str]] = None,
754
789
  compression: Optional[pulumi.Input[str]] = None,
755
790
  context_headers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
756
791
  created_on: Optional[pulumi.Input[str]] = None,
757
792
  database: Optional[pulumi.Input[str]] = None,
758
- fully_qualified_name: Optional[pulumi.Input[str]] = None,
759
- headers: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExternalFunctionHeaderArgs', 'ExternalFunctionHeaderArgsDict']]]]] = None,
793
+ headers: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalFunctionHeaderArgs']]]]] = None,
760
794
  max_batch_rows: Optional[pulumi.Input[int]] = None,
761
795
  name: Optional[pulumi.Input[str]] = None,
762
796
  null_input_behavior: Optional[pulumi.Input[str]] = None,
@@ -775,14 +809,13 @@ class ExternalFunction(pulumi.CustomResource):
775
809
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
776
810
  :param pulumi.ResourceOptions opts: Options for the resource.
777
811
  :param pulumi.Input[str] api_integration: The name of the API integration object that should be used to authenticate the call to the proxy service.
778
- :param pulumi.Input[Sequence[pulumi.Input[Union['ExternalFunctionArgArgs', 'ExternalFunctionArgArgsDict']]]] args: Specifies the arguments/inputs for the external function. These should correspond to the arguments that the remote service expects.
812
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalFunctionArgArgs']]]] args: Specifies the arguments/inputs for the external function. These should correspond to the arguments that the remote service expects.
779
813
  :param pulumi.Input[str] comment: A description of the external function.
780
814
  :param pulumi.Input[str] compression: If specified, the JSON payload is compressed when sent from Snowflake to the proxy service, and when sent back from the proxy service to Snowflake.
781
815
  :param pulumi.Input[Sequence[pulumi.Input[str]]] context_headers: Binds Snowflake context function results to HTTP headers.
782
816
  :param pulumi.Input[str] created_on: Date and time when the external function was created.
783
817
  :param pulumi.Input[str] database: The database in which to create the external function.
784
- :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).
785
- :param pulumi.Input[Sequence[pulumi.Input[Union['ExternalFunctionHeaderArgs', 'ExternalFunctionHeaderArgsDict']]]] headers: Allows users to specify key-value metadata that is sent with every request as HTTP headers.
818
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalFunctionHeaderArgs']]]] headers: Allows users to specify key-value metadata that is sent with every request as HTTP headers.
786
819
  :param pulumi.Input[int] max_batch_rows: This specifies the maximum number of rows in each batch sent to the proxy service.
787
820
  :param pulumi.Input[str] name: Specifies the identifier for the external function. The identifier can contain the schema name and database name, as well as the function name. The function's signature (name and argument data types) must be unique within the schema.
788
821
  :param pulumi.Input[str] null_input_behavior: Specifies the behavior of the external function when called with null inputs.
@@ -805,7 +838,6 @@ class ExternalFunction(pulumi.CustomResource):
805
838
  __props__.__dict__["context_headers"] = context_headers
806
839
  __props__.__dict__["created_on"] = created_on
807
840
  __props__.__dict__["database"] = database
808
- __props__.__dict__["fully_qualified_name"] = fully_qualified_name
809
841
  __props__.__dict__["headers"] = headers
810
842
  __props__.__dict__["max_batch_rows"] = max_batch_rows
811
843
  __props__.__dict__["name"] = name
@@ -875,14 +907,6 @@ class ExternalFunction(pulumi.CustomResource):
875
907
  """
876
908
  return pulumi.get(self, "database")
877
909
 
878
- @property
879
- @pulumi.getter(name="fullyQualifiedName")
880
- def fully_qualified_name(self) -> pulumi.Output[str]:
881
- """
882
- Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
883
- """
884
- return pulumi.get(self, "fully_qualified_name")
885
-
886
910
  @property
887
911
  @pulumi.getter
888
912
  def headers(self) -> pulumi.Output[Optional[Sequence['outputs.ExternalFunctionHeader']]]:
@@ -49,7 +49,7 @@ class ExternalOauthIntegrationArgs:
49
49
  :param pulumi.Input[str] external_oauth_rsa_public_key2: Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. Used for key rotation. If removed from the config, the resource is recreated.
50
50
  :param pulumi.Input[str] external_oauth_scope_delimiter: Specifies the scope delimiter in the authorization token.
51
51
  :param pulumi.Input[str] external_oauth_scope_mapping_attribute: Specifies the access token claim to map the access token to an account role. If removed from the config, the resource is recreated.
52
- :param pulumi.Input[str] name: Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
52
+ :param pulumi.Input[str] name: Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account.
53
53
  """
54
54
  pulumi.set(__self__, "enabled", enabled)
55
55
  pulumi.set(__self__, "external_oauth_issuer", external_oauth_issuer)
@@ -263,7 +263,7 @@ class ExternalOauthIntegrationArgs:
263
263
  @pulumi.getter
264
264
  def name(self) -> Optional[pulumi.Input[str]]:
265
265
  """
266
- Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
266
+ Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account.
267
267
  """
268
268
  return pulumi.get(self, "name")
269
269
 
@@ -291,7 +291,6 @@ class _ExternalOauthIntegrationState:
291
291
  external_oauth_snowflake_user_mapping_attribute: Optional[pulumi.Input[str]] = None,
292
292
  external_oauth_token_user_mapping_claims: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
293
293
  external_oauth_type: Optional[pulumi.Input[str]] = None,
294
- fully_qualified_name: Optional[pulumi.Input[str]] = None,
295
294
  name: Optional[pulumi.Input[str]] = None,
296
295
  related_parameters: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalOauthIntegrationRelatedParameterArgs']]]] = None,
297
296
  show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalOauthIntegrationShowOutputArgs']]]] = None):
@@ -313,8 +312,7 @@ class _ExternalOauthIntegrationState:
313
312
  :param pulumi.Input[str] external_oauth_snowflake_user_mapping_attribute: Indicates which Snowflake user record attribute should be used to map the access token to a Snowflake user record. Valid values are (case-insensitive): `LOGIN_NAME` | `EMAIL_ADDRESS`.
314
313
  :param pulumi.Input[Sequence[pulumi.Input[str]]] external_oauth_token_user_mapping_claims: Specifies the access token claim or claims that can be used to map the access token to a Snowflake user record. If removed from the config, the resource is recreated.
315
314
  :param pulumi.Input[str] external_oauth_type: Specifies the OAuth 2.0 authorization server to be Okta, Microsoft Azure AD, Ping Identity PingFederate, or a Custom OAuth 2.0 authorization server. Valid values are (case-insensitive): `OKTA` | `AZURE` | `PING_FEDERATE` | `CUSTOM`.
316
- :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).
317
- :param pulumi.Input[str] name: Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
315
+ :param pulumi.Input[str] name: Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account.
318
316
  :param pulumi.Input[Sequence[pulumi.Input['ExternalOauthIntegrationRelatedParameterArgs']]] related_parameters: Paramteres related to this security integration.
319
317
  :param pulumi.Input[Sequence[pulumi.Input['ExternalOauthIntegrationShowOutputArgs']]] show_outputs: Outputs the result of `SHOW SECURITY INTEGRATIONS` for the given security integration.
320
318
  """
@@ -350,8 +348,6 @@ class _ExternalOauthIntegrationState:
350
348
  pulumi.set(__self__, "external_oauth_token_user_mapping_claims", external_oauth_token_user_mapping_claims)
351
349
  if external_oauth_type is not None:
352
350
  pulumi.set(__self__, "external_oauth_type", external_oauth_type)
353
- if fully_qualified_name is not None:
354
- pulumi.set(__self__, "fully_qualified_name", fully_qualified_name)
355
351
  if name is not None:
356
352
  pulumi.set(__self__, "name", name)
357
353
  if related_parameters is not None:
@@ -551,23 +547,11 @@ class _ExternalOauthIntegrationState:
551
547
  def external_oauth_type(self, value: Optional[pulumi.Input[str]]):
552
548
  pulumi.set(self, "external_oauth_type", value)
553
549
 
554
- @property
555
- @pulumi.getter(name="fullyQualifiedName")
556
- def fully_qualified_name(self) -> Optional[pulumi.Input[str]]:
557
- """
558
- Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
559
- """
560
- return pulumi.get(self, "fully_qualified_name")
561
-
562
- @fully_qualified_name.setter
563
- def fully_qualified_name(self, value: Optional[pulumi.Input[str]]):
564
- pulumi.set(self, "fully_qualified_name", value)
565
-
566
550
  @property
567
551
  @pulumi.getter
568
552
  def name(self) -> Optional[pulumi.Input[str]]:
569
553
  """
570
- Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
554
+ Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account.
571
555
  """
572
556
  return pulumi.get(self, "name")
573
557
 
@@ -623,6 +607,10 @@ class ExternalOauthIntegration(pulumi.CustomResource):
623
607
  name: Optional[pulumi.Input[str]] = None,
624
608
  __props__=None):
625
609
  """
610
+ !> **V1 release candidate** This resource was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the resource if needed. Any errors reported will be resolved with a higher priority. We encourage checking this resource out before the V1 release. Please follow the migration guide to use it.
611
+
612
+ Resource used to manage external oauth security integration objects. For more information, check [security integrations documentation](https://docs.snowflake.com/en/sql-reference/sql/create-security-integration-oauth-external).
613
+
626
614
  ## Import
627
615
 
628
616
  ```sh
@@ -646,7 +634,7 @@ class ExternalOauthIntegration(pulumi.CustomResource):
646
634
  :param pulumi.Input[str] external_oauth_snowflake_user_mapping_attribute: Indicates which Snowflake user record attribute should be used to map the access token to a Snowflake user record. Valid values are (case-insensitive): `LOGIN_NAME` | `EMAIL_ADDRESS`.
647
635
  :param pulumi.Input[Sequence[pulumi.Input[str]]] external_oauth_token_user_mapping_claims: Specifies the access token claim or claims that can be used to map the access token to a Snowflake user record. If removed from the config, the resource is recreated.
648
636
  :param pulumi.Input[str] external_oauth_type: Specifies the OAuth 2.0 authorization server to be Okta, Microsoft Azure AD, Ping Identity PingFederate, or a Custom OAuth 2.0 authorization server. Valid values are (case-insensitive): `OKTA` | `AZURE` | `PING_FEDERATE` | `CUSTOM`.
649
- :param pulumi.Input[str] name: Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
637
+ :param pulumi.Input[str] name: Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account.
650
638
  """
651
639
  ...
652
640
  @overload
@@ -655,6 +643,10 @@ class ExternalOauthIntegration(pulumi.CustomResource):
655
643
  args: ExternalOauthIntegrationArgs,
656
644
  opts: Optional[pulumi.ResourceOptions] = None):
657
645
  """
646
+ !> **V1 release candidate** This resource was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the resource if needed. Any errors reported will be resolved with a higher priority. We encourage checking this resource out before the V1 release. Please follow the migration guide to use it.
647
+
648
+ Resource used to manage external oauth security integration objects. For more information, check [security integrations documentation](https://docs.snowflake.com/en/sql-reference/sql/create-security-integration-oauth-external).
649
+
658
650
  ## Import
659
651
 
660
652
  ```sh
@@ -728,7 +720,6 @@ class ExternalOauthIntegration(pulumi.CustomResource):
728
720
  __props__.__dict__["external_oauth_type"] = external_oauth_type
729
721
  __props__.__dict__["name"] = name
730
722
  __props__.__dict__["describe_outputs"] = None
731
- __props__.__dict__["fully_qualified_name"] = None
732
723
  __props__.__dict__["related_parameters"] = None
733
724
  __props__.__dict__["show_outputs"] = None
734
725
  super(ExternalOauthIntegration, __self__).__init__(
@@ -742,7 +733,7 @@ class ExternalOauthIntegration(pulumi.CustomResource):
742
733
  id: pulumi.Input[str],
743
734
  opts: Optional[pulumi.ResourceOptions] = None,
744
735
  comment: Optional[pulumi.Input[str]] = None,
745
- describe_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExternalOauthIntegrationDescribeOutputArgs', 'ExternalOauthIntegrationDescribeOutputArgsDict']]]]] = None,
736
+ describe_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalOauthIntegrationDescribeOutputArgs']]]]] = None,
746
737
  enabled: Optional[pulumi.Input[bool]] = None,
747
738
  external_oauth_allowed_roles_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
748
739
  external_oauth_any_role_mode: Optional[pulumi.Input[str]] = None,
@@ -757,10 +748,9 @@ class ExternalOauthIntegration(pulumi.CustomResource):
757
748
  external_oauth_snowflake_user_mapping_attribute: Optional[pulumi.Input[str]] = None,
758
749
  external_oauth_token_user_mapping_claims: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
759
750
  external_oauth_type: Optional[pulumi.Input[str]] = None,
760
- fully_qualified_name: Optional[pulumi.Input[str]] = None,
761
751
  name: Optional[pulumi.Input[str]] = None,
762
- related_parameters: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExternalOauthIntegrationRelatedParameterArgs', 'ExternalOauthIntegrationRelatedParameterArgsDict']]]]] = None,
763
- show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExternalOauthIntegrationShowOutputArgs', 'ExternalOauthIntegrationShowOutputArgsDict']]]]] = None) -> 'ExternalOauthIntegration':
752
+ related_parameters: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalOauthIntegrationRelatedParameterArgs']]]]] = None,
753
+ show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalOauthIntegrationShowOutputArgs']]]]] = None) -> 'ExternalOauthIntegration':
764
754
  """
765
755
  Get an existing ExternalOauthIntegration resource's state with the given name, id, and optional extra
766
756
  properties used to qualify the lookup.
@@ -769,7 +759,7 @@ class ExternalOauthIntegration(pulumi.CustomResource):
769
759
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
770
760
  :param pulumi.ResourceOptions opts: Options for the resource.
771
761
  :param pulumi.Input[str] comment: Specifies a comment for the OAuth integration.
772
- :param pulumi.Input[Sequence[pulumi.Input[Union['ExternalOauthIntegrationDescribeOutputArgs', 'ExternalOauthIntegrationDescribeOutputArgsDict']]]] describe_outputs: Outputs the result of `DESCRIBE SECURITY INTEGRATIONS` for the given security integration.
762
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalOauthIntegrationDescribeOutputArgs']]]] describe_outputs: Outputs the result of `DESCRIBE SECURITY INTEGRATIONS` for the given security integration.
773
763
  :param pulumi.Input[bool] enabled: Specifies whether to initiate operation of the integration or suspend it.
774
764
  :param pulumi.Input[Sequence[pulumi.Input[str]]] external_oauth_allowed_roles_lists: Specifies the list of roles that the client can set as the primary role.
775
765
  :param pulumi.Input[str] external_oauth_any_role_mode: Specifies whether the OAuth client or user can use a role that is not defined in the OAuth access token. Valid values are (case-insensitive): `DISABLE` | `ENABLE` | `ENABLE_FOR_PRIVILEGE`.
@@ -784,10 +774,9 @@ class ExternalOauthIntegration(pulumi.CustomResource):
784
774
  :param pulumi.Input[str] external_oauth_snowflake_user_mapping_attribute: Indicates which Snowflake user record attribute should be used to map the access token to a Snowflake user record. Valid values are (case-insensitive): `LOGIN_NAME` | `EMAIL_ADDRESS`.
785
775
  :param pulumi.Input[Sequence[pulumi.Input[str]]] external_oauth_token_user_mapping_claims: Specifies the access token claim or claims that can be used to map the access token to a Snowflake user record. If removed from the config, the resource is recreated.
786
776
  :param pulumi.Input[str] external_oauth_type: Specifies the OAuth 2.0 authorization server to be Okta, Microsoft Azure AD, Ping Identity PingFederate, or a Custom OAuth 2.0 authorization server. Valid values are (case-insensitive): `OKTA` | `AZURE` | `PING_FEDERATE` | `CUSTOM`.
787
- :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).
788
- :param pulumi.Input[str] name: Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
789
- :param pulumi.Input[Sequence[pulumi.Input[Union['ExternalOauthIntegrationRelatedParameterArgs', 'ExternalOauthIntegrationRelatedParameterArgsDict']]]] related_parameters: Paramteres related to this security integration.
790
- :param pulumi.Input[Sequence[pulumi.Input[Union['ExternalOauthIntegrationShowOutputArgs', 'ExternalOauthIntegrationShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW SECURITY INTEGRATIONS` for the given security integration.
777
+ :param pulumi.Input[str] name: Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account.
778
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalOauthIntegrationRelatedParameterArgs']]]] related_parameters: Paramteres related to this security integration.
779
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalOauthIntegrationShowOutputArgs']]]] show_outputs: Outputs the result of `SHOW SECURITY INTEGRATIONS` for the given security integration.
791
780
  """
792
781
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
793
782
 
@@ -809,7 +798,6 @@ class ExternalOauthIntegration(pulumi.CustomResource):
809
798
  __props__.__dict__["external_oauth_snowflake_user_mapping_attribute"] = external_oauth_snowflake_user_mapping_attribute
810
799
  __props__.__dict__["external_oauth_token_user_mapping_claims"] = external_oauth_token_user_mapping_claims
811
800
  __props__.__dict__["external_oauth_type"] = external_oauth_type
812
- __props__.__dict__["fully_qualified_name"] = fully_qualified_name
813
801
  __props__.__dict__["name"] = name
814
802
  __props__.__dict__["related_parameters"] = related_parameters
815
803
  __props__.__dict__["show_outputs"] = show_outputs
@@ -943,19 +931,11 @@ class ExternalOauthIntegration(pulumi.CustomResource):
943
931
  """
944
932
  return pulumi.get(self, "external_oauth_type")
945
933
 
946
- @property
947
- @pulumi.getter(name="fullyQualifiedName")
948
- def fully_qualified_name(self) -> pulumi.Output[str]:
949
- """
950
- Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
951
- """
952
- return pulumi.get(self, "fully_qualified_name")
953
-
954
934
  @property
955
935
  @pulumi.getter
956
936
  def name(self) -> pulumi.Output[str]:
957
937
  """
958
- Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
938
+ Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account.
959
939
  """
960
940
  return pulumi.get(self, "name")
961
941
 
@@ -270,7 +270,6 @@ class _ExternalTableState:
270
270
  copy_grants: Optional[pulumi.Input[bool]] = None,
271
271
  database: Optional[pulumi.Input[str]] = None,
272
272
  file_format: Optional[pulumi.Input[str]] = None,
273
- fully_qualified_name: Optional[pulumi.Input[str]] = None,
274
273
  location: Optional[pulumi.Input[str]] = None,
275
274
  name: Optional[pulumi.Input[str]] = None,
276
275
  owner: Optional[pulumi.Input[str]] = None,
@@ -289,7 +288,6 @@ class _ExternalTableState:
289
288
  :param pulumi.Input[bool] copy_grants: Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant
290
289
  :param pulumi.Input[str] database: The database in which to create the external table.
291
290
  :param pulumi.Input[str] file_format: Specifies the file format for the external table.
292
- :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).
293
291
  :param pulumi.Input[str] location: Specifies a location for the external table.
294
292
  :param pulumi.Input[str] name: Specifies the identifier for the external table; must be unique for the database and schema in which the externalTable is created.
295
293
  :param pulumi.Input[str] owner: Name of the role that owns the external table.
@@ -314,8 +312,6 @@ class _ExternalTableState:
314
312
  pulumi.set(__self__, "database", database)
315
313
  if file_format is not None:
316
314
  pulumi.set(__self__, "file_format", file_format)
317
- if fully_qualified_name is not None:
318
- pulumi.set(__self__, "fully_qualified_name", fully_qualified_name)
319
315
  if location is not None:
320
316
  pulumi.set(__self__, "location", location)
321
317
  if name is not None:
@@ -422,18 +418,6 @@ class _ExternalTableState:
422
418
  def file_format(self, value: Optional[pulumi.Input[str]]):
423
419
  pulumi.set(self, "file_format", value)
424
420
 
425
- @property
426
- @pulumi.getter(name="fullyQualifiedName")
427
- def fully_qualified_name(self) -> Optional[pulumi.Input[str]]:
428
- """
429
- Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
430
- """
431
- return pulumi.get(self, "fully_qualified_name")
432
-
433
- @fully_qualified_name.setter
434
- def fully_qualified_name(self, value: Optional[pulumi.Input[str]]):
435
- pulumi.set(self, "fully_qualified_name", value)
436
-
437
421
  @property
438
422
  @pulumi.getter
439
423
  def location(self) -> Optional[pulumi.Input[str]]:
@@ -551,7 +535,7 @@ class ExternalTable(pulumi.CustomResource):
551
535
  opts: Optional[pulumi.ResourceOptions] = None,
552
536
  auto_refresh: Optional[pulumi.Input[bool]] = None,
553
537
  aws_sns_topic: Optional[pulumi.Input[str]] = None,
554
- columns: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExternalTableColumnArgs', 'ExternalTableColumnArgsDict']]]]] = None,
538
+ columns: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalTableColumnArgs']]]]] = None,
555
539
  comment: Optional[pulumi.Input[str]] = None,
556
540
  copy_grants: Optional[pulumi.Input[bool]] = None,
557
541
  database: Optional[pulumi.Input[str]] = None,
@@ -563,9 +547,33 @@ class ExternalTable(pulumi.CustomResource):
563
547
  refresh_on_create: Optional[pulumi.Input[bool]] = None,
564
548
  schema: Optional[pulumi.Input[str]] = None,
565
549
  table_format: Optional[pulumi.Input[str]] = None,
566
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExternalTableTagArgs', 'ExternalTableTagArgsDict']]]]] = None,
550
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalTableTagArgs']]]]] = None,
567
551
  __props__=None):
568
552
  """
553
+ ## Example Usage
554
+
555
+ ```python
556
+ import pulumi
557
+ import pulumi_snowflake as snowflake
558
+
559
+ external_table = snowflake.ExternalTable("external_table",
560
+ database="db",
561
+ schema="schema",
562
+ name="external_table",
563
+ comment="External table",
564
+ file_format="TYPE = CSV FIELD_DELIMITER = '|'",
565
+ columns=[
566
+ snowflake.ExternalTableColumnArgs(
567
+ name="id",
568
+ type="int",
569
+ ),
570
+ snowflake.ExternalTableColumnArgs(
571
+ name="data",
572
+ type="text",
573
+ ),
574
+ ])
575
+ ```
576
+
569
577
  ## Import
570
578
 
571
579
  format is database name | schema name | external table name
@@ -578,7 +586,7 @@ class ExternalTable(pulumi.CustomResource):
578
586
  :param pulumi.ResourceOptions opts: Options for the resource.
579
587
  :param pulumi.Input[bool] auto_refresh: Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created.
580
588
  :param pulumi.Input[str] aws_sns_topic: Specifies the aws sns topic for the external table.
581
- :param pulumi.Input[Sequence[pulumi.Input[Union['ExternalTableColumnArgs', 'ExternalTableColumnArgsDict']]]] columns: Definitions of a column to create in the external table. Minimum one required.
589
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalTableColumnArgs']]]] columns: Definitions of a column to create in the external table. Minimum one required.
582
590
  :param pulumi.Input[str] comment: Specifies a comment for the external table.
583
591
  :param pulumi.Input[bool] copy_grants: Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant
584
592
  :param pulumi.Input[str] database: The database in which to create the external table.
@@ -590,7 +598,7 @@ class ExternalTable(pulumi.CustomResource):
590
598
  :param pulumi.Input[bool] refresh_on_create: Specifies weather to refresh when an external table is created.
591
599
  :param pulumi.Input[str] schema: The schema in which to create the external table.
592
600
  :param pulumi.Input[str] table_format: Identifies the external table table type. For now, only "delta" for Delta Lake table format is supported.
593
- :param pulumi.Input[Sequence[pulumi.Input[Union['ExternalTableTagArgs', 'ExternalTableTagArgsDict']]]] tags: Definitions of a tag to associate with the resource.
601
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalTableTagArgs']]]] tags: Definitions of a tag to associate with the resource.
594
602
  """
595
603
  ...
596
604
  @overload
@@ -599,6 +607,30 @@ class ExternalTable(pulumi.CustomResource):
599
607
  args: ExternalTableArgs,
600
608
  opts: Optional[pulumi.ResourceOptions] = None):
601
609
  """
610
+ ## Example Usage
611
+
612
+ ```python
613
+ import pulumi
614
+ import pulumi_snowflake as snowflake
615
+
616
+ external_table = snowflake.ExternalTable("external_table",
617
+ database="db",
618
+ schema="schema",
619
+ name="external_table",
620
+ comment="External table",
621
+ file_format="TYPE = CSV FIELD_DELIMITER = '|'",
622
+ columns=[
623
+ snowflake.ExternalTableColumnArgs(
624
+ name="id",
625
+ type="int",
626
+ ),
627
+ snowflake.ExternalTableColumnArgs(
628
+ name="data",
629
+ type="text",
630
+ ),
631
+ ])
632
+ ```
633
+
602
634
  ## Import
603
635
 
604
636
  format is database name | schema name | external table name
@@ -624,7 +656,7 @@ class ExternalTable(pulumi.CustomResource):
624
656
  opts: Optional[pulumi.ResourceOptions] = None,
625
657
  auto_refresh: Optional[pulumi.Input[bool]] = None,
626
658
  aws_sns_topic: Optional[pulumi.Input[str]] = None,
627
- columns: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExternalTableColumnArgs', 'ExternalTableColumnArgsDict']]]]] = None,
659
+ columns: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalTableColumnArgs']]]]] = None,
628
660
  comment: Optional[pulumi.Input[str]] = None,
629
661
  copy_grants: Optional[pulumi.Input[bool]] = None,
630
662
  database: Optional[pulumi.Input[str]] = None,
@@ -636,7 +668,7 @@ class ExternalTable(pulumi.CustomResource):
636
668
  refresh_on_create: Optional[pulumi.Input[bool]] = None,
637
669
  schema: Optional[pulumi.Input[str]] = None,
638
670
  table_format: Optional[pulumi.Input[str]] = None,
639
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExternalTableTagArgs', 'ExternalTableTagArgsDict']]]]] = None,
671
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalTableTagArgs']]]]] = None,
640
672
  __props__=None):
641
673
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
642
674
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -671,7 +703,6 @@ class ExternalTable(pulumi.CustomResource):
671
703
  __props__.__dict__["schema"] = schema
672
704
  __props__.__dict__["table_format"] = table_format
673
705
  __props__.__dict__["tags"] = tags
674
- __props__.__dict__["fully_qualified_name"] = None
675
706
  __props__.__dict__["owner"] = None
676
707
  super(ExternalTable, __self__).__init__(
677
708
  'snowflake:index/externalTable:ExternalTable',
@@ -685,12 +716,11 @@ class ExternalTable(pulumi.CustomResource):
685
716
  opts: Optional[pulumi.ResourceOptions] = None,
686
717
  auto_refresh: Optional[pulumi.Input[bool]] = None,
687
718
  aws_sns_topic: Optional[pulumi.Input[str]] = None,
688
- columns: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExternalTableColumnArgs', 'ExternalTableColumnArgsDict']]]]] = None,
719
+ columns: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalTableColumnArgs']]]]] = None,
689
720
  comment: Optional[pulumi.Input[str]] = None,
690
721
  copy_grants: Optional[pulumi.Input[bool]] = None,
691
722
  database: Optional[pulumi.Input[str]] = None,
692
723
  file_format: Optional[pulumi.Input[str]] = None,
693
- fully_qualified_name: Optional[pulumi.Input[str]] = None,
694
724
  location: Optional[pulumi.Input[str]] = None,
695
725
  name: Optional[pulumi.Input[str]] = None,
696
726
  owner: Optional[pulumi.Input[str]] = None,
@@ -699,7 +729,7 @@ class ExternalTable(pulumi.CustomResource):
699
729
  refresh_on_create: Optional[pulumi.Input[bool]] = None,
700
730
  schema: Optional[pulumi.Input[str]] = None,
701
731
  table_format: Optional[pulumi.Input[str]] = None,
702
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ExternalTableTagArgs', 'ExternalTableTagArgsDict']]]]] = None) -> 'ExternalTable':
732
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalTableTagArgs']]]]] = None) -> 'ExternalTable':
703
733
  """
704
734
  Get an existing ExternalTable resource's state with the given name, id, and optional extra
705
735
  properties used to qualify the lookup.
@@ -709,12 +739,11 @@ class ExternalTable(pulumi.CustomResource):
709
739
  :param pulumi.ResourceOptions opts: Options for the resource.
710
740
  :param pulumi.Input[bool] auto_refresh: Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created.
711
741
  :param pulumi.Input[str] aws_sns_topic: Specifies the aws sns topic for the external table.
712
- :param pulumi.Input[Sequence[pulumi.Input[Union['ExternalTableColumnArgs', 'ExternalTableColumnArgsDict']]]] columns: Definitions of a column to create in the external table. Minimum one required.
742
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalTableColumnArgs']]]] columns: Definitions of a column to create in the external table. Minimum one required.
713
743
  :param pulumi.Input[str] comment: Specifies a comment for the external table.
714
744
  :param pulumi.Input[bool] copy_grants: Specifies to retain the access permissions from the original table when an external table is recreated using the CREATE OR REPLACE TABLE variant
715
745
  :param pulumi.Input[str] database: The database in which to create the external table.
716
746
  :param pulumi.Input[str] file_format: Specifies the file format for the external table.
717
- :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).
718
747
  :param pulumi.Input[str] location: Specifies a location for the external table.
719
748
  :param pulumi.Input[str] name: Specifies the identifier for the external table; must be unique for the database and schema in which the externalTable is created.
720
749
  :param pulumi.Input[str] owner: Name of the role that owns the external table.
@@ -723,7 +752,7 @@ class ExternalTable(pulumi.CustomResource):
723
752
  :param pulumi.Input[bool] refresh_on_create: Specifies weather to refresh when an external table is created.
724
753
  :param pulumi.Input[str] schema: The schema in which to create the external table.
725
754
  :param pulumi.Input[str] table_format: Identifies the external table table type. For now, only "delta" for Delta Lake table format is supported.
726
- :param pulumi.Input[Sequence[pulumi.Input[Union['ExternalTableTagArgs', 'ExternalTableTagArgsDict']]]] tags: Definitions of a tag to associate with the resource.
755
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalTableTagArgs']]]] tags: Definitions of a tag to associate with the resource.
727
756
  """
728
757
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
729
758
 
@@ -736,7 +765,6 @@ class ExternalTable(pulumi.CustomResource):
736
765
  __props__.__dict__["copy_grants"] = copy_grants
737
766
  __props__.__dict__["database"] = database
738
767
  __props__.__dict__["file_format"] = file_format
739
- __props__.__dict__["fully_qualified_name"] = fully_qualified_name
740
768
  __props__.__dict__["location"] = location
741
769
  __props__.__dict__["name"] = name
742
770
  __props__.__dict__["owner"] = owner
@@ -804,14 +832,6 @@ class ExternalTable(pulumi.CustomResource):
804
832
  """
805
833
  return pulumi.get(self, "file_format")
806
834
 
807
- @property
808
- @pulumi.getter(name="fullyQualifiedName")
809
- def fully_qualified_name(self) -> pulumi.Output[str]:
810
- """
811
- Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
812
- """
813
- return pulumi.get(self, "fully_qualified_name")
814
-
815
835
  @property
816
836
  @pulumi.getter
817
837
  def location(self) -> pulumi.Output[str]: