pulumi-gcp 8.7.0a1730183903__py3-none-any.whl → 8.8.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 (437) hide show
  1. pulumi_gcp/__init__.py +78 -0
  2. pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +4 -4
  3. pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +4 -4
  4. pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +4 -4
  5. pulumi_gcp/accesscontextmanager/service_perimeter.py +2 -0
  6. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +4 -0
  7. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +4 -0
  8. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +4 -0
  9. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +4 -0
  10. pulumi_gcp/accesscontextmanager/service_perimeters.py +2 -0
  11. pulumi_gcp/apigateway/api_config_iam_binding.py +2 -2
  12. pulumi_gcp/apigateway/api_config_iam_member.py +2 -2
  13. pulumi_gcp/apigateway/api_config_iam_policy.py +2 -2
  14. pulumi_gcp/apigateway/api_iam_binding.py +2 -2
  15. pulumi_gcp/apigateway/api_iam_member.py +2 -2
  16. pulumi_gcp/apigateway/api_iam_policy.py +2 -2
  17. pulumi_gcp/apigateway/gateway_iam_binding.py +2 -2
  18. pulumi_gcp/apigateway/gateway_iam_member.py +2 -2
  19. pulumi_gcp/apigateway/gateway_iam_policy.py +2 -2
  20. pulumi_gcp/apigee/__init__.py +2 -0
  21. pulumi_gcp/apigee/_inputs.py +108 -0
  22. pulumi_gcp/apigee/app_group.py +811 -0
  23. pulumi_gcp/apigee/developer.py +757 -0
  24. pulumi_gcp/apigee/environment_iam_binding.py +4 -4
  25. pulumi_gcp/apigee/environment_iam_member.py +4 -4
  26. pulumi_gcp/apigee/environment_iam_policy.py +4 -4
  27. pulumi_gcp/apigee/outputs.py +64 -0
  28. pulumi_gcp/appengine/engine_split_traffic.py +4 -4
  29. pulumi_gcp/apphub/_inputs.py +6 -3
  30. pulumi_gcp/apphub/application.py +30 -4
  31. pulumi_gcp/apphub/outputs.py +8 -4
  32. pulumi_gcp/artifactregistry/get_docker_image.py +40 -0
  33. pulumi_gcp/artifactregistry/repository_iam_binding.py +2 -2
  34. pulumi_gcp/artifactregistry/repository_iam_member.py +2 -2
  35. pulumi_gcp/artifactregistry/repository_iam_policy.py +2 -2
  36. pulumi_gcp/assuredworkloads/_inputs.py +34 -0
  37. pulumi_gcp/assuredworkloads/outputs.py +37 -0
  38. pulumi_gcp/assuredworkloads/workload.py +56 -3
  39. pulumi_gcp/backupdisasterrecovery/_inputs.py +0 -6
  40. pulumi_gcp/backupdisasterrecovery/management_server.py +80 -34
  41. pulumi_gcp/backupdisasterrecovery/outputs.py +0 -4
  42. pulumi_gcp/biglake/table.py +12 -12
  43. pulumi_gcp/bigquery/_inputs.py +60 -0
  44. pulumi_gcp/bigquery/connection.py +14 -14
  45. pulumi_gcp/bigquery/connection_iam_binding.py +2 -2
  46. pulumi_gcp/bigquery/connection_iam_member.py +2 -2
  47. pulumi_gcp/bigquery/connection_iam_policy.py +2 -2
  48. pulumi_gcp/bigquery/dataset.py +99 -2
  49. pulumi_gcp/bigquery/dataset_access.py +2 -2
  50. pulumi_gcp/bigquery/dataset_iam_binding.py +53 -0
  51. pulumi_gcp/bigquery/dataset_iam_member.py +53 -0
  52. pulumi_gcp/bigquery/dataset_iam_policy.py +32 -0
  53. pulumi_gcp/bigquery/get_dataset.py +12 -1
  54. pulumi_gcp/bigquery/iam_binding.py +2 -2
  55. pulumi_gcp/bigquery/iam_member.py +2 -2
  56. pulumi_gcp/bigquery/iam_policy.py +2 -2
  57. pulumi_gcp/bigquery/job.py +6 -6
  58. pulumi_gcp/bigquery/outputs.py +87 -0
  59. pulumi_gcp/bigquery/routine.py +6 -6
  60. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +2 -2
  61. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +2 -2
  62. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +2 -2
  63. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +2 -2
  64. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +2 -2
  65. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +2 -2
  66. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +2 -2
  67. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +2 -2
  68. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +2 -2
  69. pulumi_gcp/binaryauthorization/attestor_iam_binding.py +2 -2
  70. pulumi_gcp/binaryauthorization/attestor_iam_member.py +2 -2
  71. pulumi_gcp/binaryauthorization/attestor_iam_policy.py +2 -2
  72. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +2 -2
  73. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +2 -2
  74. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +2 -2
  75. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +2 -2
  76. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +2 -2
  77. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +2 -2
  78. pulumi_gcp/cloudbuild/trigger.py +18 -18
  79. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +2 -2
  80. pulumi_gcp/cloudbuildv2/connection_iam_member.py +2 -2
  81. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +2 -2
  82. pulumi_gcp/clouddeploy/delivery_pipeline.py +10 -10
  83. pulumi_gcp/cloudfunctions/function_iam_binding.py +2 -2
  84. pulumi_gcp/cloudfunctions/function_iam_member.py +2 -2
  85. pulumi_gcp/cloudfunctions/function_iam_policy.py +2 -2
  86. pulumi_gcp/cloudfunctionsv2/function.py +22 -22
  87. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +2 -2
  88. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +2 -2
  89. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +2 -2
  90. pulumi_gcp/cloudrun/iam_binding.py +2 -2
  91. pulumi_gcp/cloudrun/iam_member.py +2 -2
  92. pulumi_gcp/cloudrun/iam_policy.py +2 -2
  93. pulumi_gcp/cloudrun/service.py +24 -24
  94. pulumi_gcp/cloudrunv2/get_service.py +12 -1
  95. pulumi_gcp/cloudrunv2/job_iam_binding.py +2 -2
  96. pulumi_gcp/cloudrunv2/job_iam_member.py +2 -2
  97. pulumi_gcp/cloudrunv2/job_iam_policy.py +2 -2
  98. pulumi_gcp/cloudrunv2/service.py +94 -2
  99. pulumi_gcp/cloudrunv2/service_iam_binding.py +2 -2
  100. pulumi_gcp/cloudrunv2/service_iam_member.py +2 -2
  101. pulumi_gcp/cloudrunv2/service_iam_policy.py +2 -2
  102. pulumi_gcp/cloudscheduler/job.py +4 -4
  103. pulumi_gcp/cloudtasks/queue_iam_binding.py +2 -2
  104. pulumi_gcp/cloudtasks/queue_iam_member.py +2 -2
  105. pulumi_gcp/cloudtasks/queue_iam_policy.py +2 -2
  106. pulumi_gcp/compute/__init__.py +1 -0
  107. pulumi_gcp/compute/_inputs.py +396 -166
  108. pulumi_gcp/compute/backend_bucket_iam_binding.py +2 -2
  109. pulumi_gcp/compute/backend_bucket_iam_member.py +2 -2
  110. pulumi_gcp/compute/backend_bucket_iam_policy.py +2 -2
  111. pulumi_gcp/compute/backend_service.py +76 -0
  112. pulumi_gcp/compute/backend_service_iam_binding.py +2 -2
  113. pulumi_gcp/compute/backend_service_iam_member.py +2 -2
  114. pulumi_gcp/compute/backend_service_iam_policy.py +2 -2
  115. pulumi_gcp/compute/disk_iam_binding.py +2 -2
  116. pulumi_gcp/compute/disk_iam_member.py +2 -2
  117. pulumi_gcp/compute/disk_iam_policy.py +2 -2
  118. pulumi_gcp/compute/get_backend_service.py +12 -1
  119. pulumi_gcp/compute/get_instance.py +29 -1
  120. pulumi_gcp/compute/get_instance_guest_attributes.py +277 -0
  121. pulumi_gcp/compute/get_instance_template.py +29 -1
  122. pulumi_gcp/compute/get_region_instance_group_manager.py +0 -18
  123. pulumi_gcp/compute/get_region_instance_template.py +29 -1
  124. pulumi_gcp/compute/image.py +76 -22
  125. pulumi_gcp/compute/image_iam_binding.py +2 -2
  126. pulumi_gcp/compute/image_iam_member.py +2 -2
  127. pulumi_gcp/compute/image_iam_policy.py +2 -2
  128. pulumi_gcp/compute/instance.py +89 -0
  129. pulumi_gcp/compute/instance_from_machine_image.py +82 -0
  130. pulumi_gcp/compute/instance_from_template.py +82 -0
  131. pulumi_gcp/compute/instance_iam_binding.py +2 -2
  132. pulumi_gcp/compute/instance_iam_member.py +2 -2
  133. pulumi_gcp/compute/instance_iam_policy.py +2 -2
  134. pulumi_gcp/compute/instance_template.py +75 -0
  135. pulumi_gcp/compute/machine_image_iam_binding.py +2 -2
  136. pulumi_gcp/compute/machine_image_iam_member.py +2 -2
  137. pulumi_gcp/compute/machine_image_iam_policy.py +2 -2
  138. pulumi_gcp/compute/network_firewall_policy_association.py +76 -50
  139. pulumi_gcp/compute/network_firewall_policy_rule.py +149 -103
  140. pulumi_gcp/compute/outputs.py +367 -110
  141. pulumi_gcp/compute/region_backend_service.py +94 -0
  142. pulumi_gcp/compute/region_backend_service_iam_binding.py +2 -2
  143. pulumi_gcp/compute/region_backend_service_iam_member.py +2 -2
  144. pulumi_gcp/compute/region_backend_service_iam_policy.py +2 -2
  145. pulumi_gcp/compute/region_disk_iam_binding.py +2 -2
  146. pulumi_gcp/compute/region_disk_iam_member.py +2 -2
  147. pulumi_gcp/compute/region_disk_iam_policy.py +2 -2
  148. pulumi_gcp/compute/region_instance_template.py +75 -0
  149. pulumi_gcp/compute/region_network_endpoint_group.py +6 -4
  150. pulumi_gcp/compute/region_network_firewall_policy_association.py +104 -54
  151. pulumi_gcp/compute/region_network_firewall_policy_rule.py +160 -107
  152. pulumi_gcp/compute/region_security_policy_rule.py +74 -0
  153. pulumi_gcp/compute/security_policy_rule.py +111 -13
  154. pulumi_gcp/compute/snapshot_iam_binding.py +2 -2
  155. pulumi_gcp/compute/snapshot_iam_member.py +2 -2
  156. pulumi_gcp/compute/snapshot_iam_policy.py +2 -2
  157. pulumi_gcp/compute/subnetwork_iam_binding.py +2 -2
  158. pulumi_gcp/compute/subnetwork_iam_member.py +2 -2
  159. pulumi_gcp/compute/subnetwork_iam_policy.py +2 -2
  160. pulumi_gcp/compute/url_map.py +10 -10
  161. pulumi_gcp/config/__init__.pyi +4 -0
  162. pulumi_gcp/config/vars.py +8 -0
  163. pulumi_gcp/container/attached_cluster.py +9 -6
  164. pulumi_gcp/container/aws_node_pool.py +12 -12
  165. pulumi_gcp/container/outputs.py +2 -2
  166. pulumi_gcp/containeranalysis/note_iam_binding.py +2 -2
  167. pulumi_gcp/containeranalysis/note_iam_member.py +2 -2
  168. pulumi_gcp/containeranalysis/note_iam_policy.py +2 -2
  169. pulumi_gcp/datacatalog/entry_group_iam_binding.py +2 -2
  170. pulumi_gcp/datacatalog/entry_group_iam_member.py +2 -2
  171. pulumi_gcp/datacatalog/entry_group_iam_policy.py +2 -2
  172. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +4 -4
  173. pulumi_gcp/datacatalog/policy_tag_iam_member.py +4 -4
  174. pulumi_gcp/datacatalog/policy_tag_iam_policy.py +4 -4
  175. pulumi_gcp/datacatalog/tag_template_iam_binding.py +2 -2
  176. pulumi_gcp/datacatalog/tag_template_iam_member.py +2 -2
  177. pulumi_gcp/datacatalog/tag_template_iam_policy.py +2 -2
  178. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +2 -2
  179. pulumi_gcp/datacatalog/taxonomy_iam_member.py +2 -2
  180. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +2 -2
  181. pulumi_gcp/dataplex/aspect_type_iam_binding.py +2 -2
  182. pulumi_gcp/dataplex/aspect_type_iam_member.py +2 -2
  183. pulumi_gcp/dataplex/aspect_type_iam_policy.py +2 -2
  184. pulumi_gcp/dataplex/asset_iam_binding.py +2 -2
  185. pulumi_gcp/dataplex/asset_iam_member.py +2 -2
  186. pulumi_gcp/dataplex/asset_iam_policy.py +2 -2
  187. pulumi_gcp/dataplex/datascan_iam_binding.py +2 -2
  188. pulumi_gcp/dataplex/datascan_iam_member.py +2 -2
  189. pulumi_gcp/dataplex/datascan_iam_policy.py +2 -2
  190. pulumi_gcp/dataplex/entry_group_iam_binding.py +2 -2
  191. pulumi_gcp/dataplex/entry_group_iam_member.py +2 -2
  192. pulumi_gcp/dataplex/entry_group_iam_policy.py +2 -2
  193. pulumi_gcp/dataplex/entry_type_iam_binding.py +2 -2
  194. pulumi_gcp/dataplex/entry_type_iam_member.py +2 -2
  195. pulumi_gcp/dataplex/entry_type_iam_policy.py +2 -2
  196. pulumi_gcp/dataplex/lake_iam_binding.py +2 -2
  197. pulumi_gcp/dataplex/lake_iam_member.py +2 -2
  198. pulumi_gcp/dataplex/lake_iam_policy.py +2 -2
  199. pulumi_gcp/dataplex/task.py +4 -4
  200. pulumi_gcp/dataplex/task_iam_binding.py +2 -2
  201. pulumi_gcp/dataplex/task_iam_member.py +2 -2
  202. pulumi_gcp/dataplex/task_iam_policy.py +2 -2
  203. pulumi_gcp/dataplex/zone_iam_binding.py +2 -2
  204. pulumi_gcp/dataplex/zone_iam_member.py +2 -2
  205. pulumi_gcp/dataplex/zone_iam_policy.py +2 -2
  206. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +2 -2
  207. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +2 -2
  208. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +2 -2
  209. pulumi_gcp/dataproc/batch.py +24 -24
  210. pulumi_gcp/dataproc/cluster.py +2 -2
  211. pulumi_gcp/dataproc/job.py +4 -4
  212. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +2 -2
  213. pulumi_gcp/dataproc/metastore_federation_iam_member.py +2 -2
  214. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +2 -2
  215. pulumi_gcp/dataproc/metastore_service_iam_binding.py +2 -2
  216. pulumi_gcp/dataproc/metastore_service_iam_member.py +2 -2
  217. pulumi_gcp/dataproc/metastore_service_iam_policy.py +2 -2
  218. pulumi_gcp/datastream/stream.py +2 -2
  219. pulumi_gcp/diagflow/_inputs.py +472 -2
  220. pulumi_gcp/diagflow/cx_agent.py +64 -4
  221. pulumi_gcp/diagflow/cx_flow.py +34 -4
  222. pulumi_gcp/diagflow/cx_page.py +10 -10
  223. pulumi_gcp/diagflow/outputs.py +378 -2
  224. pulumi_gcp/dns/dns_managed_zone_iam_binding.py +2 -2
  225. pulumi_gcp/dns/dns_managed_zone_iam_member.py +2 -2
  226. pulumi_gcp/dns/dns_managed_zone_iam_policy.py +2 -2
  227. pulumi_gcp/endpoints/consumers_iam_binding.py +2 -2
  228. pulumi_gcp/endpoints/consumers_iam_member.py +2 -2
  229. pulumi_gcp/endpoints/consumers_iam_policy.py +2 -2
  230. pulumi_gcp/endpoints/service_iam_binding.py +4 -4
  231. pulumi_gcp/endpoints/service_iam_member.py +4 -4
  232. pulumi_gcp/endpoints/service_iam_policy.py +4 -4
  233. pulumi_gcp/firebase/extensions_instance.py +24 -24
  234. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +2 -2
  235. pulumi_gcp/gkebackup/backup_plan_iam_member.py +2 -2
  236. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +2 -2
  237. pulumi_gcp/gkebackup/restore_plan.py +18 -18
  238. pulumi_gcp/gkebackup/restore_plan_iam_binding.py +2 -2
  239. pulumi_gcp/gkebackup/restore_plan_iam_member.py +2 -2
  240. pulumi_gcp/gkebackup/restore_plan_iam_policy.py +2 -2
  241. pulumi_gcp/gkehub/_inputs.py +21 -21
  242. pulumi_gcp/gkehub/feature.py +2 -4
  243. pulumi_gcp/gkehub/feature_iam_binding.py +2 -2
  244. pulumi_gcp/gkehub/feature_iam_member.py +2 -2
  245. pulumi_gcp/gkehub/feature_iam_policy.py +2 -2
  246. pulumi_gcp/gkehub/membership_iam_binding.py +2 -2
  247. pulumi_gcp/gkehub/membership_iam_member.py +2 -2
  248. pulumi_gcp/gkehub/membership_iam_policy.py +2 -2
  249. pulumi_gcp/gkehub/outputs.py +13 -13
  250. pulumi_gcp/gkehub/scope_iam_binding.py +2 -2
  251. pulumi_gcp/gkehub/scope_iam_member.py +2 -2
  252. pulumi_gcp/gkehub/scope_iam_policy.py +2 -2
  253. pulumi_gcp/healthcare/consent_store_iam_binding.py +4 -4
  254. pulumi_gcp/healthcare/consent_store_iam_member.py +4 -4
  255. pulumi_gcp/healthcare/consent_store_iam_policy.py +4 -4
  256. pulumi_gcp/iam/workload_identity_pool_provider.py +56 -0
  257. pulumi_gcp/iap/__init__.py +1 -0
  258. pulumi_gcp/iap/_inputs.py +1002 -0
  259. pulumi_gcp/iap/app_engine_service_iam_binding.py +2 -2
  260. pulumi_gcp/iap/app_engine_service_iam_member.py +2 -2
  261. pulumi_gcp/iap/app_engine_service_iam_policy.py +2 -2
  262. pulumi_gcp/iap/app_engine_version_iam_binding.py +2 -2
  263. pulumi_gcp/iap/app_engine_version_iam_member.py +2 -2
  264. pulumi_gcp/iap/app_engine_version_iam_policy.py +2 -2
  265. pulumi_gcp/iap/outputs.py +827 -0
  266. pulumi_gcp/iap/settings.py +546 -0
  267. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +2 -2
  268. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +2 -2
  269. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +2 -2
  270. pulumi_gcp/iap/tunnel_iam_binding.py +2 -2
  271. pulumi_gcp/iap/tunnel_iam_member.py +2 -2
  272. pulumi_gcp/iap/tunnel_iam_policy.py +2 -2
  273. pulumi_gcp/iap/tunnel_instance_iam_binding.py +2 -2
  274. pulumi_gcp/iap/tunnel_instance_iam_member.py +2 -2
  275. pulumi_gcp/iap/tunnel_instance_iam_policy.py +2 -2
  276. pulumi_gcp/iap/web_backend_service_iam_binding.py +2 -2
  277. pulumi_gcp/iap/web_backend_service_iam_member.py +2 -2
  278. pulumi_gcp/iap/web_backend_service_iam_policy.py +2 -2
  279. pulumi_gcp/iap/web_iam_binding.py +2 -2
  280. pulumi_gcp/iap/web_iam_member.py +2 -2
  281. pulumi_gcp/iap/web_iam_policy.py +2 -2
  282. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +2 -2
  283. pulumi_gcp/iap/web_region_backend_service_iam_member.py +2 -2
  284. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +2 -2
  285. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +2 -2
  286. pulumi_gcp/iap/web_type_app_enging_iam_member.py +2 -2
  287. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +2 -2
  288. pulumi_gcp/iap/web_type_compute_iam_binding.py +2 -2
  289. pulumi_gcp/iap/web_type_compute_iam_member.py +2 -2
  290. pulumi_gcp/iap/web_type_compute_iam_policy.py +2 -2
  291. pulumi_gcp/identityplatform/config.py +2 -2
  292. pulumi_gcp/kms/ekm_connection_iam_binding.py +2 -2
  293. pulumi_gcp/kms/ekm_connection_iam_member.py +2 -2
  294. pulumi_gcp/kms/ekm_connection_iam_policy.py +2 -2
  295. pulumi_gcp/logging/log_view_iam_binding.py +4 -4
  296. pulumi_gcp/logging/log_view_iam_member.py +4 -4
  297. pulumi_gcp/logging/log_view_iam_policy.py +4 -4
  298. pulumi_gcp/looker/instance.py +104 -2
  299. pulumi_gcp/memorystore/_inputs.py +117 -4
  300. pulumi_gcp/memorystore/instance.py +105 -0
  301. pulumi_gcp/memorystore/outputs.py +80 -4
  302. pulumi_gcp/monitoring/_inputs.py +23 -0
  303. pulumi_gcp/monitoring/get_secret_version.py +22 -3
  304. pulumi_gcp/monitoring/outputs.py +16 -0
  305. pulumi_gcp/networkconnectivity/__init__.py +1 -0
  306. pulumi_gcp/networkconnectivity/_inputs.py +148 -0
  307. pulumi_gcp/networkconnectivity/group.py +764 -0
  308. pulumi_gcp/networkconnectivity/outputs.py +125 -0
  309. pulumi_gcp/networkconnectivity/spoke.py +144 -0
  310. pulumi_gcp/networksecurity/address_group_iam_binding.py +2 -2
  311. pulumi_gcp/networksecurity/address_group_iam_member.py +2 -2
  312. pulumi_gcp/networksecurity/address_group_iam_policy.py +2 -2
  313. pulumi_gcp/networksecurity/gateway_security_policy.py +7 -0
  314. pulumi_gcp/networksecurity/server_tls_policy.py +2 -2
  315. pulumi_gcp/networkservices/edge_cache_service.py +2 -2
  316. pulumi_gcp/networkservices/http_route.py +4 -4
  317. pulumi_gcp/notebooks/instance_iam_binding.py +2 -2
  318. pulumi_gcp/notebooks/instance_iam_member.py +2 -2
  319. pulumi_gcp/notebooks/instance_iam_policy.py +2 -2
  320. pulumi_gcp/notebooks/runtime_iam_binding.py +2 -2
  321. pulumi_gcp/notebooks/runtime_iam_member.py +2 -2
  322. pulumi_gcp/notebooks/runtime_iam_policy.py +2 -2
  323. pulumi_gcp/oracledatabase/__init__.py +20 -0
  324. pulumi_gcp/oracledatabase/_inputs.py +4745 -0
  325. pulumi_gcp/oracledatabase/autonomous_database.py +983 -0
  326. pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +842 -0
  327. pulumi_gcp/oracledatabase/cloud_vm_cluster.py +1086 -0
  328. pulumi_gcp/oracledatabase/get_autonomous_database.py +290 -0
  329. pulumi_gcp/oracledatabase/get_autonomous_databases.py +150 -0
  330. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +257 -0
  331. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +150 -0
  332. pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +290 -0
  333. pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +150 -0
  334. pulumi_gcp/oracledatabase/get_db_nodes.py +245 -0
  335. pulumi_gcp/oracledatabase/get_db_servers.py +245 -0
  336. pulumi_gcp/oracledatabase/outputs.py +9304 -0
  337. pulumi_gcp/organizations/folder.py +7 -7
  338. pulumi_gcp/organizations/project.py +7 -7
  339. pulumi_gcp/orgpolicy/_inputs.py +3 -3
  340. pulumi_gcp/orgpolicy/outputs.py +2 -2
  341. pulumi_gcp/osconfig/os_policy_assignment.py +4 -4
  342. pulumi_gcp/privilegedaccessmanager/get_entitlement.py +46 -2
  343. pulumi_gcp/provider.py +40 -0
  344. pulumi_gcp/pubsub/schema_iam_binding.py +2 -2
  345. pulumi_gcp/pubsub/schema_iam_member.py +2 -2
  346. pulumi_gcp/pubsub/schema_iam_policy.py +2 -2
  347. pulumi_gcp/pubsub/subscription.py +18 -66
  348. pulumi_gcp/pubsub/topic_iam_binding.py +2 -2
  349. pulumi_gcp/pubsub/topic_iam_member.py +2 -2
  350. pulumi_gcp/pubsub/topic_iam_policy.py +2 -2
  351. pulumi_gcp/pulumi-plugin.json +1 -1
  352. pulumi_gcp/runtimeconfig/config_iam_binding.py +2 -2
  353. pulumi_gcp/runtimeconfig/config_iam_member.py +2 -2
  354. pulumi_gcp/runtimeconfig/config_iam_policy.py +2 -2
  355. pulumi_gcp/secretmanager/get_regional_secret_version.py +24 -5
  356. pulumi_gcp/secretmanager/get_regional_secret_version_access.py +24 -5
  357. pulumi_gcp/secretmanager/get_secret_version.py +22 -3
  358. pulumi_gcp/secretmanager/get_secret_version_access.py +22 -3
  359. pulumi_gcp/secretmanager/regional_secret.py +2 -2
  360. pulumi_gcp/secretmanager/regional_secret_iam_binding.py +2 -2
  361. pulumi_gcp/secretmanager/regional_secret_iam_member.py +2 -2
  362. pulumi_gcp/secretmanager/regional_secret_iam_policy.py +2 -2
  363. pulumi_gcp/secretmanager/secret_iam_binding.py +2 -2
  364. pulumi_gcp/secretmanager/secret_iam_member.py +2 -2
  365. pulumi_gcp/secretmanager/secret_iam_policy.py +2 -2
  366. pulumi_gcp/securesourcemanager/repository_iam_binding.py +2 -2
  367. pulumi_gcp/securesourcemanager/repository_iam_member.py +2 -2
  368. pulumi_gcp/securesourcemanager/repository_iam_policy.py +2 -2
  369. pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +4 -4
  370. pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +4 -4
  371. pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +4 -4
  372. pulumi_gcp/serviceaccount/__init__.py +1 -0
  373. pulumi_gcp/serviceaccount/get_account.py +15 -1
  374. pulumi_gcp/serviceaccount/get_s.py +132 -0
  375. pulumi_gcp/serviceaccount/outputs.py +89 -0
  376. pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
  377. pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
  378. pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
  379. pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
  380. pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
  381. pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
  382. pulumi_gcp/siteverification/get_token.py +0 -16
  383. pulumi_gcp/siteverification/owner.py +0 -16
  384. pulumi_gcp/sourcerepo/repository_iam_binding.py +2 -2
  385. pulumi_gcp/sourcerepo/repository_iam_member.py +2 -2
  386. pulumi_gcp/sourcerepo/repository_iam_policy.py +2 -2
  387. pulumi_gcp/spanner/_inputs.py +237 -17
  388. pulumi_gcp/spanner/outputs.py +307 -12
  389. pulumi_gcp/sql/_inputs.py +12 -9
  390. pulumi_gcp/sql/outputs.py +8 -6
  391. pulumi_gcp/sql/user.py +28 -21
  392. pulumi_gcp/storage/_inputs.py +33 -0
  393. pulumi_gcp/storage/bucket.py +47 -0
  394. pulumi_gcp/storage/bucket_iam_binding.py +2 -2
  395. pulumi_gcp/storage/bucket_iam_member.py +2 -2
  396. pulumi_gcp/storage/bucket_iam_policy.py +2 -2
  397. pulumi_gcp/storage/get_bucket.py +12 -1
  398. pulumi_gcp/storage/managed_folder_iam_binding.py +4 -4
  399. pulumi_gcp/storage/managed_folder_iam_member.py +4 -4
  400. pulumi_gcp/storage/managed_folder_iam_policy.py +4 -4
  401. pulumi_gcp/storage/outputs.py +38 -0
  402. pulumi_gcp/tags/tag_key_iam_binding.py +4 -4
  403. pulumi_gcp/tags/tag_key_iam_member.py +4 -4
  404. pulumi_gcp/tags/tag_key_iam_policy.py +4 -4
  405. pulumi_gcp/tags/tag_value_iam_binding.py +4 -4
  406. pulumi_gcp/tags/tag_value_iam_member.py +4 -4
  407. pulumi_gcp/tags/tag_value_iam_policy.py +4 -4
  408. pulumi_gcp/transcoder/__init__.py +11 -0
  409. pulumi_gcp/transcoder/_inputs.py +3991 -0
  410. pulumi_gcp/transcoder/job.py +2134 -0
  411. pulumi_gcp/transcoder/job_template.py +1524 -0
  412. pulumi_gcp/transcoder/outputs.py +2918 -0
  413. pulumi_gcp/vertex/ai_deployment_resource_pool.py +2 -2
  414. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +2 -2
  415. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +2 -2
  416. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +2 -2
  417. pulumi_gcp/vertex/ai_feature_store_iam_binding.py +2 -2
  418. pulumi_gcp/vertex/ai_feature_store_iam_member.py +2 -2
  419. pulumi_gcp/vertex/ai_feature_store_iam_policy.py +2 -2
  420. pulumi_gcp/vmwareengine/_inputs.py +912 -6
  421. pulumi_gcp/vmwareengine/cluster.py +100 -2
  422. pulumi_gcp/vmwareengine/get_cluster.py +12 -1
  423. pulumi_gcp/vmwareengine/outputs.py +1310 -49
  424. pulumi_gcp/vmwareengine/private_cloud.py +44 -0
  425. pulumi_gcp/workstations/_inputs.py +54 -0
  426. pulumi_gcp/workstations/outputs.py +32 -0
  427. pulumi_gcp/workstations/workstation_config.py +211 -6
  428. pulumi_gcp/workstations/workstation_config_iam_binding.py +2 -2
  429. pulumi_gcp/workstations/workstation_config_iam_member.py +2 -2
  430. pulumi_gcp/workstations/workstation_config_iam_policy.py +2 -2
  431. pulumi_gcp/workstations/workstation_iam_binding.py +2 -2
  432. pulumi_gcp/workstations/workstation_iam_member.py +2 -2
  433. pulumi_gcp/workstations/workstation_iam_policy.py +2 -2
  434. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/METADATA +1 -1
  435. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/RECORD +437 -412
  436. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/WHEEL +1 -1
  437. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/top_level.txt +0 -0
@@ -19,6 +19,8 @@ __all__ = [
19
19
  'CxAgentAdvancedSettings',
20
20
  'CxAgentAdvancedSettingsAudioExportGcsDestination',
21
21
  'CxAgentAdvancedSettingsDtmfSettings',
22
+ 'CxAgentAdvancedSettingsLoggingSettings',
23
+ 'CxAgentAdvancedSettingsSpeechSettings',
22
24
  'CxAgentGitIntegrationSettings',
23
25
  'CxAgentGitIntegrationSettingsGithubSettings',
24
26
  'CxAgentSpeechToTextSettings',
@@ -29,6 +31,8 @@ __all__ = [
29
31
  'CxFlowAdvancedSettings',
30
32
  'CxFlowAdvancedSettingsAudioExportGcsDestination',
31
33
  'CxFlowAdvancedSettingsDtmfSettings',
34
+ 'CxFlowAdvancedSettingsLoggingSettings',
35
+ 'CxFlowAdvancedSettingsSpeechSettings',
32
36
  'CxFlowEventHandler',
33
37
  'CxFlowEventHandlerTriggerFulfillment',
34
38
  'CxFlowEventHandlerTriggerFulfillmentConditionalCase',
@@ -160,6 +164,10 @@ class CxAgentAdvancedSettings(dict):
160
164
  suggest = "audio_export_gcs_destination"
161
165
  elif key == "dtmfSettings":
162
166
  suggest = "dtmf_settings"
167
+ elif key == "loggingSettings":
168
+ suggest = "logging_settings"
169
+ elif key == "speechSettings":
170
+ suggest = "speech_settings"
163
171
 
164
172
  if suggest:
165
173
  pulumi.log.warn(f"Key '{key}' not found in CxAgentAdvancedSettings. Access the value via the '{suggest}' property getter instead.")
@@ -174,7 +182,9 @@ class CxAgentAdvancedSettings(dict):
174
182
 
175
183
  def __init__(__self__, *,
176
184
  audio_export_gcs_destination: Optional['outputs.CxAgentAdvancedSettingsAudioExportGcsDestination'] = None,
177
- dtmf_settings: Optional['outputs.CxAgentAdvancedSettingsDtmfSettings'] = None):
185
+ dtmf_settings: Optional['outputs.CxAgentAdvancedSettingsDtmfSettings'] = None,
186
+ logging_settings: Optional['outputs.CxAgentAdvancedSettingsLoggingSettings'] = None,
187
+ speech_settings: Optional['outputs.CxAgentAdvancedSettingsSpeechSettings'] = None):
178
188
  """
179
189
  :param 'CxAgentAdvancedSettingsAudioExportGcsDestinationArgs' audio_export_gcs_destination: If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels:
180
190
  * Agent level
@@ -186,11 +196,24 @@ class CxAgentAdvancedSettings(dict):
186
196
  * Page level
187
197
  * Parameter level
188
198
  Structure is documented below.
199
+ :param 'CxAgentAdvancedSettingsLoggingSettingsArgs' logging_settings: Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels:
200
+ * Agent level
201
+ Structure is documented below.
202
+ :param 'CxAgentAdvancedSettingsSpeechSettingsArgs' speech_settings: Settings for speech to text detection. Exposed at the following levels:
203
+ * Agent level
204
+ * Flow level
205
+ * Page level
206
+ * Parameter level
207
+ Structure is documented below.
189
208
  """
190
209
  if audio_export_gcs_destination is not None:
191
210
  pulumi.set(__self__, "audio_export_gcs_destination", audio_export_gcs_destination)
192
211
  if dtmf_settings is not None:
193
212
  pulumi.set(__self__, "dtmf_settings", dtmf_settings)
213
+ if logging_settings is not None:
214
+ pulumi.set(__self__, "logging_settings", logging_settings)
215
+ if speech_settings is not None:
216
+ pulumi.set(__self__, "speech_settings", speech_settings)
194
217
 
195
218
  @property
196
219
  @pulumi.getter(name="audioExportGcsDestination")
@@ -216,6 +239,29 @@ class CxAgentAdvancedSettings(dict):
216
239
  """
217
240
  return pulumi.get(self, "dtmf_settings")
218
241
 
242
+ @property
243
+ @pulumi.getter(name="loggingSettings")
244
+ def logging_settings(self) -> Optional['outputs.CxAgentAdvancedSettingsLoggingSettings']:
245
+ """
246
+ Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels:
247
+ * Agent level
248
+ Structure is documented below.
249
+ """
250
+ return pulumi.get(self, "logging_settings")
251
+
252
+ @property
253
+ @pulumi.getter(name="speechSettings")
254
+ def speech_settings(self) -> Optional['outputs.CxAgentAdvancedSettingsSpeechSettings']:
255
+ """
256
+ Settings for speech to text detection. Exposed at the following levels:
257
+ * Agent level
258
+ * Flow level
259
+ * Page level
260
+ * Parameter level
261
+ Structure is documented below.
262
+ """
263
+ return pulumi.get(self, "speech_settings")
264
+
219
265
 
220
266
  @pulumi.output_type
221
267
  class CxAgentAdvancedSettingsAudioExportGcsDestination(dict):
@@ -300,6 +346,150 @@ class CxAgentAdvancedSettingsDtmfSettings(dict):
300
346
  return pulumi.get(self, "max_digits")
301
347
 
302
348
 
349
+ @pulumi.output_type
350
+ class CxAgentAdvancedSettingsLoggingSettings(dict):
351
+ @staticmethod
352
+ def __key_warning(key: str):
353
+ suggest = None
354
+ if key == "enableConsentBasedRedaction":
355
+ suggest = "enable_consent_based_redaction"
356
+ elif key == "enableInteractionLogging":
357
+ suggest = "enable_interaction_logging"
358
+ elif key == "enableStackdriverLogging":
359
+ suggest = "enable_stackdriver_logging"
360
+
361
+ if suggest:
362
+ pulumi.log.warn(f"Key '{key}' not found in CxAgentAdvancedSettingsLoggingSettings. Access the value via the '{suggest}' property getter instead.")
363
+
364
+ def __getitem__(self, key: str) -> Any:
365
+ CxAgentAdvancedSettingsLoggingSettings.__key_warning(key)
366
+ return super().__getitem__(key)
367
+
368
+ def get(self, key: str, default = None) -> Any:
369
+ CxAgentAdvancedSettingsLoggingSettings.__key_warning(key)
370
+ return super().get(key, default)
371
+
372
+ def __init__(__self__, *,
373
+ enable_consent_based_redaction: Optional[bool] = None,
374
+ enable_interaction_logging: Optional[bool] = None,
375
+ enable_stackdriver_logging: Optional[bool] = None):
376
+ """
377
+ :param bool enable_consent_based_redaction: Enables consent-based end-user input redaction, if true, a pre-defined session parameter **$session.params.conversation-redaction** will be used to determine if the utterance should be redacted.
378
+ :param bool enable_interaction_logging: Enables DF Interaction logging.
379
+ :param bool enable_stackdriver_logging: Enables Google Cloud Logging.
380
+ """
381
+ if enable_consent_based_redaction is not None:
382
+ pulumi.set(__self__, "enable_consent_based_redaction", enable_consent_based_redaction)
383
+ if enable_interaction_logging is not None:
384
+ pulumi.set(__self__, "enable_interaction_logging", enable_interaction_logging)
385
+ if enable_stackdriver_logging is not None:
386
+ pulumi.set(__self__, "enable_stackdriver_logging", enable_stackdriver_logging)
387
+
388
+ @property
389
+ @pulumi.getter(name="enableConsentBasedRedaction")
390
+ def enable_consent_based_redaction(self) -> Optional[bool]:
391
+ """
392
+ Enables consent-based end-user input redaction, if true, a pre-defined session parameter **$session.params.conversation-redaction** will be used to determine if the utterance should be redacted.
393
+ """
394
+ return pulumi.get(self, "enable_consent_based_redaction")
395
+
396
+ @property
397
+ @pulumi.getter(name="enableInteractionLogging")
398
+ def enable_interaction_logging(self) -> Optional[bool]:
399
+ """
400
+ Enables DF Interaction logging.
401
+ """
402
+ return pulumi.get(self, "enable_interaction_logging")
403
+
404
+ @property
405
+ @pulumi.getter(name="enableStackdriverLogging")
406
+ def enable_stackdriver_logging(self) -> Optional[bool]:
407
+ """
408
+ Enables Google Cloud Logging.
409
+ """
410
+ return pulumi.get(self, "enable_stackdriver_logging")
411
+
412
+
413
+ @pulumi.output_type
414
+ class CxAgentAdvancedSettingsSpeechSettings(dict):
415
+ @staticmethod
416
+ def __key_warning(key: str):
417
+ suggest = None
418
+ if key == "endpointerSensitivity":
419
+ suggest = "endpointer_sensitivity"
420
+ elif key == "noSpeechTimeout":
421
+ suggest = "no_speech_timeout"
422
+ elif key == "useTimeoutBasedEndpointing":
423
+ suggest = "use_timeout_based_endpointing"
424
+
425
+ if suggest:
426
+ pulumi.log.warn(f"Key '{key}' not found in CxAgentAdvancedSettingsSpeechSettings. Access the value via the '{suggest}' property getter instead.")
427
+
428
+ def __getitem__(self, key: str) -> Any:
429
+ CxAgentAdvancedSettingsSpeechSettings.__key_warning(key)
430
+ return super().__getitem__(key)
431
+
432
+ def get(self, key: str, default = None) -> Any:
433
+ CxAgentAdvancedSettingsSpeechSettings.__key_warning(key)
434
+ return super().get(key, default)
435
+
436
+ def __init__(__self__, *,
437
+ endpointer_sensitivity: Optional[int] = None,
438
+ models: Optional[Mapping[str, str]] = None,
439
+ no_speech_timeout: Optional[str] = None,
440
+ use_timeout_based_endpointing: Optional[bool] = None):
441
+ """
442
+ :param int endpointer_sensitivity: Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.
443
+ :param Mapping[str, str] models: Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/concept/speech-models).
444
+ An object containing a list of **"key": value** pairs. Example: **{ "name": "wrench", "mass": "1.3kg", "count": "3" }**.
445
+ :param str no_speech_timeout: Timeout before detecting no speech.
446
+ A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
447
+ :param bool use_timeout_based_endpointing: Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
448
+ """
449
+ if endpointer_sensitivity is not None:
450
+ pulumi.set(__self__, "endpointer_sensitivity", endpointer_sensitivity)
451
+ if models is not None:
452
+ pulumi.set(__self__, "models", models)
453
+ if no_speech_timeout is not None:
454
+ pulumi.set(__self__, "no_speech_timeout", no_speech_timeout)
455
+ if use_timeout_based_endpointing is not None:
456
+ pulumi.set(__self__, "use_timeout_based_endpointing", use_timeout_based_endpointing)
457
+
458
+ @property
459
+ @pulumi.getter(name="endpointerSensitivity")
460
+ def endpointer_sensitivity(self) -> Optional[int]:
461
+ """
462
+ Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.
463
+ """
464
+ return pulumi.get(self, "endpointer_sensitivity")
465
+
466
+ @property
467
+ @pulumi.getter
468
+ def models(self) -> Optional[Mapping[str, str]]:
469
+ """
470
+ Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/concept/speech-models).
471
+ An object containing a list of **"key": value** pairs. Example: **{ "name": "wrench", "mass": "1.3kg", "count": "3" }**.
472
+ """
473
+ return pulumi.get(self, "models")
474
+
475
+ @property
476
+ @pulumi.getter(name="noSpeechTimeout")
477
+ def no_speech_timeout(self) -> Optional[str]:
478
+ """
479
+ Timeout before detecting no speech.
480
+ A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
481
+ """
482
+ return pulumi.get(self, "no_speech_timeout")
483
+
484
+ @property
485
+ @pulumi.getter(name="useTimeoutBasedEndpointing")
486
+ def use_timeout_based_endpointing(self) -> Optional[bool]:
487
+ """
488
+ Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
489
+ """
490
+ return pulumi.get(self, "use_timeout_based_endpointing")
491
+
492
+
303
493
  @pulumi.output_type
304
494
  class CxAgentGitIntegrationSettings(dict):
305
495
  @staticmethod
@@ -599,6 +789,10 @@ class CxFlowAdvancedSettings(dict):
599
789
  suggest = "audio_export_gcs_destination"
600
790
  elif key == "dtmfSettings":
601
791
  suggest = "dtmf_settings"
792
+ elif key == "loggingSettings":
793
+ suggest = "logging_settings"
794
+ elif key == "speechSettings":
795
+ suggest = "speech_settings"
602
796
 
603
797
  if suggest:
604
798
  pulumi.log.warn(f"Key '{key}' not found in CxFlowAdvancedSettings. Access the value via the '{suggest}' property getter instead.")
@@ -613,7 +807,9 @@ class CxFlowAdvancedSettings(dict):
613
807
 
614
808
  def __init__(__self__, *,
615
809
  audio_export_gcs_destination: Optional['outputs.CxFlowAdvancedSettingsAudioExportGcsDestination'] = None,
616
- dtmf_settings: Optional['outputs.CxFlowAdvancedSettingsDtmfSettings'] = None):
810
+ dtmf_settings: Optional['outputs.CxFlowAdvancedSettingsDtmfSettings'] = None,
811
+ logging_settings: Optional['outputs.CxFlowAdvancedSettingsLoggingSettings'] = None,
812
+ speech_settings: Optional['outputs.CxFlowAdvancedSettingsSpeechSettings'] = None):
617
813
  """
618
814
  :param 'CxFlowAdvancedSettingsAudioExportGcsDestinationArgs' audio_export_gcs_destination: If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels:
619
815
  * Agent level
@@ -625,11 +821,24 @@ class CxFlowAdvancedSettings(dict):
625
821
  * Page level
626
822
  * Parameter level
627
823
  Structure is documented below.
824
+ :param 'CxFlowAdvancedSettingsLoggingSettingsArgs' logging_settings: Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels:
825
+ * Agent level
826
+ Structure is documented below.
827
+ :param 'CxFlowAdvancedSettingsSpeechSettingsArgs' speech_settings: Settings for speech to text detection. Exposed at the following levels:
828
+ * Agent level
829
+ * Flow level
830
+ * Page level
831
+ * Parameter level
832
+ Structure is documented below.
628
833
  """
629
834
  if audio_export_gcs_destination is not None:
630
835
  pulumi.set(__self__, "audio_export_gcs_destination", audio_export_gcs_destination)
631
836
  if dtmf_settings is not None:
632
837
  pulumi.set(__self__, "dtmf_settings", dtmf_settings)
838
+ if logging_settings is not None:
839
+ pulumi.set(__self__, "logging_settings", logging_settings)
840
+ if speech_settings is not None:
841
+ pulumi.set(__self__, "speech_settings", speech_settings)
633
842
 
634
843
  @property
635
844
  @pulumi.getter(name="audioExportGcsDestination")
@@ -655,6 +864,29 @@ class CxFlowAdvancedSettings(dict):
655
864
  """
656
865
  return pulumi.get(self, "dtmf_settings")
657
866
 
867
+ @property
868
+ @pulumi.getter(name="loggingSettings")
869
+ def logging_settings(self) -> Optional['outputs.CxFlowAdvancedSettingsLoggingSettings']:
870
+ """
871
+ Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels:
872
+ * Agent level
873
+ Structure is documented below.
874
+ """
875
+ return pulumi.get(self, "logging_settings")
876
+
877
+ @property
878
+ @pulumi.getter(name="speechSettings")
879
+ def speech_settings(self) -> Optional['outputs.CxFlowAdvancedSettingsSpeechSettings']:
880
+ """
881
+ Settings for speech to text detection. Exposed at the following levels:
882
+ * Agent level
883
+ * Flow level
884
+ * Page level
885
+ * Parameter level
886
+ Structure is documented below.
887
+ """
888
+ return pulumi.get(self, "speech_settings")
889
+
658
890
 
659
891
  @pulumi.output_type
660
892
  class CxFlowAdvancedSettingsAudioExportGcsDestination(dict):
@@ -739,6 +971,150 @@ class CxFlowAdvancedSettingsDtmfSettings(dict):
739
971
  return pulumi.get(self, "max_digits")
740
972
 
741
973
 
974
+ @pulumi.output_type
975
+ class CxFlowAdvancedSettingsLoggingSettings(dict):
976
+ @staticmethod
977
+ def __key_warning(key: str):
978
+ suggest = None
979
+ if key == "enableConsentBasedRedaction":
980
+ suggest = "enable_consent_based_redaction"
981
+ elif key == "enableInteractionLogging":
982
+ suggest = "enable_interaction_logging"
983
+ elif key == "enableStackdriverLogging":
984
+ suggest = "enable_stackdriver_logging"
985
+
986
+ if suggest:
987
+ pulumi.log.warn(f"Key '{key}' not found in CxFlowAdvancedSettingsLoggingSettings. Access the value via the '{suggest}' property getter instead.")
988
+
989
+ def __getitem__(self, key: str) -> Any:
990
+ CxFlowAdvancedSettingsLoggingSettings.__key_warning(key)
991
+ return super().__getitem__(key)
992
+
993
+ def get(self, key: str, default = None) -> Any:
994
+ CxFlowAdvancedSettingsLoggingSettings.__key_warning(key)
995
+ return super().get(key, default)
996
+
997
+ def __init__(__self__, *,
998
+ enable_consent_based_redaction: Optional[bool] = None,
999
+ enable_interaction_logging: Optional[bool] = None,
1000
+ enable_stackdriver_logging: Optional[bool] = None):
1001
+ """
1002
+ :param bool enable_consent_based_redaction: Enables consent-based end-user input redaction, if true, a pre-defined session parameter **$session.params.conversation-redaction** will be used to determine if the utterance should be redacted.
1003
+ :param bool enable_interaction_logging: Enables DF Interaction logging.
1004
+ :param bool enable_stackdriver_logging: Enables Google Cloud Logging.
1005
+ """
1006
+ if enable_consent_based_redaction is not None:
1007
+ pulumi.set(__self__, "enable_consent_based_redaction", enable_consent_based_redaction)
1008
+ if enable_interaction_logging is not None:
1009
+ pulumi.set(__self__, "enable_interaction_logging", enable_interaction_logging)
1010
+ if enable_stackdriver_logging is not None:
1011
+ pulumi.set(__self__, "enable_stackdriver_logging", enable_stackdriver_logging)
1012
+
1013
+ @property
1014
+ @pulumi.getter(name="enableConsentBasedRedaction")
1015
+ def enable_consent_based_redaction(self) -> Optional[bool]:
1016
+ """
1017
+ Enables consent-based end-user input redaction, if true, a pre-defined session parameter **$session.params.conversation-redaction** will be used to determine if the utterance should be redacted.
1018
+ """
1019
+ return pulumi.get(self, "enable_consent_based_redaction")
1020
+
1021
+ @property
1022
+ @pulumi.getter(name="enableInteractionLogging")
1023
+ def enable_interaction_logging(self) -> Optional[bool]:
1024
+ """
1025
+ Enables DF Interaction logging.
1026
+ """
1027
+ return pulumi.get(self, "enable_interaction_logging")
1028
+
1029
+ @property
1030
+ @pulumi.getter(name="enableStackdriverLogging")
1031
+ def enable_stackdriver_logging(self) -> Optional[bool]:
1032
+ """
1033
+ Enables Google Cloud Logging.
1034
+ """
1035
+ return pulumi.get(self, "enable_stackdriver_logging")
1036
+
1037
+
1038
+ @pulumi.output_type
1039
+ class CxFlowAdvancedSettingsSpeechSettings(dict):
1040
+ @staticmethod
1041
+ def __key_warning(key: str):
1042
+ suggest = None
1043
+ if key == "endpointerSensitivity":
1044
+ suggest = "endpointer_sensitivity"
1045
+ elif key == "noSpeechTimeout":
1046
+ suggest = "no_speech_timeout"
1047
+ elif key == "useTimeoutBasedEndpointing":
1048
+ suggest = "use_timeout_based_endpointing"
1049
+
1050
+ if suggest:
1051
+ pulumi.log.warn(f"Key '{key}' not found in CxFlowAdvancedSettingsSpeechSettings. Access the value via the '{suggest}' property getter instead.")
1052
+
1053
+ def __getitem__(self, key: str) -> Any:
1054
+ CxFlowAdvancedSettingsSpeechSettings.__key_warning(key)
1055
+ return super().__getitem__(key)
1056
+
1057
+ def get(self, key: str, default = None) -> Any:
1058
+ CxFlowAdvancedSettingsSpeechSettings.__key_warning(key)
1059
+ return super().get(key, default)
1060
+
1061
+ def __init__(__self__, *,
1062
+ endpointer_sensitivity: Optional[int] = None,
1063
+ models: Optional[Mapping[str, str]] = None,
1064
+ no_speech_timeout: Optional[str] = None,
1065
+ use_timeout_based_endpointing: Optional[bool] = None):
1066
+ """
1067
+ :param int endpointer_sensitivity: Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.
1068
+ :param Mapping[str, str] models: Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/concept/speech-models).
1069
+ An object containing a list of **"key": value** pairs. Example: **{ "name": "wrench", "mass": "1.3kg", "count": "3" }**.
1070
+ :param str no_speech_timeout: Timeout before detecting no speech.
1071
+ A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
1072
+ :param bool use_timeout_based_endpointing: Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
1073
+ """
1074
+ if endpointer_sensitivity is not None:
1075
+ pulumi.set(__self__, "endpointer_sensitivity", endpointer_sensitivity)
1076
+ if models is not None:
1077
+ pulumi.set(__self__, "models", models)
1078
+ if no_speech_timeout is not None:
1079
+ pulumi.set(__self__, "no_speech_timeout", no_speech_timeout)
1080
+ if use_timeout_based_endpointing is not None:
1081
+ pulumi.set(__self__, "use_timeout_based_endpointing", use_timeout_based_endpointing)
1082
+
1083
+ @property
1084
+ @pulumi.getter(name="endpointerSensitivity")
1085
+ def endpointer_sensitivity(self) -> Optional[int]:
1086
+ """
1087
+ Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.
1088
+ """
1089
+ return pulumi.get(self, "endpointer_sensitivity")
1090
+
1091
+ @property
1092
+ @pulumi.getter
1093
+ def models(self) -> Optional[Mapping[str, str]]:
1094
+ """
1095
+ Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/concept/speech-models).
1096
+ An object containing a list of **"key": value** pairs. Example: **{ "name": "wrench", "mass": "1.3kg", "count": "3" }**.
1097
+ """
1098
+ return pulumi.get(self, "models")
1099
+
1100
+ @property
1101
+ @pulumi.getter(name="noSpeechTimeout")
1102
+ def no_speech_timeout(self) -> Optional[str]:
1103
+ """
1104
+ Timeout before detecting no speech.
1105
+ A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
1106
+ """
1107
+ return pulumi.get(self, "no_speech_timeout")
1108
+
1109
+ @property
1110
+ @pulumi.getter(name="useTimeoutBasedEndpointing")
1111
+ def use_timeout_based_endpointing(self) -> Optional[bool]:
1112
+ """
1113
+ Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
1114
+ """
1115
+ return pulumi.get(self, "use_timeout_based_endpointing")
1116
+
1117
+
742
1118
  @pulumi.output_type
743
1119
  class CxFlowEventHandler(dict):
744
1120
  @staticmethod
@@ -412,7 +412,7 @@ class DnsManagedZoneIamBinding(pulumi.CustomResource):
412
412
  $ pulumi import gcp:dns/dnsManagedZoneIamBinding:DnsManagedZoneIamBinding editor projects/{{project}}/managedZones/{{managed_zone}}
413
413
  ```
414
414
 
415
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
415
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
416
416
 
417
417
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
418
418
 
@@ -592,7 +592,7 @@ class DnsManagedZoneIamBinding(pulumi.CustomResource):
592
592
  $ pulumi import gcp:dns/dnsManagedZoneIamBinding:DnsManagedZoneIamBinding editor projects/{{project}}/managedZones/{{managed_zone}}
593
593
  ```
594
594
 
595
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
595
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
596
596
 
597
597
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
598
598
 
@@ -412,7 +412,7 @@ class DnsManagedZoneIamMember(pulumi.CustomResource):
412
412
  $ pulumi import gcp:dns/dnsManagedZoneIamMember:DnsManagedZoneIamMember editor projects/{{project}}/managedZones/{{managed_zone}}
413
413
  ```
414
414
 
415
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
415
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
416
416
 
417
417
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
418
418
 
@@ -592,7 +592,7 @@ class DnsManagedZoneIamMember(pulumi.CustomResource):
592
592
  $ pulumi import gcp:dns/dnsManagedZoneIamMember:DnsManagedZoneIamMember editor projects/{{project}}/managedZones/{{managed_zone}}
593
593
  ```
594
594
 
595
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
595
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
596
596
 
597
597
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
598
598
 
@@ -309,7 +309,7 @@ class DnsManagedZoneIamPolicy(pulumi.CustomResource):
309
309
  $ pulumi import gcp:dns/dnsManagedZoneIamPolicy:DnsManagedZoneIamPolicy editor projects/{{project}}/managedZones/{{managed_zone}}
310
310
  ```
311
311
 
312
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
312
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
313
313
 
314
314
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
315
315
 
@@ -477,7 +477,7 @@ class DnsManagedZoneIamPolicy(pulumi.CustomResource):
477
477
  $ pulumi import gcp:dns/dnsManagedZoneIamPolicy:DnsManagedZoneIamPolicy editor projects/{{project}}/managedZones/{{managed_zone}}
478
478
  ```
479
479
 
480
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
480
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
481
481
 
482
482
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
483
483
 
@@ -288,7 +288,7 @@ class ConsumersIamBinding(pulumi.CustomResource):
288
288
  $ pulumi import gcp:endpoints/consumersIamBinding:ConsumersIamBinding editor services/{{service_name}}/consumers/{{consumer_project}}
289
289
  ```
290
290
 
291
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
291
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
292
292
 
293
293
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
294
294
 
@@ -362,7 +362,7 @@ class ConsumersIamBinding(pulumi.CustomResource):
362
362
  $ pulumi import gcp:endpoints/consumersIamBinding:ConsumersIamBinding editor services/{{service_name}}/consumers/{{consumer_project}}
363
363
  ```
364
364
 
365
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
365
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
366
366
 
367
367
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
368
368
 
@@ -288,7 +288,7 @@ class ConsumersIamMember(pulumi.CustomResource):
288
288
  $ pulumi import gcp:endpoints/consumersIamMember:ConsumersIamMember editor services/{{service_name}}/consumers/{{consumer_project}}
289
289
  ```
290
290
 
291
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
291
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
292
292
 
293
293
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
294
294
 
@@ -362,7 +362,7 @@ class ConsumersIamMember(pulumi.CustomResource):
362
362
  $ pulumi import gcp:endpoints/consumersIamMember:ConsumersIamMember editor services/{{service_name}}/consumers/{{consumer_project}}
363
363
  ```
364
364
 
365
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
365
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
366
366
 
367
367
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
368
368
 
@@ -185,7 +185,7 @@ class ConsumersIamPolicy(pulumi.CustomResource):
185
185
  $ pulumi import gcp:endpoints/consumersIamPolicy:ConsumersIamPolicy editor services/{{service_name}}/consumers/{{consumer_project}}
186
186
  ```
187
187
 
188
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
188
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
189
189
 
190
190
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
191
191
 
@@ -247,7 +247,7 @@ class ConsumersIamPolicy(pulumi.CustomResource):
247
247
  $ pulumi import gcp:endpoints/consumersIamPolicy:ConsumersIamPolicy editor services/{{service_name}}/consumers/{{consumer_project}}
248
248
  ```
249
249
 
250
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
250
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
251
251
 
252
252
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
253
253
 
@@ -271,7 +271,7 @@ class ServiceIamBinding(pulumi.CustomResource):
271
271
  member="user:jane@example.com")
272
272
  ```
273
273
 
274
- ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
274
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
275
275
 
276
276
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
277
277
  ---
@@ -360,7 +360,7 @@ class ServiceIamBinding(pulumi.CustomResource):
360
360
  $ pulumi import gcp:endpoints/serviceIamBinding:ServiceIamBinding editor services/{{service_name}}
361
361
  ```
362
362
 
363
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
363
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
364
364
 
365
365
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
366
366
 
@@ -441,7 +441,7 @@ class ServiceIamBinding(pulumi.CustomResource):
441
441
  member="user:jane@example.com")
442
442
  ```
443
443
 
444
- ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
444
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
445
445
 
446
446
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
447
447
  ---
@@ -530,7 +530,7 @@ class ServiceIamBinding(pulumi.CustomResource):
530
530
  $ pulumi import gcp:endpoints/serviceIamBinding:ServiceIamBinding editor services/{{service_name}}
531
531
  ```
532
532
 
533
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
533
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
534
534
 
535
535
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
536
536
 
@@ -271,7 +271,7 @@ class ServiceIamMember(pulumi.CustomResource):
271
271
  member="user:jane@example.com")
272
272
  ```
273
273
 
274
- ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
274
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
275
275
 
276
276
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
277
277
  ---
@@ -360,7 +360,7 @@ class ServiceIamMember(pulumi.CustomResource):
360
360
  $ pulumi import gcp:endpoints/serviceIamMember:ServiceIamMember editor services/{{service_name}}
361
361
  ```
362
362
 
363
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
363
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
364
364
 
365
365
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
366
366
 
@@ -441,7 +441,7 @@ class ServiceIamMember(pulumi.CustomResource):
441
441
  member="user:jane@example.com")
442
442
  ```
443
443
 
444
- ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
444
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
445
445
 
446
446
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
447
447
  ---
@@ -530,7 +530,7 @@ class ServiceIamMember(pulumi.CustomResource):
530
530
  $ pulumi import gcp:endpoints/serviceIamMember:ServiceIamMember editor services/{{service_name}}
531
531
  ```
532
532
 
533
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
533
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
534
534
 
535
535
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
536
536