pulumi-azure-native 2.70.0a1730967751__py3-none-any.whl → 2.71.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (125) hide show
  1. pulumi_azure_native/__init__.py +14 -0
  2. pulumi_azure_native/datafactory/_inputs.py +360 -0
  3. pulumi_azure_native/datafactory/outputs.py +240 -2
  4. pulumi_azure_native/datafactory/v20180601/_inputs.py +360 -0
  5. pulumi_azure_native/datafactory/v20180601/outputs.py +240 -2
  6. pulumi_azure_native/machinelearningservices/_inputs.py +2 -110
  7. pulumi_azure_native/machinelearningservices/outputs.py +2 -104
  8. pulumi_azure_native/machinelearningservices/v20230401/_inputs.py +2 -110
  9. pulumi_azure_native/machinelearningservices/v20230401/outputs.py +2 -104
  10. pulumi_azure_native/machinelearningservices/v20230401preview/_inputs.py +2 -110
  11. pulumi_azure_native/machinelearningservices/v20230401preview/outputs.py +2 -104
  12. pulumi_azure_native/machinelearningservices/v20230601preview/_inputs.py +2 -110
  13. pulumi_azure_native/machinelearningservices/v20230601preview/outputs.py +2 -104
  14. pulumi_azure_native/machinelearningservices/v20230801preview/_inputs.py +2 -110
  15. pulumi_azure_native/machinelearningservices/v20230801preview/outputs.py +2 -104
  16. pulumi_azure_native/machinelearningservices/v20231001/_inputs.py +2 -110
  17. pulumi_azure_native/machinelearningservices/v20231001/outputs.py +2 -104
  18. pulumi_azure_native/machinelearningservices/v20240101preview/_inputs.py +2 -110
  19. pulumi_azure_native/machinelearningservices/v20240101preview/outputs.py +2 -104
  20. pulumi_azure_native/machinelearningservices/v20240401/_inputs.py +2 -110
  21. pulumi_azure_native/machinelearningservices/v20240401/outputs.py +2 -104
  22. pulumi_azure_native/machinelearningservices/v20240401preview/_inputs.py +2 -110
  23. pulumi_azure_native/machinelearningservices/v20240401preview/outputs.py +2 -104
  24. pulumi_azure_native/machinelearningservices/v20240701preview/_inputs.py +2 -110
  25. pulumi_azure_native/machinelearningservices/v20240701preview/outputs.py +2 -104
  26. pulumi_azure_native/machinelearningservices/v20241001/_enums.py +1 -1
  27. pulumi_azure_native/machinelearningservices/v20241001/_inputs.py +16 -12
  28. pulumi_azure_native/machinelearningservices/v20241001/outputs.py +12 -8
  29. pulumi_azure_native/machinelearningservices/v20241001preview/_enums.py +1 -1
  30. pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py +16 -12
  31. pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +12 -8
  32. pulumi_azure_native/pulumi-plugin.json +1 -1
  33. pulumi_azure_native/recoveryservices/__init__.py +3 -0
  34. pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
  35. pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
  36. pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
  37. pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
  38. pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
  39. pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
  40. pulumi_azure_native/recoveryservices/get_vault.py +2 -2
  41. pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
  42. pulumi_azure_native/recoveryservices/protected_item.py +3 -3
  43. pulumi_azure_native/recoveryservices/protection_container.py +3 -3
  44. pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
  45. pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
  46. pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
  47. pulumi_azure_native/recoveryservices/v20200202/vault.py +1 -1
  48. pulumi_azure_native/recoveryservices/v20230401/private_endpoint_connection.py +1 -1
  49. pulumi_azure_native/recoveryservices/v20230401/protected_item.py +1 -1
  50. pulumi_azure_native/recoveryservices/v20230401/protection_container.py +1 -1
  51. pulumi_azure_native/recoveryservices/v20230401/protection_intent.py +1 -1
  52. pulumi_azure_native/recoveryservices/v20230401/protection_policy.py +1 -1
  53. pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py +1 -1
  54. pulumi_azure_native/recoveryservices/v20230401/vault.py +1 -1
  55. pulumi_azure_native/recoveryservices/v20230601/private_endpoint_connection.py +1 -1
  56. pulumi_azure_native/recoveryservices/v20230601/protected_item.py +1 -1
  57. pulumi_azure_native/recoveryservices/v20230601/protection_container.py +1 -1
  58. pulumi_azure_native/recoveryservices/v20230601/protection_intent.py +1 -1
  59. pulumi_azure_native/recoveryservices/v20230601/protection_policy.py +1 -1
  60. pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py +1 -1
  61. pulumi_azure_native/recoveryservices/v20230601/vault.py +1 -1
  62. pulumi_azure_native/recoveryservices/v20230801/private_endpoint_connection.py +1 -1
  63. pulumi_azure_native/recoveryservices/v20230801/protected_item.py +1 -1
  64. pulumi_azure_native/recoveryservices/v20230801/protection_container.py +1 -1
  65. pulumi_azure_native/recoveryservices/v20230801/protection_intent.py +1 -1
  66. pulumi_azure_native/recoveryservices/v20230801/protection_policy.py +1 -1
  67. pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py +1 -1
  68. pulumi_azure_native/recoveryservices/v20230801/vault.py +1 -1
  69. pulumi_azure_native/recoveryservices/v20240101/private_endpoint_connection.py +1 -1
  70. pulumi_azure_native/recoveryservices/v20240101/protected_item.py +1 -1
  71. pulumi_azure_native/recoveryservices/v20240101/protection_container.py +1 -1
  72. pulumi_azure_native/recoveryservices/v20240101/protection_intent.py +1 -1
  73. pulumi_azure_native/recoveryservices/v20240101/protection_policy.py +1 -1
  74. pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py +1 -1
  75. pulumi_azure_native/recoveryservices/v20240101/vault.py +1 -1
  76. pulumi_azure_native/recoveryservices/v20240201/private_endpoint_connection.py +1 -1
  77. pulumi_azure_native/recoveryservices/v20240201/protected_item.py +1 -1
  78. pulumi_azure_native/recoveryservices/v20240201/protection_container.py +1 -1
  79. pulumi_azure_native/recoveryservices/v20240201/protection_intent.py +1 -1
  80. pulumi_azure_native/recoveryservices/v20240201/protection_policy.py +1 -1
  81. pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py +1 -1
  82. pulumi_azure_native/recoveryservices/v20240201/vault.py +1 -1
  83. pulumi_azure_native/recoveryservices/v20240401/private_endpoint_connection.py +1 -1
  84. pulumi_azure_native/recoveryservices/v20240401/protected_item.py +1 -1
  85. pulumi_azure_native/recoveryservices/v20240401/protection_container.py +1 -1
  86. pulumi_azure_native/recoveryservices/v20240401/protection_intent.py +1 -1
  87. pulumi_azure_native/recoveryservices/v20240401/protection_policy.py +1 -1
  88. pulumi_azure_native/recoveryservices/v20240401/resource_guard_proxy.py +1 -1
  89. pulumi_azure_native/recoveryservices/v20240401/vault.py +1 -1
  90. pulumi_azure_native/recoveryservices/v20240430preview/private_endpoint_connection.py +1 -1
  91. pulumi_azure_native/recoveryservices/v20240430preview/protected_item.py +1 -1
  92. pulumi_azure_native/recoveryservices/v20240430preview/protection_container.py +1 -1
  93. pulumi_azure_native/recoveryservices/v20240430preview/protection_intent.py +1 -1
  94. pulumi_azure_native/recoveryservices/v20240430preview/protection_policy.py +1 -1
  95. pulumi_azure_native/recoveryservices/v20240430preview/resource_guard_proxy.py +1 -1
  96. pulumi_azure_native/recoveryservices/v20240430preview/vault.py +1 -1
  97. pulumi_azure_native/recoveryservices/v20240730preview/private_endpoint_connection.py +1 -1
  98. pulumi_azure_native/recoveryservices/v20240730preview/protected_item.py +1 -1
  99. pulumi_azure_native/recoveryservices/v20240730preview/protection_container.py +1 -1
  100. pulumi_azure_native/recoveryservices/v20240730preview/protection_intent.py +1 -1
  101. pulumi_azure_native/recoveryservices/v20240730preview/protection_policy.py +1 -1
  102. pulumi_azure_native/recoveryservices/v20240730preview/resource_guard_proxy.py +1 -1
  103. pulumi_azure_native/recoveryservices/v20241001/__init__.py +24 -0
  104. pulumi_azure_native/recoveryservices/v20241001/_enums.py +470 -0
  105. pulumi_azure_native/recoveryservices/v20241001/_inputs.py +15874 -0
  106. pulumi_azure_native/recoveryservices/v20241001/get_private_endpoint_connection.py +177 -0
  107. pulumi_azure_native/recoveryservices/v20241001/get_protected_item.py +197 -0
  108. pulumi_azure_native/recoveryservices/v20241001/get_protection_container.py +183 -0
  109. pulumi_azure_native/recoveryservices/v20241001/get_protection_intent.py +185 -0
  110. pulumi_azure_native/recoveryservices/v20241001/get_protection_policy.py +179 -0
  111. pulumi_azure_native/recoveryservices/v20241001/get_resource_guard_proxy.py +172 -0
  112. pulumi_azure_native/recoveryservices/v20241001/get_vault.py +213 -0
  113. pulumi_azure_native/recoveryservices/v20241001/outputs.py +14414 -0
  114. pulumi_azure_native/recoveryservices/v20241001/private_endpoint_connection.py +298 -0
  115. pulumi_azure_native/recoveryservices/v20241001/protected_item.py +340 -0
  116. pulumi_azure_native/recoveryservices/v20241001/protection_container.py +319 -0
  117. pulumi_azure_native/recoveryservices/v20241001/protection_intent.py +319 -0
  118. pulumi_azure_native/recoveryservices/v20241001/protection_policy.py +298 -0
  119. pulumi_azure_native/recoveryservices/v20241001/resource_guard_proxy.py +290 -0
  120. pulumi_azure_native/recoveryservices/v20241001/vault.py +326 -0
  121. pulumi_azure_native/recoveryservices/vault.py +3 -3
  122. {pulumi_azure_native-2.70.0a1730967751.dist-info → pulumi_azure_native-2.71.0.dist-info}/METADATA +1 -1
  123. {pulumi_azure_native-2.70.0a1730967751.dist-info → pulumi_azure_native-2.71.0.dist-info}/RECORD +125 -107
  124. {pulumi_azure_native-2.70.0a1730967751.dist-info → pulumi_azure_native-2.71.0.dist-info}/WHEEL +0 -0
  125. {pulumi_azure_native-2.70.0a1730967751.dist-info → pulumi_azure_native-2.71.0.dist-info}/top_level.txt +0 -0
@@ -19592,6 +19592,10 @@ if not MYPY:
19592
19592
  """
19593
19593
  List of tags that can be used for describing the linked service.
19594
19594
  """
19595
+ command_timeout: NotRequired[Any]
19596
+ """
19597
+ The time to wait (in seconds) while trying to execute a command before terminating the attempt and generating an error. Set to zero for infinity. Type: integer.
19598
+ """
19595
19599
  connect_via: NotRequired[pulumi.Input['IntegrationRuntimeReferenceArgsDict']]
19596
19600
  """
19597
19601
  The integration runtime reference.
@@ -19600,10 +19604,18 @@ if not MYPY:
19600
19604
  """
19601
19605
  An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
19602
19606
  """
19607
+ database: NotRequired[Any]
19608
+ """
19609
+ Database name for connection. Type: string.
19610
+ """
19603
19611
  description: NotRequired[pulumi.Input[str]]
19604
19612
  """
19605
19613
  Linked service description.
19606
19614
  """
19615
+ encoding: NotRequired[Any]
19616
+ """
19617
+ Gets or sets the .NET encoding that will be used to encode/decode PostgreSQL string data. Type: string
19618
+ """
19607
19619
  encrypted_credential: NotRequired[pulumi.Input[str]]
19608
19620
  """
19609
19621
  The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
@@ -19616,6 +19628,38 @@ if not MYPY:
19616
19628
  """
19617
19629
  The Azure key vault secret reference of password in connection string.
19618
19630
  """
19631
+ port: NotRequired[Any]
19632
+ """
19633
+ The port for the connection. Type: integer.
19634
+ """
19635
+ read_buffer_size: NotRequired[Any]
19636
+ """
19637
+ Determines the size of the internal buffer uses when reading. Increasing may improve performance if transferring large values from the database. Type: integer.
19638
+ """
19639
+ server: NotRequired[Any]
19640
+ """
19641
+ Server name for connection. Type: string.
19642
+ """
19643
+ ssl_mode: NotRequired[Any]
19644
+ """
19645
+ SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. Type: integer.
19646
+ """
19647
+ timeout: NotRequired[Any]
19648
+ """
19649
+ The time to wait (in seconds) while trying to establish a connection before terminating the attempt and generating an error. Type: integer.
19650
+ """
19651
+ timezone: NotRequired[Any]
19652
+ """
19653
+ Gets or sets the session timezone. Type: string.
19654
+ """
19655
+ trust_server_certificate: NotRequired[Any]
19656
+ """
19657
+ Whether to trust the server certificate without validating it. Type: boolean.
19658
+ """
19659
+ username: NotRequired[Any]
19660
+ """
19661
+ Username for authentication. Type: string.
19662
+ """
19619
19663
  version: NotRequired[pulumi.Input[str]]
19620
19664
  """
19621
19665
  Version of the linked service.
@@ -19628,41 +19672,85 @@ class AzurePostgreSqlLinkedServiceArgs:
19628
19672
  def __init__(__self__, *,
19629
19673
  type: pulumi.Input[str],
19630
19674
  annotations: Optional[pulumi.Input[Sequence[Any]]] = None,
19675
+ command_timeout: Optional[Any] = None,
19631
19676
  connect_via: Optional[pulumi.Input['IntegrationRuntimeReferenceArgs']] = None,
19632
19677
  connection_string: Optional[Any] = None,
19678
+ database: Optional[Any] = None,
19633
19679
  description: Optional[pulumi.Input[str]] = None,
19680
+ encoding: Optional[Any] = None,
19634
19681
  encrypted_credential: Optional[pulumi.Input[str]] = None,
19635
19682
  parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]]] = None,
19636
19683
  password: Optional[pulumi.Input['AzureKeyVaultSecretReferenceArgs']] = None,
19684
+ port: Optional[Any] = None,
19685
+ read_buffer_size: Optional[Any] = None,
19686
+ server: Optional[Any] = None,
19687
+ ssl_mode: Optional[Any] = None,
19688
+ timeout: Optional[Any] = None,
19689
+ timezone: Optional[Any] = None,
19690
+ trust_server_certificate: Optional[Any] = None,
19691
+ username: Optional[Any] = None,
19637
19692
  version: Optional[pulumi.Input[str]] = None):
19638
19693
  """
19639
19694
  Azure PostgreSQL linked service.
19640
19695
  :param pulumi.Input[str] type: Type of linked service.
19641
19696
  Expected value is 'AzurePostgreSql'.
19642
19697
  :param pulumi.Input[Sequence[Any]] annotations: List of tags that can be used for describing the linked service.
19698
+ :param Any command_timeout: The time to wait (in seconds) while trying to execute a command before terminating the attempt and generating an error. Set to zero for infinity. Type: integer.
19643
19699
  :param pulumi.Input['IntegrationRuntimeReferenceArgs'] connect_via: The integration runtime reference.
19644
19700
  :param Any connection_string: An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
19701
+ :param Any database: Database name for connection. Type: string.
19645
19702
  :param pulumi.Input[str] description: Linked service description.
19703
+ :param Any encoding: Gets or sets the .NET encoding that will be used to encode/decode PostgreSQL string data. Type: string
19646
19704
  :param pulumi.Input[str] encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
19647
19705
  :param pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]] parameters: Parameters for linked service.
19648
19706
  :param pulumi.Input['AzureKeyVaultSecretReferenceArgs'] password: The Azure key vault secret reference of password in connection string.
19707
+ :param Any port: The port for the connection. Type: integer.
19708
+ :param Any read_buffer_size: Determines the size of the internal buffer uses when reading. Increasing may improve performance if transferring large values from the database. Type: integer.
19709
+ :param Any server: Server name for connection. Type: string.
19710
+ :param Any ssl_mode: SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. Type: integer.
19711
+ :param Any timeout: The time to wait (in seconds) while trying to establish a connection before terminating the attempt and generating an error. Type: integer.
19712
+ :param Any timezone: Gets or sets the session timezone. Type: string.
19713
+ :param Any trust_server_certificate: Whether to trust the server certificate without validating it. Type: boolean.
19714
+ :param Any username: Username for authentication. Type: string.
19649
19715
  :param pulumi.Input[str] version: Version of the linked service.
19650
19716
  """
19651
19717
  pulumi.set(__self__, "type", 'AzurePostgreSql')
19652
19718
  if annotations is not None:
19653
19719
  pulumi.set(__self__, "annotations", annotations)
19720
+ if command_timeout is not None:
19721
+ pulumi.set(__self__, "command_timeout", command_timeout)
19654
19722
  if connect_via is not None:
19655
19723
  pulumi.set(__self__, "connect_via", connect_via)
19656
19724
  if connection_string is not None:
19657
19725
  pulumi.set(__self__, "connection_string", connection_string)
19726
+ if database is not None:
19727
+ pulumi.set(__self__, "database", database)
19658
19728
  if description is not None:
19659
19729
  pulumi.set(__self__, "description", description)
19730
+ if encoding is not None:
19731
+ pulumi.set(__self__, "encoding", encoding)
19660
19732
  if encrypted_credential is not None:
19661
19733
  pulumi.set(__self__, "encrypted_credential", encrypted_credential)
19662
19734
  if parameters is not None:
19663
19735
  pulumi.set(__self__, "parameters", parameters)
19664
19736
  if password is not None:
19665
19737
  pulumi.set(__self__, "password", password)
19738
+ if port is not None:
19739
+ pulumi.set(__self__, "port", port)
19740
+ if read_buffer_size is not None:
19741
+ pulumi.set(__self__, "read_buffer_size", read_buffer_size)
19742
+ if server is not None:
19743
+ pulumi.set(__self__, "server", server)
19744
+ if ssl_mode is not None:
19745
+ pulumi.set(__self__, "ssl_mode", ssl_mode)
19746
+ if timeout is not None:
19747
+ pulumi.set(__self__, "timeout", timeout)
19748
+ if timezone is not None:
19749
+ pulumi.set(__self__, "timezone", timezone)
19750
+ if trust_server_certificate is not None:
19751
+ pulumi.set(__self__, "trust_server_certificate", trust_server_certificate)
19752
+ if username is not None:
19753
+ pulumi.set(__self__, "username", username)
19666
19754
  if version is not None:
19667
19755
  pulumi.set(__self__, "version", version)
19668
19756
 
@@ -19691,6 +19779,18 @@ class AzurePostgreSqlLinkedServiceArgs:
19691
19779
  def annotations(self, value: Optional[pulumi.Input[Sequence[Any]]]):
19692
19780
  pulumi.set(self, "annotations", value)
19693
19781
 
19782
+ @property
19783
+ @pulumi.getter(name="commandTimeout")
19784
+ def command_timeout(self) -> Optional[Any]:
19785
+ """
19786
+ The time to wait (in seconds) while trying to execute a command before terminating the attempt and generating an error. Set to zero for infinity. Type: integer.
19787
+ """
19788
+ return pulumi.get(self, "command_timeout")
19789
+
19790
+ @command_timeout.setter
19791
+ def command_timeout(self, value: Optional[Any]):
19792
+ pulumi.set(self, "command_timeout", value)
19793
+
19694
19794
  @property
19695
19795
  @pulumi.getter(name="connectVia")
19696
19796
  def connect_via(self) -> Optional[pulumi.Input['IntegrationRuntimeReferenceArgs']]:
@@ -19715,6 +19815,18 @@ class AzurePostgreSqlLinkedServiceArgs:
19715
19815
  def connection_string(self, value: Optional[Any]):
19716
19816
  pulumi.set(self, "connection_string", value)
19717
19817
 
19818
+ @property
19819
+ @pulumi.getter
19820
+ def database(self) -> Optional[Any]:
19821
+ """
19822
+ Database name for connection. Type: string.
19823
+ """
19824
+ return pulumi.get(self, "database")
19825
+
19826
+ @database.setter
19827
+ def database(self, value: Optional[Any]):
19828
+ pulumi.set(self, "database", value)
19829
+
19718
19830
  @property
19719
19831
  @pulumi.getter
19720
19832
  def description(self) -> Optional[pulumi.Input[str]]:
@@ -19727,6 +19839,18 @@ class AzurePostgreSqlLinkedServiceArgs:
19727
19839
  def description(self, value: Optional[pulumi.Input[str]]):
19728
19840
  pulumi.set(self, "description", value)
19729
19841
 
19842
+ @property
19843
+ @pulumi.getter
19844
+ def encoding(self) -> Optional[Any]:
19845
+ """
19846
+ Gets or sets the .NET encoding that will be used to encode/decode PostgreSQL string data. Type: string
19847
+ """
19848
+ return pulumi.get(self, "encoding")
19849
+
19850
+ @encoding.setter
19851
+ def encoding(self, value: Optional[Any]):
19852
+ pulumi.set(self, "encoding", value)
19853
+
19730
19854
  @property
19731
19855
  @pulumi.getter(name="encryptedCredential")
19732
19856
  def encrypted_credential(self) -> Optional[pulumi.Input[str]]:
@@ -19763,6 +19887,102 @@ class AzurePostgreSqlLinkedServiceArgs:
19763
19887
  def password(self, value: Optional[pulumi.Input['AzureKeyVaultSecretReferenceArgs']]):
19764
19888
  pulumi.set(self, "password", value)
19765
19889
 
19890
+ @property
19891
+ @pulumi.getter
19892
+ def port(self) -> Optional[Any]:
19893
+ """
19894
+ The port for the connection. Type: integer.
19895
+ """
19896
+ return pulumi.get(self, "port")
19897
+
19898
+ @port.setter
19899
+ def port(self, value: Optional[Any]):
19900
+ pulumi.set(self, "port", value)
19901
+
19902
+ @property
19903
+ @pulumi.getter(name="readBufferSize")
19904
+ def read_buffer_size(self) -> Optional[Any]:
19905
+ """
19906
+ Determines the size of the internal buffer uses when reading. Increasing may improve performance if transferring large values from the database. Type: integer.
19907
+ """
19908
+ return pulumi.get(self, "read_buffer_size")
19909
+
19910
+ @read_buffer_size.setter
19911
+ def read_buffer_size(self, value: Optional[Any]):
19912
+ pulumi.set(self, "read_buffer_size", value)
19913
+
19914
+ @property
19915
+ @pulumi.getter
19916
+ def server(self) -> Optional[Any]:
19917
+ """
19918
+ Server name for connection. Type: string.
19919
+ """
19920
+ return pulumi.get(self, "server")
19921
+
19922
+ @server.setter
19923
+ def server(self, value: Optional[Any]):
19924
+ pulumi.set(self, "server", value)
19925
+
19926
+ @property
19927
+ @pulumi.getter(name="sslMode")
19928
+ def ssl_mode(self) -> Optional[Any]:
19929
+ """
19930
+ SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. Type: integer.
19931
+ """
19932
+ return pulumi.get(self, "ssl_mode")
19933
+
19934
+ @ssl_mode.setter
19935
+ def ssl_mode(self, value: Optional[Any]):
19936
+ pulumi.set(self, "ssl_mode", value)
19937
+
19938
+ @property
19939
+ @pulumi.getter
19940
+ def timeout(self) -> Optional[Any]:
19941
+ """
19942
+ The time to wait (in seconds) while trying to establish a connection before terminating the attempt and generating an error. Type: integer.
19943
+ """
19944
+ return pulumi.get(self, "timeout")
19945
+
19946
+ @timeout.setter
19947
+ def timeout(self, value: Optional[Any]):
19948
+ pulumi.set(self, "timeout", value)
19949
+
19950
+ @property
19951
+ @pulumi.getter
19952
+ def timezone(self) -> Optional[Any]:
19953
+ """
19954
+ Gets or sets the session timezone. Type: string.
19955
+ """
19956
+ return pulumi.get(self, "timezone")
19957
+
19958
+ @timezone.setter
19959
+ def timezone(self, value: Optional[Any]):
19960
+ pulumi.set(self, "timezone", value)
19961
+
19962
+ @property
19963
+ @pulumi.getter(name="trustServerCertificate")
19964
+ def trust_server_certificate(self) -> Optional[Any]:
19965
+ """
19966
+ Whether to trust the server certificate without validating it. Type: boolean.
19967
+ """
19968
+ return pulumi.get(self, "trust_server_certificate")
19969
+
19970
+ @trust_server_certificate.setter
19971
+ def trust_server_certificate(self, value: Optional[Any]):
19972
+ pulumi.set(self, "trust_server_certificate", value)
19973
+
19974
+ @property
19975
+ @pulumi.getter
19976
+ def username(self) -> Optional[Any]:
19977
+ """
19978
+ Username for authentication. Type: string.
19979
+ """
19980
+ return pulumi.get(self, "username")
19981
+
19982
+ @username.setter
19983
+ def username(self, value: Optional[Any]):
19984
+ pulumi.set(self, "username", value)
19985
+
19766
19986
  @property
19767
19987
  @pulumi.getter
19768
19988
  def version(self) -> Optional[pulumi.Input[str]]:
@@ -73419,6 +73639,10 @@ if not MYPY:
73419
73639
  Type of linked service.
73420
73640
  Expected value is 'MySql'.
73421
73641
  """
73642
+ allow_zero_date_time: NotRequired[Any]
73643
+ """
73644
+ This allows the special “zero” date value 0000-00-00 to be retrieved from the database. Type: boolean.
73645
+ """
73422
73646
  annotations: NotRequired[pulumi.Input[Sequence[Any]]]
73423
73647
  """
73424
73648
  List of tags that can be used for describing the linked service.
@@ -73431,6 +73655,14 @@ if not MYPY:
73431
73655
  """
73432
73656
  The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
73433
73657
  """
73658
+ connection_timeout: NotRequired[Any]
73659
+ """
73660
+ The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error. Type: integer.
73661
+ """
73662
+ convert_zero_date_time: NotRequired[Any]
73663
+ """
73664
+ True to return DateTime.MinValue for date or datetime columns that have disallowed values. Type: boolean.
73665
+ """
73434
73666
  database: NotRequired[Any]
73435
73667
  """
73436
73668
  Database name for connection. Type: string.
@@ -73447,6 +73679,10 @@ if not MYPY:
73447
73679
  """
73448
73680
  The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
73449
73681
  """
73682
+ guid_format: NotRequired[Any]
73683
+ """
73684
+ Determines which column type (if any) should be read as a GUID. Type: string. None: No column types are automatically read as a Guid; Char36: All CHAR(36) columns are read/written as a Guid using lowercase hex with hyphens, which matches UUID.
73685
+ """
73450
73686
  parameters: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgsDict']]]]
73451
73687
  """
73452
73688
  Parameters for linked service.
@@ -73463,10 +73699,22 @@ if not MYPY:
73463
73699
  """
73464
73700
  Server name for connection. Type: string.
73465
73701
  """
73702
+ ssl_cert: NotRequired[Any]
73703
+ """
73704
+ The path to the client’s SSL certificate file in PEM format. SslKey must also be specified. Type: string.
73705
+ """
73706
+ ssl_key: NotRequired[Any]
73707
+ """
73708
+ The path to the client’s SSL private key in PEM format. SslCert must also be specified. Type: string.
73709
+ """
73466
73710
  ssl_mode: NotRequired[Any]
73467
73711
  """
73468
73712
  SSL mode for connection. Type: integer. 0: disable, 1: prefer, 2: require, 3: verify-ca, 4: verify-full.
73469
73713
  """
73714
+ treat_tiny_as_boolean: NotRequired[Any]
73715
+ """
73716
+ When set to true, TINYINT(1) values are returned as booleans. Type: bool.
73717
+ """
73470
73718
  use_system_trust_store: NotRequired[Any]
73471
73719
  """
73472
73720
  Use system trust store for connection. Type: integer. 0: enable, 1: disable.
@@ -73486,18 +73734,25 @@ elif False:
73486
73734
  class MySqlLinkedServiceArgs:
73487
73735
  def __init__(__self__, *,
73488
73736
  type: pulumi.Input[str],
73737
+ allow_zero_date_time: Optional[Any] = None,
73489
73738
  annotations: Optional[pulumi.Input[Sequence[Any]]] = None,
73490
73739
  connect_via: Optional[pulumi.Input['IntegrationRuntimeReferenceArgs']] = None,
73491
73740
  connection_string: Optional[Any] = None,
73741
+ connection_timeout: Optional[Any] = None,
73742
+ convert_zero_date_time: Optional[Any] = None,
73492
73743
  database: Optional[Any] = None,
73493
73744
  description: Optional[pulumi.Input[str]] = None,
73494
73745
  driver_version: Optional[Any] = None,
73495
73746
  encrypted_credential: Optional[pulumi.Input[str]] = None,
73747
+ guid_format: Optional[Any] = None,
73496
73748
  parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]]] = None,
73497
73749
  password: Optional[pulumi.Input['AzureKeyVaultSecretReferenceArgs']] = None,
73498
73750
  port: Optional[Any] = None,
73499
73751
  server: Optional[Any] = None,
73752
+ ssl_cert: Optional[Any] = None,
73753
+ ssl_key: Optional[Any] = None,
73500
73754
  ssl_mode: Optional[Any] = None,
73755
+ treat_tiny_as_boolean: Optional[Any] = None,
73501
73756
  use_system_trust_store: Optional[Any] = None,
73502
73757
  username: Optional[Any] = None,
73503
73758
  version: Optional[pulumi.Input[str]] = None):
@@ -73505,29 +73760,42 @@ class MySqlLinkedServiceArgs:
73505
73760
  Linked service for MySQL data source.
73506
73761
  :param pulumi.Input[str] type: Type of linked service.
73507
73762
  Expected value is 'MySql'.
73763
+ :param Any allow_zero_date_time: This allows the special “zero” date value 0000-00-00 to be retrieved from the database. Type: boolean.
73508
73764
  :param pulumi.Input[Sequence[Any]] annotations: List of tags that can be used for describing the linked service.
73509
73765
  :param pulumi.Input['IntegrationRuntimeReferenceArgs'] connect_via: The integration runtime reference.
73510
73766
  :param Any connection_string: The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
73767
+ :param Any connection_timeout: The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error. Type: integer.
73768
+ :param Any convert_zero_date_time: True to return DateTime.MinValue for date or datetime columns that have disallowed values. Type: boolean.
73511
73769
  :param Any database: Database name for connection. Type: string.
73512
73770
  :param pulumi.Input[str] description: Linked service description.
73513
73771
  :param Any driver_version: The version of the MySQL driver. Type: string. V1 or empty for legacy driver, V2 for new driver. V1 can support connection string and property bag, V2 can only support connection string.
73514
73772
  :param pulumi.Input[str] encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
73773
+ :param Any guid_format: Determines which column type (if any) should be read as a GUID. Type: string. None: No column types are automatically read as a Guid; Char36: All CHAR(36) columns are read/written as a Guid using lowercase hex with hyphens, which matches UUID.
73515
73774
  :param pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]] parameters: Parameters for linked service.
73516
73775
  :param pulumi.Input['AzureKeyVaultSecretReferenceArgs'] password: The Azure key vault secret reference of password in connection string.
73517
73776
  :param Any port: The port for the connection. Type: integer.
73518
73777
  :param Any server: Server name for connection. Type: string.
73778
+ :param Any ssl_cert: The path to the client’s SSL certificate file in PEM format. SslKey must also be specified. Type: string.
73779
+ :param Any ssl_key: The path to the client’s SSL private key in PEM format. SslCert must also be specified. Type: string.
73519
73780
  :param Any ssl_mode: SSL mode for connection. Type: integer. 0: disable, 1: prefer, 2: require, 3: verify-ca, 4: verify-full.
73781
+ :param Any treat_tiny_as_boolean: When set to true, TINYINT(1) values are returned as booleans. Type: bool.
73520
73782
  :param Any use_system_trust_store: Use system trust store for connection. Type: integer. 0: enable, 1: disable.
73521
73783
  :param Any username: Username for authentication. Type: string.
73522
73784
  :param pulumi.Input[str] version: Version of the linked service.
73523
73785
  """
73524
73786
  pulumi.set(__self__, "type", 'MySql')
73787
+ if allow_zero_date_time is not None:
73788
+ pulumi.set(__self__, "allow_zero_date_time", allow_zero_date_time)
73525
73789
  if annotations is not None:
73526
73790
  pulumi.set(__self__, "annotations", annotations)
73527
73791
  if connect_via is not None:
73528
73792
  pulumi.set(__self__, "connect_via", connect_via)
73529
73793
  if connection_string is not None:
73530
73794
  pulumi.set(__self__, "connection_string", connection_string)
73795
+ if connection_timeout is not None:
73796
+ pulumi.set(__self__, "connection_timeout", connection_timeout)
73797
+ if convert_zero_date_time is not None:
73798
+ pulumi.set(__self__, "convert_zero_date_time", convert_zero_date_time)
73531
73799
  if database is not None:
73532
73800
  pulumi.set(__self__, "database", database)
73533
73801
  if description is not None:
@@ -73536,6 +73804,8 @@ class MySqlLinkedServiceArgs:
73536
73804
  pulumi.set(__self__, "driver_version", driver_version)
73537
73805
  if encrypted_credential is not None:
73538
73806
  pulumi.set(__self__, "encrypted_credential", encrypted_credential)
73807
+ if guid_format is not None:
73808
+ pulumi.set(__self__, "guid_format", guid_format)
73539
73809
  if parameters is not None:
73540
73810
  pulumi.set(__self__, "parameters", parameters)
73541
73811
  if password is not None:
@@ -73544,8 +73814,14 @@ class MySqlLinkedServiceArgs:
73544
73814
  pulumi.set(__self__, "port", port)
73545
73815
  if server is not None:
73546
73816
  pulumi.set(__self__, "server", server)
73817
+ if ssl_cert is not None:
73818
+ pulumi.set(__self__, "ssl_cert", ssl_cert)
73819
+ if ssl_key is not None:
73820
+ pulumi.set(__self__, "ssl_key", ssl_key)
73547
73821
  if ssl_mode is not None:
73548
73822
  pulumi.set(__self__, "ssl_mode", ssl_mode)
73823
+ if treat_tiny_as_boolean is not None:
73824
+ pulumi.set(__self__, "treat_tiny_as_boolean", treat_tiny_as_boolean)
73549
73825
  if use_system_trust_store is not None:
73550
73826
  pulumi.set(__self__, "use_system_trust_store", use_system_trust_store)
73551
73827
  if username is not None:
@@ -73566,6 +73842,18 @@ class MySqlLinkedServiceArgs:
73566
73842
  def type(self, value: pulumi.Input[str]):
73567
73843
  pulumi.set(self, "type", value)
73568
73844
 
73845
+ @property
73846
+ @pulumi.getter(name="allowZeroDateTime")
73847
+ def allow_zero_date_time(self) -> Optional[Any]:
73848
+ """
73849
+ This allows the special “zero” date value 0000-00-00 to be retrieved from the database. Type: boolean.
73850
+ """
73851
+ return pulumi.get(self, "allow_zero_date_time")
73852
+
73853
+ @allow_zero_date_time.setter
73854
+ def allow_zero_date_time(self, value: Optional[Any]):
73855
+ pulumi.set(self, "allow_zero_date_time", value)
73856
+
73569
73857
  @property
73570
73858
  @pulumi.getter
73571
73859
  def annotations(self) -> Optional[pulumi.Input[Sequence[Any]]]:
@@ -73602,6 +73890,30 @@ class MySqlLinkedServiceArgs:
73602
73890
  def connection_string(self, value: Optional[Any]):
73603
73891
  pulumi.set(self, "connection_string", value)
73604
73892
 
73893
+ @property
73894
+ @pulumi.getter(name="connectionTimeout")
73895
+ def connection_timeout(self) -> Optional[Any]:
73896
+ """
73897
+ The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error. Type: integer.
73898
+ """
73899
+ return pulumi.get(self, "connection_timeout")
73900
+
73901
+ @connection_timeout.setter
73902
+ def connection_timeout(self, value: Optional[Any]):
73903
+ pulumi.set(self, "connection_timeout", value)
73904
+
73905
+ @property
73906
+ @pulumi.getter(name="convertZeroDateTime")
73907
+ def convert_zero_date_time(self) -> Optional[Any]:
73908
+ """
73909
+ True to return DateTime.MinValue for date or datetime columns that have disallowed values. Type: boolean.
73910
+ """
73911
+ return pulumi.get(self, "convert_zero_date_time")
73912
+
73913
+ @convert_zero_date_time.setter
73914
+ def convert_zero_date_time(self, value: Optional[Any]):
73915
+ pulumi.set(self, "convert_zero_date_time", value)
73916
+
73605
73917
  @property
73606
73918
  @pulumi.getter
73607
73919
  def database(self) -> Optional[Any]:
@@ -73650,6 +73962,18 @@ class MySqlLinkedServiceArgs:
73650
73962
  def encrypted_credential(self, value: Optional[pulumi.Input[str]]):
73651
73963
  pulumi.set(self, "encrypted_credential", value)
73652
73964
 
73965
+ @property
73966
+ @pulumi.getter(name="guidFormat")
73967
+ def guid_format(self) -> Optional[Any]:
73968
+ """
73969
+ Determines which column type (if any) should be read as a GUID. Type: string. None: No column types are automatically read as a Guid; Char36: All CHAR(36) columns are read/written as a Guid using lowercase hex with hyphens, which matches UUID.
73970
+ """
73971
+ return pulumi.get(self, "guid_format")
73972
+
73973
+ @guid_format.setter
73974
+ def guid_format(self, value: Optional[Any]):
73975
+ pulumi.set(self, "guid_format", value)
73976
+
73653
73977
  @property
73654
73978
  @pulumi.getter
73655
73979
  def parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]]]:
@@ -73698,6 +74022,30 @@ class MySqlLinkedServiceArgs:
73698
74022
  def server(self, value: Optional[Any]):
73699
74023
  pulumi.set(self, "server", value)
73700
74024
 
74025
+ @property
74026
+ @pulumi.getter(name="sslCert")
74027
+ def ssl_cert(self) -> Optional[Any]:
74028
+ """
74029
+ The path to the client’s SSL certificate file in PEM format. SslKey must also be specified. Type: string.
74030
+ """
74031
+ return pulumi.get(self, "ssl_cert")
74032
+
74033
+ @ssl_cert.setter
74034
+ def ssl_cert(self, value: Optional[Any]):
74035
+ pulumi.set(self, "ssl_cert", value)
74036
+
74037
+ @property
74038
+ @pulumi.getter(name="sslKey")
74039
+ def ssl_key(self) -> Optional[Any]:
74040
+ """
74041
+ The path to the client’s SSL private key in PEM format. SslCert must also be specified. Type: string.
74042
+ """
74043
+ return pulumi.get(self, "ssl_key")
74044
+
74045
+ @ssl_key.setter
74046
+ def ssl_key(self, value: Optional[Any]):
74047
+ pulumi.set(self, "ssl_key", value)
74048
+
73701
74049
  @property
73702
74050
  @pulumi.getter(name="sslMode")
73703
74051
  def ssl_mode(self) -> Optional[Any]:
@@ -73710,6 +74058,18 @@ class MySqlLinkedServiceArgs:
73710
74058
  def ssl_mode(self, value: Optional[Any]):
73711
74059
  pulumi.set(self, "ssl_mode", value)
73712
74060
 
74061
+ @property
74062
+ @pulumi.getter(name="treatTinyAsBoolean")
74063
+ def treat_tiny_as_boolean(self) -> Optional[Any]:
74064
+ """
74065
+ When set to true, TINYINT(1) values are returned as booleans. Type: bool.
74066
+ """
74067
+ return pulumi.get(self, "treat_tiny_as_boolean")
74068
+
74069
+ @treat_tiny_as_boolean.setter
74070
+ def treat_tiny_as_boolean(self, value: Optional[Any]):
74071
+ pulumi.set(self, "treat_tiny_as_boolean", value)
74072
+
73713
74073
  @property
73714
74074
  @pulumi.getter(name="useSystemTrustStore")
73715
74075
  def use_system_trust_store(self) -> Optional[Any]: