pulumi-gcp 8.7.0a1730183903__py3-none-any.whl → 8.7.0a1730196225__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 (111) hide show
  1. pulumi_gcp/__init__.py +70 -0
  2. pulumi_gcp/accesscontextmanager/service_perimeter.py +2 -0
  3. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +4 -0
  4. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +4 -0
  5. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +4 -0
  6. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +4 -0
  7. pulumi_gcp/accesscontextmanager/service_perimeters.py +2 -0
  8. pulumi_gcp/apigee/__init__.py +2 -0
  9. pulumi_gcp/apigee/_inputs.py +108 -0
  10. pulumi_gcp/apigee/app_group.py +811 -0
  11. pulumi_gcp/apigee/developer.py +757 -0
  12. pulumi_gcp/apigee/outputs.py +64 -0
  13. pulumi_gcp/artifactregistry/get_docker_image.py +40 -0
  14. pulumi_gcp/bigquery/connection.py +12 -12
  15. pulumi_gcp/bigquery/job.py +6 -6
  16. pulumi_gcp/cloudrunv2/get_service.py +12 -1
  17. pulumi_gcp/cloudrunv2/service.py +92 -0
  18. pulumi_gcp/compute/_inputs.py +214 -116
  19. pulumi_gcp/compute/backend_service.py +76 -0
  20. pulumi_gcp/compute/get_backend_service.py +12 -1
  21. pulumi_gcp/compute/get_instance.py +29 -1
  22. pulumi_gcp/compute/get_instance_template.py +29 -1
  23. pulumi_gcp/compute/get_region_instance_group_manager.py +0 -18
  24. pulumi_gcp/compute/get_region_instance_template.py +29 -1
  25. pulumi_gcp/compute/instance.py +89 -0
  26. pulumi_gcp/compute/instance_from_machine_image.py +82 -0
  27. pulumi_gcp/compute/instance_from_template.py +82 -0
  28. pulumi_gcp/compute/instance_template.py +75 -0
  29. pulumi_gcp/compute/network_firewall_policy_association.py +76 -50
  30. pulumi_gcp/compute/network_firewall_policy_rule.py +149 -103
  31. pulumi_gcp/compute/outputs.py +170 -80
  32. pulumi_gcp/compute/region_backend_service.py +94 -0
  33. pulumi_gcp/compute/region_instance_template.py +75 -0
  34. pulumi_gcp/compute/region_network_endpoint_group.py +6 -4
  35. pulumi_gcp/compute/region_network_firewall_policy_association.py +104 -54
  36. pulumi_gcp/compute/region_network_firewall_policy_rule.py +160 -107
  37. pulumi_gcp/config/__init__.pyi +4 -0
  38. pulumi_gcp/config/vars.py +8 -0
  39. pulumi_gcp/container/attached_cluster.py +9 -6
  40. pulumi_gcp/container/outputs.py +2 -2
  41. pulumi_gcp/datastream/stream.py +2 -2
  42. pulumi_gcp/diagflow/_inputs.py +472 -2
  43. pulumi_gcp/diagflow/cx_agent.py +64 -4
  44. pulumi_gcp/diagflow/cx_flow.py +30 -0
  45. pulumi_gcp/diagflow/outputs.py +378 -2
  46. pulumi_gcp/gkehub/feature.py +2 -4
  47. pulumi_gcp/iam/workload_identity_pool_provider.py +56 -0
  48. pulumi_gcp/looker/instance.py +104 -2
  49. pulumi_gcp/monitoring/_inputs.py +23 -0
  50. pulumi_gcp/monitoring/get_secret_version.py +22 -3
  51. pulumi_gcp/monitoring/outputs.py +16 -0
  52. pulumi_gcp/networkconnectivity/__init__.py +1 -0
  53. pulumi_gcp/networkconnectivity/_inputs.py +148 -0
  54. pulumi_gcp/networkconnectivity/group.py +764 -0
  55. pulumi_gcp/networkconnectivity/outputs.py +125 -0
  56. pulumi_gcp/networkconnectivity/spoke.py +144 -0
  57. pulumi_gcp/networksecurity/server_tls_policy.py +2 -2
  58. pulumi_gcp/oracledatabase/__init__.py +20 -0
  59. pulumi_gcp/oracledatabase/_inputs.py +4745 -0
  60. pulumi_gcp/oracledatabase/autonomous_database.py +983 -0
  61. pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +842 -0
  62. pulumi_gcp/oracledatabase/cloud_vm_cluster.py +1086 -0
  63. pulumi_gcp/oracledatabase/get_autonomous_database.py +290 -0
  64. pulumi_gcp/oracledatabase/get_autonomous_databases.py +150 -0
  65. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +257 -0
  66. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +150 -0
  67. pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +290 -0
  68. pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +150 -0
  69. pulumi_gcp/oracledatabase/get_db_nodes.py +245 -0
  70. pulumi_gcp/oracledatabase/get_db_servers.py +245 -0
  71. pulumi_gcp/oracledatabase/outputs.py +9304 -0
  72. pulumi_gcp/organizations/folder.py +7 -7
  73. pulumi_gcp/organizations/project.py +7 -7
  74. pulumi_gcp/orgpolicy/_inputs.py +3 -3
  75. pulumi_gcp/orgpolicy/outputs.py +2 -2
  76. pulumi_gcp/privilegedaccessmanager/get_entitlement.py +46 -2
  77. pulumi_gcp/provider.py +40 -0
  78. pulumi_gcp/pulumi-plugin.json +1 -1
  79. pulumi_gcp/secretmanager/get_regional_secret_version.py +24 -5
  80. pulumi_gcp/secretmanager/get_regional_secret_version_access.py +24 -5
  81. pulumi_gcp/secretmanager/get_secret_version.py +22 -3
  82. pulumi_gcp/secretmanager/get_secret_version_access.py +22 -3
  83. pulumi_gcp/secretmanager/regional_secret.py +2 -2
  84. pulumi_gcp/siteverification/get_token.py +0 -16
  85. pulumi_gcp/siteverification/owner.py +0 -16
  86. pulumi_gcp/spanner/_inputs.py +29 -5
  87. pulumi_gcp/spanner/outputs.py +20 -3
  88. pulumi_gcp/sql/_inputs.py +6 -6
  89. pulumi_gcp/sql/outputs.py +4 -4
  90. pulumi_gcp/sql/user.py +28 -21
  91. pulumi_gcp/storage/_inputs.py +36 -0
  92. pulumi_gcp/storage/bucket.py +47 -0
  93. pulumi_gcp/storage/get_bucket.py +12 -1
  94. pulumi_gcp/storage/outputs.py +40 -0
  95. pulumi_gcp/transcoder/__init__.py +11 -0
  96. pulumi_gcp/transcoder/_inputs.py +3991 -0
  97. pulumi_gcp/transcoder/job.py +2134 -0
  98. pulumi_gcp/transcoder/job_template.py +1524 -0
  99. pulumi_gcp/transcoder/outputs.py +2918 -0
  100. pulumi_gcp/vertex/ai_deployment_resource_pool.py +2 -2
  101. pulumi_gcp/vmwareengine/_inputs.py +440 -0
  102. pulumi_gcp/vmwareengine/cluster.py +100 -2
  103. pulumi_gcp/vmwareengine/get_cluster.py +12 -1
  104. pulumi_gcp/vmwareengine/outputs.py +615 -0
  105. pulumi_gcp/workstations/_inputs.py +54 -0
  106. pulumi_gcp/workstations/outputs.py +32 -0
  107. pulumi_gcp/workstations/workstation_config.py +205 -0
  108. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.7.0a1730196225.dist-info}/METADATA +1 -1
  109. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.7.0a1730196225.dist-info}/RECORD +111 -89
  110. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.7.0a1730196225.dist-info}/WHEEL +1 -1
  111. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.7.0a1730196225.dist-info}/top_level.txt +0 -0
@@ -56,7 +56,10 @@ class CxAgentArgs:
56
56
  :param pulumi.Input[str] avatar_uri: The URI of the agent's avatar. Avatars are used throughout the Dialogflow console and in the self-hosted Web Demo integration.
57
57
  :param pulumi.Input[str] description: The description of this agent. The maximum length is 500 characters. If exceeded, the request is rejected.
58
58
  :param pulumi.Input[bool] enable_spell_correction: Indicates if automatic spell correction is enabled in detect intent requests.
59
- :param pulumi.Input[bool] enable_stackdriver_logging: Determines whether this agent should log conversation queries.
59
+ :param pulumi.Input[bool] enable_stackdriver_logging: (Optional, Deprecated)
60
+ Determines whether this agent should log conversation queries.
61
+
62
+ > **Warning:** `enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.
60
63
  :param pulumi.Input['CxAgentGitIntegrationSettingsArgs'] git_integration_settings: Git integration settings for this agent.
61
64
  Structure is documented below.
62
65
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -80,6 +83,9 @@ class CxAgentArgs:
80
83
  pulumi.set(__self__, "description", description)
81
84
  if enable_spell_correction is not None:
82
85
  pulumi.set(__self__, "enable_spell_correction", enable_spell_correction)
86
+ if enable_stackdriver_logging is not None:
87
+ warnings.warn("""`enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.""", DeprecationWarning)
88
+ pulumi.log.warn("""enable_stackdriver_logging is deprecated: `enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.""")
83
89
  if enable_stackdriver_logging is not None:
84
90
  pulumi.set(__self__, "enable_stackdriver_logging", enable_stackdriver_logging)
85
91
  if git_integration_settings is not None:
@@ -203,9 +209,13 @@ class CxAgentArgs:
203
209
 
204
210
  @property
205
211
  @pulumi.getter(name="enableStackdriverLogging")
212
+ @_utilities.deprecated("""`enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.""")
206
213
  def enable_stackdriver_logging(self) -> Optional[pulumi.Input[bool]]:
207
214
  """
215
+ (Optional, Deprecated)
208
216
  Determines whether this agent should log conversation queries.
217
+
218
+ > **Warning:** `enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.
209
219
  """
210
220
  return pulumi.get(self, "enable_stackdriver_logging")
211
221
 
@@ -321,7 +331,10 @@ class _CxAgentState:
321
331
  :param pulumi.Input[str] description: The description of this agent. The maximum length is 500 characters. If exceeded, the request is rejected.
322
332
  :param pulumi.Input[str] display_name: The human-readable name of the agent, unique within the location.
323
333
  :param pulumi.Input[bool] enable_spell_correction: Indicates if automatic spell correction is enabled in detect intent requests.
324
- :param pulumi.Input[bool] enable_stackdriver_logging: Determines whether this agent should log conversation queries.
334
+ :param pulumi.Input[bool] enable_stackdriver_logging: (Optional, Deprecated)
335
+ Determines whether this agent should log conversation queries.
336
+
337
+ > **Warning:** `enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.
325
338
  :param pulumi.Input['CxAgentGitIntegrationSettingsArgs'] git_integration_settings: Git integration settings for this agent.
326
339
  Structure is documented below.
327
340
  :param pulumi.Input[str] location: The name of the location this agent is located in.
@@ -356,6 +369,9 @@ class _CxAgentState:
356
369
  pulumi.set(__self__, "display_name", display_name)
357
370
  if enable_spell_correction is not None:
358
371
  pulumi.set(__self__, "enable_spell_correction", enable_spell_correction)
372
+ if enable_stackdriver_logging is not None:
373
+ warnings.warn("""`enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.""", DeprecationWarning)
374
+ pulumi.log.warn("""enable_stackdriver_logging is deprecated: `enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.""")
359
375
  if enable_stackdriver_logging is not None:
360
376
  pulumi.set(__self__, "enable_stackdriver_logging", enable_stackdriver_logging)
361
377
  if git_integration_settings is not None:
@@ -456,9 +472,13 @@ class _CxAgentState:
456
472
 
457
473
  @property
458
474
  @pulumi.getter(name="enableStackdriverLogging")
475
+ @_utilities.deprecated("""`enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.""")
459
476
  def enable_stackdriver_logging(self) -> Optional[pulumi.Input[bool]]:
460
477
  """
478
+ (Optional, Deprecated)
461
479
  Determines whether this agent should log conversation queries.
480
+
481
+ > **Warning:** `enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.
462
482
  """
463
483
  return pulumi.get(self, "enable_stackdriver_logging")
464
484
 
@@ -662,11 +682,26 @@ class CxAgent(pulumi.CustomResource):
662
682
  "audio_export_gcs_destination": {
663
683
  "uri": bucket.url.apply(lambda url: f"{url}/prefix-"),
664
684
  },
685
+ "speech_settings": {
686
+ "endpointer_sensitivity": 30,
687
+ "no_speech_timeout": "3.500s",
688
+ "use_timeout_based_endpointing": True,
689
+ "models": {
690
+ "name": "wrench",
691
+ "mass": "1.3kg",
692
+ "count": "3",
693
+ },
694
+ },
665
695
  "dtmf_settings": {
666
696
  "enabled": True,
667
697
  "max_digits": 1,
668
698
  "finish_digit": "#",
669
699
  },
700
+ "logging_settings": {
701
+ "enable_stackdriver_logging": True,
702
+ "enable_interaction_logging": True,
703
+ "enable_consent_based_redaction": True,
704
+ },
670
705
  },
671
706
  git_integration_settings={
672
707
  "github_settings": {
@@ -728,7 +763,10 @@ class CxAgent(pulumi.CustomResource):
728
763
  :param pulumi.Input[str] description: The description of this agent. The maximum length is 500 characters. If exceeded, the request is rejected.
729
764
  :param pulumi.Input[str] display_name: The human-readable name of the agent, unique within the location.
730
765
  :param pulumi.Input[bool] enable_spell_correction: Indicates if automatic spell correction is enabled in detect intent requests.
731
- :param pulumi.Input[bool] enable_stackdriver_logging: Determines whether this agent should log conversation queries.
766
+ :param pulumi.Input[bool] enable_stackdriver_logging: (Optional, Deprecated)
767
+ Determines whether this agent should log conversation queries.
768
+
769
+ > **Warning:** `enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.
732
770
  :param pulumi.Input[Union['CxAgentGitIntegrationSettingsArgs', 'CxAgentGitIntegrationSettingsArgsDict']] git_integration_settings: Git integration settings for this agent.
733
771
  Structure is documented below.
734
772
  :param pulumi.Input[str] location: The name of the location this agent is located in.
@@ -798,11 +836,26 @@ class CxAgent(pulumi.CustomResource):
798
836
  "audio_export_gcs_destination": {
799
837
  "uri": bucket.url.apply(lambda url: f"{url}/prefix-"),
800
838
  },
839
+ "speech_settings": {
840
+ "endpointer_sensitivity": 30,
841
+ "no_speech_timeout": "3.500s",
842
+ "use_timeout_based_endpointing": True,
843
+ "models": {
844
+ "name": "wrench",
845
+ "mass": "1.3kg",
846
+ "count": "3",
847
+ },
848
+ },
801
849
  "dtmf_settings": {
802
850
  "enabled": True,
803
851
  "max_digits": 1,
804
852
  "finish_digit": "#",
805
853
  },
854
+ "logging_settings": {
855
+ "enable_stackdriver_logging": True,
856
+ "enable_interaction_logging": True,
857
+ "enable_consent_based_redaction": True,
858
+ },
806
859
  },
807
860
  git_integration_settings={
808
861
  "github_settings": {
@@ -960,7 +1013,10 @@ class CxAgent(pulumi.CustomResource):
960
1013
  :param pulumi.Input[str] description: The description of this agent. The maximum length is 500 characters. If exceeded, the request is rejected.
961
1014
  :param pulumi.Input[str] display_name: The human-readable name of the agent, unique within the location.
962
1015
  :param pulumi.Input[bool] enable_spell_correction: Indicates if automatic spell correction is enabled in detect intent requests.
963
- :param pulumi.Input[bool] enable_stackdriver_logging: Determines whether this agent should log conversation queries.
1016
+ :param pulumi.Input[bool] enable_stackdriver_logging: (Optional, Deprecated)
1017
+ Determines whether this agent should log conversation queries.
1018
+
1019
+ > **Warning:** `enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.
964
1020
  :param pulumi.Input[Union['CxAgentGitIntegrationSettingsArgs', 'CxAgentGitIntegrationSettingsArgsDict']] git_integration_settings: Git integration settings for this agent.
965
1021
  Structure is documented below.
966
1022
  :param pulumi.Input[str] location: The name of the location this agent is located in.
@@ -1059,9 +1115,13 @@ class CxAgent(pulumi.CustomResource):
1059
1115
 
1060
1116
  @property
1061
1117
  @pulumi.getter(name="enableStackdriverLogging")
1118
+ @_utilities.deprecated("""`enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.""")
1062
1119
  def enable_stackdriver_logging(self) -> pulumi.Output[Optional[bool]]:
1063
1120
  """
1121
+ (Optional, Deprecated)
1064
1122
  Determines whether this agent should log conversation queries.
1123
+
1124
+ > **Warning:** `enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.
1065
1125
  """
1066
1126
  return pulumi.get(self, "enable_stackdriver_logging")
1067
1127
 
@@ -857,11 +857,26 @@ class CxFlow(pulumi.CustomResource):
857
857
  "audio_export_gcs_destination": {
858
858
  "uri": bucket.url.apply(lambda url: f"{url}/prefix-"),
859
859
  },
860
+ "speech_settings": {
861
+ "endpointer_sensitivity": 30,
862
+ "no_speech_timeout": "3.500s",
863
+ "use_timeout_based_endpointing": True,
864
+ "models": {
865
+ "name": "wrench",
866
+ "mass": "1.3kg",
867
+ "count": "3",
868
+ },
869
+ },
860
870
  "dtmf_settings": {
861
871
  "enabled": True,
862
872
  "max_digits": 1,
863
873
  "finish_digit": "#",
864
874
  },
875
+ "logging_settings": {
876
+ "enable_stackdriver_logging": True,
877
+ "enable_interaction_logging": True,
878
+ "enable_consent_based_redaction": True,
879
+ },
865
880
  })
866
881
  ```
867
882
 
@@ -1285,11 +1300,26 @@ class CxFlow(pulumi.CustomResource):
1285
1300
  "audio_export_gcs_destination": {
1286
1301
  "uri": bucket.url.apply(lambda url: f"{url}/prefix-"),
1287
1302
  },
1303
+ "speech_settings": {
1304
+ "endpointer_sensitivity": 30,
1305
+ "no_speech_timeout": "3.500s",
1306
+ "use_timeout_based_endpointing": True,
1307
+ "models": {
1308
+ "name": "wrench",
1309
+ "mass": "1.3kg",
1310
+ "count": "3",
1311
+ },
1312
+ },
1288
1313
  "dtmf_settings": {
1289
1314
  "enabled": True,
1290
1315
  "max_digits": 1,
1291
1316
  "finish_digit": "#",
1292
1317
  },
1318
+ "logging_settings": {
1319
+ "enable_stackdriver_logging": True,
1320
+ "enable_interaction_logging": True,
1321
+ "enable_consent_based_redaction": True,
1322
+ },
1293
1323
  })
1294
1324
  ```
1295
1325