pulumi-snowflake 0.58.0a1726035035__py3-none-any.whl → 0.59.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. pulumi_snowflake/_inputs.py +8587 -2022
  2. pulumi_snowflake/account.py +28 -50
  3. pulumi_snowflake/account_parameter.py +0 -28
  4. pulumi_snowflake/account_password_policy_attachment.py +2 -30
  5. pulumi_snowflake/account_role.py +41 -36
  6. pulumi_snowflake/alert.py +28 -40
  7. pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +35 -15
  8. pulumi_snowflake/api_authentication_integration_with_client_credentials.py +35 -15
  9. pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +35 -15
  10. pulumi_snowflake/api_integration.py +28 -54
  11. pulumi_snowflake/cortex_search_service.py +28 -76
  12. pulumi_snowflake/database.py +82 -15
  13. pulumi_snowflake/database_old.py +0 -72
  14. pulumi_snowflake/database_role.py +76 -42
  15. pulumi_snowflake/dynamic_table.py +28 -38
  16. pulumi_snowflake/email_notification_integration.py +28 -26
  17. pulumi_snowflake/external_function.py +28 -52
  18. pulumi_snowflake/external_oauth_integration.py +35 -15
  19. pulumi_snowflake/external_table.py +28 -48
  20. pulumi_snowflake/failover_group.py +28 -72
  21. pulumi_snowflake/file_format.py +28 -26
  22. pulumi_snowflake/function.py +28 -4
  23. pulumi_snowflake/get_database_roles.py +63 -36
  24. pulumi_snowflake/get_masking_policies.py +73 -48
  25. pulumi_snowflake/get_resource_monitors.py +28 -16
  26. pulumi_snowflake/get_row_access_policies.py +73 -48
  27. pulumi_snowflake/get_users.py +96 -33
  28. pulumi_snowflake/get_views.py +94 -51
  29. pulumi_snowflake/grant_account_role.py +0 -4
  30. pulumi_snowflake/grant_application_role.py +0 -4
  31. pulumi_snowflake/grant_database_role.py +0 -4
  32. pulumi_snowflake/grant_privileges_to_account_role.py +4 -4
  33. pulumi_snowflake/grant_privileges_to_database_role.py +6 -2
  34. pulumi_snowflake/grant_privileges_to_share.py +49 -2
  35. pulumi_snowflake/managed_account.py +28 -4
  36. pulumi_snowflake/masking_policy.py +208 -306
  37. pulumi_snowflake/materialized_view.py +28 -34
  38. pulumi_snowflake/network_policy.py +35 -15
  39. pulumi_snowflake/network_policy_attachment.py +0 -30
  40. pulumi_snowflake/network_rule.py +28 -66
  41. pulumi_snowflake/notification_integration.py +28 -34
  42. pulumi_snowflake/oauth_integration.py +0 -34
  43. pulumi_snowflake/oauth_integration_for_custom_clients.py +35 -101
  44. pulumi_snowflake/oauth_integration_for_partner_applications.py +35 -15
  45. pulumi_snowflake/object_parameter.py +0 -98
  46. pulumi_snowflake/outputs.py +13035 -4202
  47. pulumi_snowflake/password_policy.py +28 -28
  48. pulumi_snowflake/pipe.py +28 -4
  49. pulumi_snowflake/procedure.py +28 -4
  50. pulumi_snowflake/pulumi-plugin.json +1 -1
  51. pulumi_snowflake/resource_monitor.py +111 -307
  52. pulumi_snowflake/role.py +41 -36
  53. pulumi_snowflake/row_access_policy.py +195 -147
  54. pulumi_snowflake/saml2_integration.py +35 -15
  55. pulumi_snowflake/saml_integration.py +0 -34
  56. pulumi_snowflake/schema.py +39 -19
  57. pulumi_snowflake/scim_integration.py +35 -15
  58. pulumi_snowflake/secondary_database.py +35 -19
  59. pulumi_snowflake/sequence.py +4 -36
  60. pulumi_snowflake/session_parameter.py +0 -32
  61. pulumi_snowflake/share.py +28 -28
  62. pulumi_snowflake/shared_database.py +35 -15
  63. pulumi_snowflake/stage.py +28 -28
  64. pulumi_snowflake/storage_integration.py +28 -4
  65. pulumi_snowflake/stream.py +28 -4
  66. pulumi_snowflake/streamlit.py +36 -16
  67. pulumi_snowflake/table.py +28 -32
  68. pulumi_snowflake/table_column_masking_policy_application.py +2 -14
  69. pulumi_snowflake/table_constraint.py +0 -152
  70. pulumi_snowflake/tag.py +28 -40
  71. pulumi_snowflake/tag_association.py +0 -120
  72. pulumi_snowflake/tag_masking_policy_association.py +0 -4
  73. pulumi_snowflake/task.py +28 -92
  74. pulumi_snowflake/unsafe_execute.py +2 -20
  75. pulumi_snowflake/user.py +3341 -368
  76. pulumi_snowflake/user_password_policy_attachment.py +0 -46
  77. pulumi_snowflake/view.py +465 -185
  78. pulumi_snowflake/warehouse.py +39 -43
  79. {pulumi_snowflake-0.58.0a1726035035.dist-info → pulumi_snowflake-0.59.0.dist-info}/METADATA +1 -1
  80. pulumi_snowflake-0.59.0.dist-info/RECORD +129 -0
  81. {pulumi_snowflake-0.58.0a1726035035.dist-info → pulumi_snowflake-0.59.0.dist-info}/WHEEL +1 -1
  82. pulumi_snowflake-0.58.0a1726035035.dist-info/RECORD +0 -129
  83. {pulumi_snowflake-0.58.0a1726035035.dist-info → pulumi_snowflake-0.59.0.dist-info}/top_level.txt +0 -0
@@ -43,7 +43,7 @@ class Saml2IntegrationArgs:
43
43
  :param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_user_domains: A list of email domains that can authenticate with a SAML2 security integration. If this field changes value from non-empty to empty, the whole resource is recreated because of Snowflake limitations.
44
44
  :param pulumi.Input[str] comment: Specifies a comment for the integration.
45
45
  :param pulumi.Input[str] enabled: Specifies whether this security integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
46
- :param pulumi.Input[str] name: Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account.
46
+ :param pulumi.Input[str] name: Specifies the name of the SAML2 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: `|`, `.`, `(`, `)`, `"`
47
47
  :param pulumi.Input[str] saml2_enable_sp_initiated: The Boolean indicating if the Log In With button will be shown on the login page. TRUE: displays the Log in With button on the login page. FALSE: does not display the Log in With button on the login page. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
48
48
  :param pulumi.Input[str] saml2_force_authn: The Boolean indicating whether users, during the initial authentication flow, are forced to authenticate again to access Snowflake. When set to TRUE, Snowflake sets the ForceAuthn SAML parameter to TRUE in the outgoing request from Snowflake to the identity provider. TRUE: forces users to authenticate again to access Snowflake, even if a valid session with the identity provider exists. FALSE: does not force users to authenticate again to access Snowflake. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
49
49
  :param pulumi.Input[str] saml2_post_logout_redirect_url: The endpoint to which Snowflake redirects users after clicking the Log Out button in the classic Snowflake web interface. Snowflake terminates the Snowflake session upon redirecting to the specified endpoint.
@@ -184,7 +184,7 @@ class Saml2IntegrationArgs:
184
184
  @pulumi.getter
185
185
  def name(self) -> Optional[pulumi.Input[str]]:
186
186
  """
187
- Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account.
187
+ Specifies the name of the SAML2 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: `|`, `.`, `(`, `)`, `"`
188
188
  """
189
189
  return pulumi.get(self, "name")
190
190
 
@@ -297,6 +297,7 @@ class _Saml2IntegrationState:
297
297
  comment: Optional[pulumi.Input[str]] = None,
298
298
  describe_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['Saml2IntegrationDescribeOutputArgs']]]] = None,
299
299
  enabled: Optional[pulumi.Input[str]] = None,
300
+ fully_qualified_name: Optional[pulumi.Input[str]] = None,
300
301
  name: Optional[pulumi.Input[str]] = None,
301
302
  saml2_enable_sp_initiated: Optional[pulumi.Input[str]] = None,
302
303
  saml2_force_authn: Optional[pulumi.Input[str]] = None,
@@ -318,7 +319,8 @@ class _Saml2IntegrationState:
318
319
  :param pulumi.Input[str] comment: Specifies a comment for the integration.
319
320
  :param pulumi.Input[Sequence[pulumi.Input['Saml2IntegrationDescribeOutputArgs']]] describe_outputs: Outputs the result of `DESCRIBE SECURITY INTEGRATION` for the given integration.
320
321
  :param pulumi.Input[str] enabled: Specifies whether this security integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
321
- :param pulumi.Input[str] name: Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account.
322
+ :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).
323
+ :param pulumi.Input[str] name: Specifies the name of the SAML2 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: `|`, `.`, `(`, `)`, `"`
322
324
  :param pulumi.Input[str] saml2_enable_sp_initiated: The Boolean indicating if the Log In With button will be shown on the login page. TRUE: displays the Log in With button on the login page. FALSE: does not display the Log in With button on the login page. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
323
325
  :param pulumi.Input[str] saml2_force_authn: The Boolean indicating whether users, during the initial authentication flow, are forced to authenticate again to access Snowflake. When set to TRUE, Snowflake sets the ForceAuthn SAML parameter to TRUE in the outgoing request from Snowflake to the identity provider. TRUE: forces users to authenticate again to access Snowflake, even if a valid session with the identity provider exists. FALSE: does not force users to authenticate again to access Snowflake. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
324
326
  :param pulumi.Input[str] saml2_issuer: The string containing the IdP EntityID / Issuer.
@@ -343,6 +345,8 @@ class _Saml2IntegrationState:
343
345
  pulumi.set(__self__, "describe_outputs", describe_outputs)
344
346
  if enabled is not None:
345
347
  pulumi.set(__self__, "enabled", enabled)
348
+ if fully_qualified_name is not None:
349
+ pulumi.set(__self__, "fully_qualified_name", fully_qualified_name)
346
350
  if name is not None:
347
351
  pulumi.set(__self__, "name", name)
348
352
  if saml2_enable_sp_initiated is not None:
@@ -432,11 +436,23 @@ class _Saml2IntegrationState:
432
436
  def enabled(self, value: Optional[pulumi.Input[str]]):
433
437
  pulumi.set(self, "enabled", value)
434
438
 
439
+ @property
440
+ @pulumi.getter(name="fullyQualifiedName")
441
+ def fully_qualified_name(self) -> Optional[pulumi.Input[str]]:
442
+ """
443
+ Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
444
+ """
445
+ return pulumi.get(self, "fully_qualified_name")
446
+
447
+ @fully_qualified_name.setter
448
+ def fully_qualified_name(self, value: Optional[pulumi.Input[str]]):
449
+ pulumi.set(self, "fully_qualified_name", value)
450
+
435
451
  @property
436
452
  @pulumi.getter
437
453
  def name(self) -> Optional[pulumi.Input[str]]:
438
454
  """
439
- Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account.
455
+ Specifies the name of the SAML2 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: `|`, `.`, `(`, `)`, `"`
440
456
  """
441
457
  return pulumi.get(self, "name")
442
458
 
@@ -625,10 +641,6 @@ class Saml2Integration(pulumi.CustomResource):
625
641
  saml2_x509_cert: Optional[pulumi.Input[str]] = None,
626
642
  __props__=None):
627
643
  """
628
- !> **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.
629
-
630
- Resource used to manage saml2 security integration objects. For more information, check [security integrations documentation](https://docs.snowflake.com/en/sql-reference/sql/create-security-integration-saml2).
631
-
632
644
  ## Import
633
645
 
634
646
  ```sh
@@ -641,7 +653,7 @@ class Saml2Integration(pulumi.CustomResource):
641
653
  :param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_user_domains: A list of email domains that can authenticate with a SAML2 security integration. If this field changes value from non-empty to empty, the whole resource is recreated because of Snowflake limitations.
642
654
  :param pulumi.Input[str] comment: Specifies a comment for the integration.
643
655
  :param pulumi.Input[str] enabled: Specifies whether this security integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
644
- :param pulumi.Input[str] name: Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account.
656
+ :param pulumi.Input[str] name: Specifies the name of the SAML2 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: `|`, `.`, `(`, `)`, `"`
645
657
  :param pulumi.Input[str] saml2_enable_sp_initiated: The Boolean indicating if the Log In With button will be shown on the login page. TRUE: displays the Log in With button on the login page. FALSE: does not display the Log in With button on the login page. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
646
658
  :param pulumi.Input[str] saml2_force_authn: The Boolean indicating whether users, during the initial authentication flow, are forced to authenticate again to access Snowflake. When set to TRUE, Snowflake sets the ForceAuthn SAML parameter to TRUE in the outgoing request from Snowflake to the identity provider. TRUE: forces users to authenticate again to access Snowflake, even if a valid session with the identity provider exists. FALSE: does not force users to authenticate again to access Snowflake. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
647
659
  :param pulumi.Input[str] saml2_issuer: The string containing the IdP EntityID / Issuer.
@@ -662,10 +674,6 @@ class Saml2Integration(pulumi.CustomResource):
662
674
  args: Saml2IntegrationArgs,
663
675
  opts: Optional[pulumi.ResourceOptions] = None):
664
676
  """
665
- !> **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.
666
-
667
- Resource used to manage saml2 security integration objects. For more information, check [security integrations documentation](https://docs.snowflake.com/en/sql-reference/sql/create-security-integration-saml2).
668
-
669
677
  ## Import
670
678
 
671
679
  ```sh
@@ -739,6 +747,7 @@ class Saml2Integration(pulumi.CustomResource):
739
747
  raise TypeError("Missing required property 'saml2_x509_cert'")
740
748
  __props__.__dict__["saml2_x509_cert"] = saml2_x509_cert
741
749
  __props__.__dict__["describe_outputs"] = None
750
+ __props__.__dict__["fully_qualified_name"] = None
742
751
  __props__.__dict__["show_outputs"] = None
743
752
  super(Saml2Integration, __self__).__init__(
744
753
  'snowflake:index/saml2Integration:Saml2Integration',
@@ -755,6 +764,7 @@ class Saml2Integration(pulumi.CustomResource):
755
764
  comment: Optional[pulumi.Input[str]] = None,
756
765
  describe_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['Saml2IntegrationDescribeOutputArgs', 'Saml2IntegrationDescribeOutputArgsDict']]]]] = None,
757
766
  enabled: Optional[pulumi.Input[str]] = None,
767
+ fully_qualified_name: Optional[pulumi.Input[str]] = None,
758
768
  name: Optional[pulumi.Input[str]] = None,
759
769
  saml2_enable_sp_initiated: Optional[pulumi.Input[str]] = None,
760
770
  saml2_force_authn: Optional[pulumi.Input[str]] = None,
@@ -781,7 +791,8 @@ class Saml2Integration(pulumi.CustomResource):
781
791
  :param pulumi.Input[str] comment: Specifies a comment for the integration.
782
792
  :param pulumi.Input[Sequence[pulumi.Input[Union['Saml2IntegrationDescribeOutputArgs', 'Saml2IntegrationDescribeOutputArgsDict']]]] describe_outputs: Outputs the result of `DESCRIBE SECURITY INTEGRATION` for the given integration.
783
793
  :param pulumi.Input[str] enabled: Specifies whether this security integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
784
- :param pulumi.Input[str] name: Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account.
794
+ :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).
795
+ :param pulumi.Input[str] name: Specifies the name of the SAML2 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: `|`, `.`, `(`, `)`, `"`
785
796
  :param pulumi.Input[str] saml2_enable_sp_initiated: The Boolean indicating if the Log In With button will be shown on the login page. TRUE: displays the Log in With button on the login page. FALSE: does not display the Log in With button on the login page. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
786
797
  :param pulumi.Input[str] saml2_force_authn: The Boolean indicating whether users, during the initial authentication flow, are forced to authenticate again to access Snowflake. When set to TRUE, Snowflake sets the ForceAuthn SAML parameter to TRUE in the outgoing request from Snowflake to the identity provider. TRUE: forces users to authenticate again to access Snowflake, even if a valid session with the identity provider exists. FALSE: does not force users to authenticate again to access Snowflake. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
787
798
  :param pulumi.Input[str] saml2_issuer: The string containing the IdP EntityID / Issuer.
@@ -805,6 +816,7 @@ class Saml2Integration(pulumi.CustomResource):
805
816
  __props__.__dict__["comment"] = comment
806
817
  __props__.__dict__["describe_outputs"] = describe_outputs
807
818
  __props__.__dict__["enabled"] = enabled
819
+ __props__.__dict__["fully_qualified_name"] = fully_qualified_name
808
820
  __props__.__dict__["name"] = name
809
821
  __props__.__dict__["saml2_enable_sp_initiated"] = saml2_enable_sp_initiated
810
822
  __props__.__dict__["saml2_force_authn"] = saml2_force_authn
@@ -861,11 +873,19 @@ class Saml2Integration(pulumi.CustomResource):
861
873
  """
862
874
  return pulumi.get(self, "enabled")
863
875
 
876
+ @property
877
+ @pulumi.getter(name="fullyQualifiedName")
878
+ def fully_qualified_name(self) -> pulumi.Output[str]:
879
+ """
880
+ Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
881
+ """
882
+ return pulumi.get(self, "fully_qualified_name")
883
+
864
884
  @property
865
885
  @pulumi.getter
866
886
  def name(self) -> pulumi.Output[str]:
867
887
  """
868
- Specifies the name of the SAML2 integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account.
888
+ Specifies the name of the SAML2 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: `|`, `.`, `(`, `)`, `"`
869
889
  """
870
890
  return pulumi.get(self, "name")
871
891
 
@@ -581,23 +581,6 @@ class SamlIntegration(pulumi.CustomResource):
581
581
  saml2_x509_cert: Optional[pulumi.Input[str]] = None,
582
582
  __props__=None):
583
583
  """
584
- > **Deprecation** This resource is deprecated and will be removed in a future major version release. Please use Saml2Integration instead. <deprecation>
585
-
586
- ## Example Usage
587
-
588
- ```python
589
- import pulumi
590
- import pulumi_snowflake as snowflake
591
-
592
- saml_integration = snowflake.SamlIntegration("saml_integration",
593
- name="saml_integration",
594
- saml2_provider="CUSTOM",
595
- saml2_issuer="test_issuer",
596
- saml2_sso_url="https://testsamlissuer.com",
597
- saml2_x509_cert="MIICYzCCAcygAwIBAgIBADANBgkqhkiG9w0BAQUFADAuMQswCQYDVQQGEwJVUzEMMAoGA1UEChMDSUJNMREwDwYDVQQLEwhMb2NhbCBDQTAeFw05OTEyMjIwNTAwMDBaFw0wMDEyMjMwNDU5NTlaMC4xCzAJBgNVBAYTAlVTMQwwCgYDVQQKEwNJQk0xETAPBgNVBAsTCExvY2FsIENBMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD2bZEo7xGaX2/0GHkrNFZvlxBou9v1Jmt/PDiTMPve8r9FeJAQ0QdvFST/0JPQYD20rH0bimdDLgNdNynmyRoS2S/IInfpmf69iyc2G0TPyRvmHIiOZbdCd+YBHQi1adkj17NDcWj6S14tVurFX73zx0sNoMS79q3tuXKrDsxeuwIDAQABo4GQMIGNMEsGCVUdDwGG+EIBDQQ+EzxHZW5lcmF0ZWQgYnkgdGhlIFNlY3VyZVdheSBTZWN1cml0eSBTZXJ2ZXIgZm9yIE9TLzM5MCAoUkFDRikwDgYDVR0PAQH/BAQDAgAGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFJ3+ocRyCTJw067dLSwr/nalx6YMMA0GCSqGSIb3DQEBBQUAA4GBAMaQzt+zaj1GU77yzlr8iiMBXgdQrwsZZWJo5exnAucJAEYQZmOfyLiMD6oYq+ZnfvM0n8G/Y79q8nhwvuxpYOnRSAXFp6xSkrIOeZtJMY1h00LKp/JX3Ng1svZ2agE126JHsQ0bhzN5TKsYfbwfTwfjdWAGy6Vf1nYi/rO+ryMO",
598
- enabled=True)
599
- ```
600
-
601
584
  ## Import
602
585
 
603
586
  ```sh
@@ -629,23 +612,6 @@ class SamlIntegration(pulumi.CustomResource):
629
612
  args: SamlIntegrationArgs,
630
613
  opts: Optional[pulumi.ResourceOptions] = None):
631
614
  """
632
- > **Deprecation** This resource is deprecated and will be removed in a future major version release. Please use Saml2Integration instead. <deprecation>
633
-
634
- ## Example Usage
635
-
636
- ```python
637
- import pulumi
638
- import pulumi_snowflake as snowflake
639
-
640
- saml_integration = snowflake.SamlIntegration("saml_integration",
641
- name="saml_integration",
642
- saml2_provider="CUSTOM",
643
- saml2_issuer="test_issuer",
644
- saml2_sso_url="https://testsamlissuer.com",
645
- saml2_x509_cert="MIICYzCCAcygAwIBAgIBADANBgkqhkiG9w0BAQUFADAuMQswCQYDVQQGEwJVUzEMMAoGA1UEChMDSUJNMREwDwYDVQQLEwhMb2NhbCBDQTAeFw05OTEyMjIwNTAwMDBaFw0wMDEyMjMwNDU5NTlaMC4xCzAJBgNVBAYTAlVTMQwwCgYDVQQKEwNJQk0xETAPBgNVBAsTCExvY2FsIENBMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD2bZEo7xGaX2/0GHkrNFZvlxBou9v1Jmt/PDiTMPve8r9FeJAQ0QdvFST/0JPQYD20rH0bimdDLgNdNynmyRoS2S/IInfpmf69iyc2G0TPyRvmHIiOZbdCd+YBHQi1adkj17NDcWj6S14tVurFX73zx0sNoMS79q3tuXKrDsxeuwIDAQABo4GQMIGNMEsGCVUdDwGG+EIBDQQ+EzxHZW5lcmF0ZWQgYnkgdGhlIFNlY3VyZVdheSBTZWN1cml0eSBTZXJ2ZXIgZm9yIE9TLzM5MCAoUkFDRikwDgYDVR0PAQH/BAQDAgAGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFJ3+ocRyCTJw067dLSwr/nalx6YMMA0GCSqGSIb3DQEBBQUAA4GBAMaQzt+zaj1GU77yzlr8iiMBXgdQrwsZZWJo5exnAucJAEYQZmOfyLiMD6oYq+ZnfvM0n8G/Y79q8nhwvuxpYOnRSAXFp6xSkrIOeZtJMY1h00LKp/JX3Ng1svZ2agE126JHsQ0bhzN5TKsYfbwfTwfjdWAGy6Vf1nYi/rO+ryMO",
646
- enabled=True)
647
- ```
648
-
649
615
  ## Import
650
616
 
651
617
  ```sh
@@ -51,7 +51,7 @@ class SchemaArgs:
51
51
  :param pulumi.Input[str] log_level: Specifies the severity level of messages that should be ingested and made available in the active event table. Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level).
52
52
  :param pulumi.Input[int] max_data_extension_time_in_days: Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. For a detailed description of this parameter, see [MAX*DATA*EXTENSION*TIME*IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days).
53
53
  :param pulumi.Input[str] name: Specifies the identifier for the schema; must be unique for the database in which the schema is created. When the name is `PUBLIC`, during creation the provider checks if this schema has already been created and, in such case, `ALTER` is used to match the desired state.
54
- :param pulumi.Input[bool] pipe_execution_paused: Specifies whether to pause a running pipe, primarily in preparation for transferring ownership of the pipe to a different role. For more information, see [PIPE*EXECUTION*PAUSED](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused).
54
+ :param pulumi.Input[bool] pipe_execution_paused: Specifies whether to pause a running pipe, primarily in preparation for transferring ownership of the pipe to a different role. For more information, check [PIPE*EXECUTION*PAUSED docs](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused).
55
55
  :param pulumi.Input[bool] quoted_identifiers_ignore_case: If true, the case of quoted identifiers is ignored. For more information, see [QUOTED*IDENTIFIERS*IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case).
56
56
  :param pulumi.Input[bool] replace_invalid_characters: Specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�) in query results for an Iceberg table. You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE*INVALID*CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters).
57
57
  :param pulumi.Input[str] storage_serialization_policy: The storage serialization policy for Iceberg tables that use Snowflake as the catalog. Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE*SERIALIZATION*POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy).
@@ -243,7 +243,7 @@ class SchemaArgs:
243
243
  @pulumi.getter(name="pipeExecutionPaused")
244
244
  def pipe_execution_paused(self) -> Optional[pulumi.Input[bool]]:
245
245
  """
246
- Specifies whether to pause a running pipe, primarily in preparation for transferring ownership of the pipe to a different role. For more information, see [PIPE*EXECUTION*PAUSED](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused).
246
+ Specifies whether to pause a running pipe, primarily in preparation for transferring ownership of the pipe to a different role. For more information, check [PIPE*EXECUTION*PAUSED docs](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused).
247
247
  """
248
248
  return pulumi.get(self, "pipe_execution_paused")
249
249
 
@@ -383,6 +383,7 @@ class _SchemaState:
383
383
  describe_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['SchemaDescribeOutputArgs']]]] = None,
384
384
  enable_console_output: Optional[pulumi.Input[bool]] = None,
385
385
  external_volume: Optional[pulumi.Input[str]] = None,
386
+ fully_qualified_name: Optional[pulumi.Input[str]] = None,
386
387
  is_transient: Optional[pulumi.Input[str]] = None,
387
388
  log_level: Optional[pulumi.Input[str]] = None,
388
389
  max_data_extension_time_in_days: Optional[pulumi.Input[int]] = None,
@@ -410,12 +411,13 @@ class _SchemaState:
410
411
  :param pulumi.Input[Sequence[pulumi.Input['SchemaDescribeOutputArgs']]] describe_outputs: Outputs the result of `DESCRIBE SCHEMA` for the given object. In order to handle this output, one must grant sufficient privileges, e.g. grant*ownership on all objects in the schema.
411
412
  :param pulumi.Input[bool] enable_console_output: If true, enables stdout/stderr fast path logging for anonymous stored procedures.
412
413
  :param pulumi.Input[str] external_volume: The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume).
414
+ :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).
413
415
  :param pulumi.Input[str] is_transient: Specifies the schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
414
416
  :param pulumi.Input[str] log_level: Specifies the severity level of messages that should be ingested and made available in the active event table. Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level).
415
417
  :param pulumi.Input[int] max_data_extension_time_in_days: Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. For a detailed description of this parameter, see [MAX*DATA*EXTENSION*TIME*IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days).
416
418
  :param pulumi.Input[str] name: Specifies the identifier for the schema; must be unique for the database in which the schema is created. When the name is `PUBLIC`, during creation the provider checks if this schema has already been created and, in such case, `ALTER` is used to match the desired state.
417
419
  :param pulumi.Input[Sequence[pulumi.Input['SchemaParameterArgs']]] parameters: Outputs the result of `SHOW PARAMETERS IN SCHEMA` for the given object.
418
- :param pulumi.Input[bool] pipe_execution_paused: Specifies whether to pause a running pipe, primarily in preparation for transferring ownership of the pipe to a different role. For more information, see [PIPE*EXECUTION*PAUSED](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused).
420
+ :param pulumi.Input[bool] pipe_execution_paused: Specifies whether to pause a running pipe, primarily in preparation for transferring ownership of the pipe to a different role. For more information, check [PIPE*EXECUTION*PAUSED docs](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused).
419
421
  :param pulumi.Input[bool] quoted_identifiers_ignore_case: If true, the case of quoted identifiers is ignored. For more information, see [QUOTED*IDENTIFIERS*IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case).
420
422
  :param pulumi.Input[bool] replace_invalid_characters: Specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�) in query results for an Iceberg table. You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE*INVALID*CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters).
421
423
  :param pulumi.Input[Sequence[pulumi.Input['SchemaShowOutputArgs']]] show_outputs: Outputs the result of `SHOW SCHEMA` for the given object.
@@ -444,6 +446,8 @@ class _SchemaState:
444
446
  pulumi.set(__self__, "enable_console_output", enable_console_output)
445
447
  if external_volume is not None:
446
448
  pulumi.set(__self__, "external_volume", external_volume)
449
+ if fully_qualified_name is not None:
450
+ pulumi.set(__self__, "fully_qualified_name", fully_qualified_name)
447
451
  if is_transient is not None:
448
452
  pulumi.set(__self__, "is_transient", is_transient)
449
453
  if log_level is not None:
@@ -575,6 +579,18 @@ class _SchemaState:
575
579
  def external_volume(self, value: Optional[pulumi.Input[str]]):
576
580
  pulumi.set(self, "external_volume", value)
577
581
 
582
+ @property
583
+ @pulumi.getter(name="fullyQualifiedName")
584
+ def fully_qualified_name(self) -> Optional[pulumi.Input[str]]:
585
+ """
586
+ Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
587
+ """
588
+ return pulumi.get(self, "fully_qualified_name")
589
+
590
+ @fully_qualified_name.setter
591
+ def fully_qualified_name(self, value: Optional[pulumi.Input[str]]):
592
+ pulumi.set(self, "fully_qualified_name", value)
593
+
578
594
  @property
579
595
  @pulumi.getter(name="isTransient")
580
596
  def is_transient(self) -> Optional[pulumi.Input[str]]:
@@ -639,7 +655,7 @@ class _SchemaState:
639
655
  @pulumi.getter(name="pipeExecutionPaused")
640
656
  def pipe_execution_paused(self) -> Optional[pulumi.Input[bool]]:
641
657
  """
642
- Specifies whether to pause a running pipe, primarily in preparation for transferring ownership of the pipe to a different role. For more information, see [PIPE*EXECUTION*PAUSED](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused).
658
+ Specifies whether to pause a running pipe, primarily in preparation for transferring ownership of the pipe to a different role. For more information, check [PIPE*EXECUTION*PAUSED docs](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused).
643
659
  """
644
660
  return pulumi.get(self, "pipe_execution_paused")
645
661
 
@@ -809,16 +825,12 @@ class Schema(pulumi.CustomResource):
809
825
  with_managed_access: Optional[pulumi.Input[str]] = None,
810
826
  __props__=None):
811
827
  """
812
- !> **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.
813
-
814
- Resource used to manage schema objects. For more information, check [schema documentation](https://docs.snowflake.com/en/sql-reference/sql/create-schema).
815
-
816
828
  ## Import
817
829
 
818
- format is dbName | schemaName
830
+ format is <database_name>.<schema_name>
819
831
 
820
832
  ```sh
821
- $ pulumi import snowflake:index/schema:Schema example 'dbName|schemaName'
833
+ $ pulumi import snowflake:index/schema:Schema example '"<database_name>"."<schema_name>"'
822
834
  ```
823
835
 
824
836
  :param str resource_name: The name of the resource.
@@ -834,7 +846,7 @@ class Schema(pulumi.CustomResource):
834
846
  :param pulumi.Input[str] log_level: Specifies the severity level of messages that should be ingested and made available in the active event table. Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level).
835
847
  :param pulumi.Input[int] max_data_extension_time_in_days: Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. For a detailed description of this parameter, see [MAX*DATA*EXTENSION*TIME*IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days).
836
848
  :param pulumi.Input[str] name: Specifies the identifier for the schema; must be unique for the database in which the schema is created. When the name is `PUBLIC`, during creation the provider checks if this schema has already been created and, in such case, `ALTER` is used to match the desired state.
837
- :param pulumi.Input[bool] pipe_execution_paused: Specifies whether to pause a running pipe, primarily in preparation for transferring ownership of the pipe to a different role. For more information, see [PIPE*EXECUTION*PAUSED](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused).
849
+ :param pulumi.Input[bool] pipe_execution_paused: Specifies whether to pause a running pipe, primarily in preparation for transferring ownership of the pipe to a different role. For more information, check [PIPE*EXECUTION*PAUSED docs](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused).
838
850
  :param pulumi.Input[bool] quoted_identifiers_ignore_case: If true, the case of quoted identifiers is ignored. For more information, see [QUOTED*IDENTIFIERS*IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case).
839
851
  :param pulumi.Input[bool] replace_invalid_characters: Specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�) in query results for an Iceberg table. You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE*INVALID*CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters).
840
852
  :param pulumi.Input[str] storage_serialization_policy: The storage serialization policy for Iceberg tables that use Snowflake as the catalog. Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE*SERIALIZATION*POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy).
@@ -853,16 +865,12 @@ class Schema(pulumi.CustomResource):
853
865
  args: SchemaArgs,
854
866
  opts: Optional[pulumi.ResourceOptions] = None):
855
867
  """
856
- !> **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.
857
-
858
- Resource used to manage schema objects. For more information, check [schema documentation](https://docs.snowflake.com/en/sql-reference/sql/create-schema).
859
-
860
868
  ## Import
861
869
 
862
- format is dbName | schemaName
870
+ format is <database_name>.<schema_name>
863
871
 
864
872
  ```sh
865
- $ pulumi import snowflake:index/schema:Schema example 'dbName|schemaName'
873
+ $ pulumi import snowflake:index/schema:Schema example '"<database_name>"."<schema_name>"'
866
874
  ```
867
875
 
868
876
  :param str resource_name: The name of the resource.
@@ -936,6 +944,7 @@ class Schema(pulumi.CustomResource):
936
944
  __props__.__dict__["user_task_timeout_ms"] = user_task_timeout_ms
937
945
  __props__.__dict__["with_managed_access"] = with_managed_access
938
946
  __props__.__dict__["describe_outputs"] = None
947
+ __props__.__dict__["fully_qualified_name"] = None
939
948
  __props__.__dict__["parameters"] = None
940
949
  __props__.__dict__["show_outputs"] = None
941
950
  super(Schema, __self__).__init__(
@@ -956,6 +965,7 @@ class Schema(pulumi.CustomResource):
956
965
  describe_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SchemaDescribeOutputArgs', 'SchemaDescribeOutputArgsDict']]]]] = None,
957
966
  enable_console_output: Optional[pulumi.Input[bool]] = None,
958
967
  external_volume: Optional[pulumi.Input[str]] = None,
968
+ fully_qualified_name: Optional[pulumi.Input[str]] = None,
959
969
  is_transient: Optional[pulumi.Input[str]] = None,
960
970
  log_level: Optional[pulumi.Input[str]] = None,
961
971
  max_data_extension_time_in_days: Optional[pulumi.Input[int]] = None,
@@ -988,12 +998,13 @@ class Schema(pulumi.CustomResource):
988
998
  :param pulumi.Input[Sequence[pulumi.Input[Union['SchemaDescribeOutputArgs', 'SchemaDescribeOutputArgsDict']]]] describe_outputs: Outputs the result of `DESCRIBE SCHEMA` for the given object. In order to handle this output, one must grant sufficient privileges, e.g. grant*ownership on all objects in the schema.
989
999
  :param pulumi.Input[bool] enable_console_output: If true, enables stdout/stderr fast path logging for anonymous stored procedures.
990
1000
  :param pulumi.Input[str] external_volume: The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume).
1001
+ :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).
991
1002
  :param pulumi.Input[str] is_transient: Specifies the schema as transient. Transient schemas do not have a Fail-safe period so they do not incur additional storage costs once they leave Time Travel; however, this means they are also not protected by Fail-safe in the event of a data loss. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
992
1003
  :param pulumi.Input[str] log_level: Specifies the severity level of messages that should be ingested and made available in the active event table. Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level).
993
1004
  :param pulumi.Input[int] max_data_extension_time_in_days: Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. For a detailed description of this parameter, see [MAX*DATA*EXTENSION*TIME*IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days).
994
1005
  :param pulumi.Input[str] name: Specifies the identifier for the schema; must be unique for the database in which the schema is created. When the name is `PUBLIC`, during creation the provider checks if this schema has already been created and, in such case, `ALTER` is used to match the desired state.
995
1006
  :param pulumi.Input[Sequence[pulumi.Input[Union['SchemaParameterArgs', 'SchemaParameterArgsDict']]]] parameters: Outputs the result of `SHOW PARAMETERS IN SCHEMA` for the given object.
996
- :param pulumi.Input[bool] pipe_execution_paused: Specifies whether to pause a running pipe, primarily in preparation for transferring ownership of the pipe to a different role. For more information, see [PIPE*EXECUTION*PAUSED](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused).
1007
+ :param pulumi.Input[bool] pipe_execution_paused: Specifies whether to pause a running pipe, primarily in preparation for transferring ownership of the pipe to a different role. For more information, check [PIPE*EXECUTION*PAUSED docs](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused).
997
1008
  :param pulumi.Input[bool] quoted_identifiers_ignore_case: If true, the case of quoted identifiers is ignored. For more information, see [QUOTED*IDENTIFIERS*IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case).
998
1009
  :param pulumi.Input[bool] replace_invalid_characters: Specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�) in query results for an Iceberg table. You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE*INVALID*CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters).
999
1010
  :param pulumi.Input[Sequence[pulumi.Input[Union['SchemaShowOutputArgs', 'SchemaShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW SCHEMA` for the given object.
@@ -1018,6 +1029,7 @@ class Schema(pulumi.CustomResource):
1018
1029
  __props__.__dict__["describe_outputs"] = describe_outputs
1019
1030
  __props__.__dict__["enable_console_output"] = enable_console_output
1020
1031
  __props__.__dict__["external_volume"] = external_volume
1032
+ __props__.__dict__["fully_qualified_name"] = fully_qualified_name
1021
1033
  __props__.__dict__["is_transient"] = is_transient
1022
1034
  __props__.__dict__["log_level"] = log_level
1023
1035
  __props__.__dict__["max_data_extension_time_in_days"] = max_data_extension_time_in_days
@@ -1101,6 +1113,14 @@ class Schema(pulumi.CustomResource):
1101
1113
  """
1102
1114
  return pulumi.get(self, "external_volume")
1103
1115
 
1116
+ @property
1117
+ @pulumi.getter(name="fullyQualifiedName")
1118
+ def fully_qualified_name(self) -> pulumi.Output[str]:
1119
+ """
1120
+ Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
1121
+ """
1122
+ return pulumi.get(self, "fully_qualified_name")
1123
+
1104
1124
  @property
1105
1125
  @pulumi.getter(name="isTransient")
1106
1126
  def is_transient(self) -> pulumi.Output[Optional[str]]:
@@ -1145,7 +1165,7 @@ class Schema(pulumi.CustomResource):
1145
1165
  @pulumi.getter(name="pipeExecutionPaused")
1146
1166
  def pipe_execution_paused(self) -> pulumi.Output[bool]:
1147
1167
  """
1148
- Specifies whether to pause a running pipe, primarily in preparation for transferring ownership of the pipe to a different role. For more information, see [PIPE*EXECUTION*PAUSED](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused).
1168
+ Specifies whether to pause a running pipe, primarily in preparation for transferring ownership of the pipe to a different role. For more information, check [PIPE*EXECUTION*PAUSED docs](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused).
1149
1169
  """
1150
1170
  return pulumi.get(self, "pipe_execution_paused")
1151
1171
 
@@ -29,7 +29,7 @@ class ScimIntegrationArgs:
29
29
  :param pulumi.Input[str] run_as_role: Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. Provider assumes that the specified role is already provided. Valid options are: `OKTA_PROVISIONER` | `AAD_PROVISIONER` | `GENERIC_SCIM_PROVISIONER`.
30
30
  :param pulumi.Input[str] scim_client: Specifies the client type for the scim integration. Valid options are: `OKTA` | `AZURE` | `GENERIC`.
31
31
  :param pulumi.Input[str] comment: Specifies a comment for the integration.
32
- :param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the integration; must be unique in your account.
32
+ :param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
33
33
  :param pulumi.Input[str] network_policy: Specifies an existing network policy that controls SCIM network traffic.
34
34
  :param pulumi.Input[str] sync_password: Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
35
35
  """
@@ -97,7 +97,7 @@ class ScimIntegrationArgs:
97
97
  @pulumi.getter
98
98
  def name(self) -> Optional[pulumi.Input[str]]:
99
99
  """
100
- String that specifies the identifier (i.e. name) for the integration; must be unique in your account.
100
+ String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
101
101
  """
102
102
  return pulumi.get(self, "name")
103
103
 
@@ -136,6 +136,7 @@ class _ScimIntegrationState:
136
136
  comment: Optional[pulumi.Input[str]] = None,
137
137
  describe_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['ScimIntegrationDescribeOutputArgs']]]] = None,
138
138
  enabled: Optional[pulumi.Input[bool]] = None,
139
+ fully_qualified_name: Optional[pulumi.Input[str]] = None,
139
140
  name: Optional[pulumi.Input[str]] = None,
140
141
  network_policy: Optional[pulumi.Input[str]] = None,
141
142
  run_as_role: Optional[pulumi.Input[str]] = None,
@@ -147,7 +148,8 @@ class _ScimIntegrationState:
147
148
  :param pulumi.Input[str] comment: Specifies a comment for the integration.
148
149
  :param pulumi.Input[Sequence[pulumi.Input['ScimIntegrationDescribeOutputArgs']]] describe_outputs: Outputs the result of `DESCRIBE SECURITY INTEGRATIONS` for the given security integration.
149
150
  :param pulumi.Input[bool] enabled: Specify whether the security integration is enabled.
150
- :param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the integration; must be unique in your account.
151
+ :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).
152
+ :param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
151
153
  :param pulumi.Input[str] network_policy: Specifies an existing network policy that controls SCIM network traffic.
152
154
  :param pulumi.Input[str] run_as_role: Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. Provider assumes that the specified role is already provided. Valid options are: `OKTA_PROVISIONER` | `AAD_PROVISIONER` | `GENERIC_SCIM_PROVISIONER`.
153
155
  :param pulumi.Input[str] scim_client: Specifies the client type for the scim integration. Valid options are: `OKTA` | `AZURE` | `GENERIC`.
@@ -160,6 +162,8 @@ class _ScimIntegrationState:
160
162
  pulumi.set(__self__, "describe_outputs", describe_outputs)
161
163
  if enabled is not None:
162
164
  pulumi.set(__self__, "enabled", enabled)
165
+ if fully_qualified_name is not None:
166
+ pulumi.set(__self__, "fully_qualified_name", fully_qualified_name)
163
167
  if name is not None:
164
168
  pulumi.set(__self__, "name", name)
165
169
  if network_policy is not None:
@@ -209,11 +213,23 @@ class _ScimIntegrationState:
209
213
  def enabled(self, value: Optional[pulumi.Input[bool]]):
210
214
  pulumi.set(self, "enabled", value)
211
215
 
216
+ @property
217
+ @pulumi.getter(name="fullyQualifiedName")
218
+ def fully_qualified_name(self) -> Optional[pulumi.Input[str]]:
219
+ """
220
+ Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
221
+ """
222
+ return pulumi.get(self, "fully_qualified_name")
223
+
224
+ @fully_qualified_name.setter
225
+ def fully_qualified_name(self, value: Optional[pulumi.Input[str]]):
226
+ pulumi.set(self, "fully_qualified_name", value)
227
+
212
228
  @property
213
229
  @pulumi.getter
214
230
  def name(self) -> Optional[pulumi.Input[str]]:
215
231
  """
216
- String that specifies the identifier (i.e. name) for the integration; must be unique in your account.
232
+ String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
217
233
  """
218
234
  return pulumi.get(self, "name")
219
235
 
@@ -296,10 +312,6 @@ class ScimIntegration(pulumi.CustomResource):
296
312
  sync_password: Optional[pulumi.Input[str]] = None,
297
313
  __props__=None):
298
314
  """
299
- !> **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.
300
-
301
- Resource used to manage scim security integration objects. For more information, check [security integrations documentation](https://docs.snowflake.com/en/sql-reference/sql/create-security-integration-scim).
302
-
303
315
  ## Import
304
316
 
305
317
  ```sh
@@ -310,7 +322,7 @@ class ScimIntegration(pulumi.CustomResource):
310
322
  :param pulumi.ResourceOptions opts: Options for the resource.
311
323
  :param pulumi.Input[str] comment: Specifies a comment for the integration.
312
324
  :param pulumi.Input[bool] enabled: Specify whether the security integration is enabled.
313
- :param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the integration; must be unique in your account.
325
+ :param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
314
326
  :param pulumi.Input[str] network_policy: Specifies an existing network policy that controls SCIM network traffic.
315
327
  :param pulumi.Input[str] run_as_role: Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. Provider assumes that the specified role is already provided. Valid options are: `OKTA_PROVISIONER` | `AAD_PROVISIONER` | `GENERIC_SCIM_PROVISIONER`.
316
328
  :param pulumi.Input[str] scim_client: Specifies the client type for the scim integration. Valid options are: `OKTA` | `AZURE` | `GENERIC`.
@@ -323,10 +335,6 @@ class ScimIntegration(pulumi.CustomResource):
323
335
  args: ScimIntegrationArgs,
324
336
  opts: Optional[pulumi.ResourceOptions] = None):
325
337
  """
326
- !> **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.
327
-
328
- Resource used to manage scim security integration objects. For more information, check [security integrations documentation](https://docs.snowflake.com/en/sql-reference/sql/create-security-integration-scim).
329
-
330
338
  ## Import
331
339
 
332
340
  ```sh
@@ -378,6 +386,7 @@ class ScimIntegration(pulumi.CustomResource):
378
386
  __props__.__dict__["scim_client"] = scim_client
379
387
  __props__.__dict__["sync_password"] = sync_password
380
388
  __props__.__dict__["describe_outputs"] = None
389
+ __props__.__dict__["fully_qualified_name"] = None
381
390
  __props__.__dict__["show_outputs"] = None
382
391
  super(ScimIntegration, __self__).__init__(
383
392
  'snowflake:index/scimIntegration:ScimIntegration',
@@ -392,6 +401,7 @@ class ScimIntegration(pulumi.CustomResource):
392
401
  comment: Optional[pulumi.Input[str]] = None,
393
402
  describe_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ScimIntegrationDescribeOutputArgs', 'ScimIntegrationDescribeOutputArgsDict']]]]] = None,
394
403
  enabled: Optional[pulumi.Input[bool]] = None,
404
+ fully_qualified_name: Optional[pulumi.Input[str]] = None,
395
405
  name: Optional[pulumi.Input[str]] = None,
396
406
  network_policy: Optional[pulumi.Input[str]] = None,
397
407
  run_as_role: Optional[pulumi.Input[str]] = None,
@@ -408,7 +418,8 @@ class ScimIntegration(pulumi.CustomResource):
408
418
  :param pulumi.Input[str] comment: Specifies a comment for the integration.
409
419
  :param pulumi.Input[Sequence[pulumi.Input[Union['ScimIntegrationDescribeOutputArgs', 'ScimIntegrationDescribeOutputArgsDict']]]] describe_outputs: Outputs the result of `DESCRIBE SECURITY INTEGRATIONS` for the given security integration.
410
420
  :param pulumi.Input[bool] enabled: Specify whether the security integration is enabled.
411
- :param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the integration; must be unique in your account.
421
+ :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).
422
+ :param pulumi.Input[str] name: String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
412
423
  :param pulumi.Input[str] network_policy: Specifies an existing network policy that controls SCIM network traffic.
413
424
  :param pulumi.Input[str] run_as_role: Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. Provider assumes that the specified role is already provided. Valid options are: `OKTA_PROVISIONER` | `AAD_PROVISIONER` | `GENERIC_SCIM_PROVISIONER`.
414
425
  :param pulumi.Input[str] scim_client: Specifies the client type for the scim integration. Valid options are: `OKTA` | `AZURE` | `GENERIC`.
@@ -422,6 +433,7 @@ class ScimIntegration(pulumi.CustomResource):
422
433
  __props__.__dict__["comment"] = comment
423
434
  __props__.__dict__["describe_outputs"] = describe_outputs
424
435
  __props__.__dict__["enabled"] = enabled
436
+ __props__.__dict__["fully_qualified_name"] = fully_qualified_name
425
437
  __props__.__dict__["name"] = name
426
438
  __props__.__dict__["network_policy"] = network_policy
427
439
  __props__.__dict__["run_as_role"] = run_as_role
@@ -454,11 +466,19 @@ class ScimIntegration(pulumi.CustomResource):
454
466
  """
455
467
  return pulumi.get(self, "enabled")
456
468
 
469
+ @property
470
+ @pulumi.getter(name="fullyQualifiedName")
471
+ def fully_qualified_name(self) -> pulumi.Output[str]:
472
+ """
473
+ Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
474
+ """
475
+ return pulumi.get(self, "fully_qualified_name")
476
+
457
477
  @property
458
478
  @pulumi.getter
459
479
  def name(self) -> pulumi.Output[str]:
460
480
  """
461
- String that specifies the identifier (i.e. name) for the integration; must be unique in your account.
481
+ String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
462
482
  """
463
483
  return pulumi.get(self, "name")
464
484