pulumi-gcp 7.0.0a1699651384__py3-none-any.whl → 7.1.0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (678) hide show
  1. pulumi_gcp/__init__.py +118 -0
  2. pulumi_gcp/accesscontextmanager/_inputs.py +546 -71
  3. pulumi_gcp/accesscontextmanager/access_level.py +18 -2
  4. pulumi_gcp/accesscontextmanager/access_level_condition.py +57 -3
  5. pulumi_gcp/accesscontextmanager/access_levels.py +18 -2
  6. pulumi_gcp/accesscontextmanager/access_policy.py +18 -2
  7. pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +18 -2
  8. pulumi_gcp/accesscontextmanager/egress_policy.py +18 -2
  9. pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +18 -2
  10. pulumi_gcp/accesscontextmanager/ingress_policy.py +18 -2
  11. pulumi_gcp/accesscontextmanager/outputs.py +643 -71
  12. pulumi_gcp/accesscontextmanager/service_perimeter.py +18 -2
  13. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +18 -2
  14. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +18 -2
  15. pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +18 -2
  16. pulumi_gcp/accesscontextmanager/service_perimeters.py +18 -2
  17. pulumi_gcp/activedirectory/domain.py +22 -10
  18. pulumi_gcp/activedirectory/domain_trust.py +18 -2
  19. pulumi_gcp/activedirectory/peering.py +4 -8
  20. pulumi_gcp/alloydb/__init__.py +1 -0
  21. pulumi_gcp/alloydb/_inputs.py +93 -0
  22. pulumi_gcp/alloydb/backup.py +22 -10
  23. pulumi_gcp/alloydb/cluster.py +283 -11
  24. pulumi_gcp/alloydb/instance.py +241 -40
  25. pulumi_gcp/alloydb/outputs.py +130 -0
  26. pulumi_gcp/alloydb/user.py +609 -0
  27. pulumi_gcp/apigateway/api.py +22 -10
  28. pulumi_gcp/apigateway/api_config.py +22 -10
  29. pulumi_gcp/apigateway/gateway.py +22 -10
  30. pulumi_gcp/apigee/addons_config.py +18 -2
  31. pulumi_gcp/apigee/endpoint_attachment.py +18 -2
  32. pulumi_gcp/apigee/env_group.py +18 -2
  33. pulumi_gcp/apigee/env_group_attachment.py +18 -2
  34. pulumi_gcp/apigee/env_keystore.py +18 -2
  35. pulumi_gcp/apigee/env_references.py +18 -2
  36. pulumi_gcp/apigee/environment.py +96 -5
  37. pulumi_gcp/apigee/flowhook.py +18 -2
  38. pulumi_gcp/apigee/instance.py +18 -2
  39. pulumi_gcp/apigee/instance_attachment.py +18 -2
  40. pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +18 -2
  41. pulumi_gcp/apigee/keystores_aliases_pkcs12.py +18 -2
  42. pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +18 -2
  43. pulumi_gcp/apigee/nat_address.py +18 -2
  44. pulumi_gcp/apigee/organization.py +18 -2
  45. pulumi_gcp/apigee/sharedflow.py +18 -2
  46. pulumi_gcp/apigee/sharedflow_deployment.py +18 -2
  47. pulumi_gcp/apigee/sync_authorization.py +18 -2
  48. pulumi_gcp/apigee/target_server.py +18 -2
  49. pulumi_gcp/appengine/application.py +20 -4
  50. pulumi_gcp/appengine/application_url_dispatch_rules.py +18 -2
  51. pulumi_gcp/appengine/domain_mapping.py +18 -2
  52. pulumi_gcp/appengine/engine_split_traffic.py +18 -2
  53. pulumi_gcp/appengine/firewall_rule.py +18 -2
  54. pulumi_gcp/appengine/flexible_app_version.py +18 -2
  55. pulumi_gcp/appengine/service_network_settings.py +18 -2
  56. pulumi_gcp/appengine/standard_app_version.py +18 -2
  57. pulumi_gcp/artifactregistry/_inputs.py +4 -4
  58. pulumi_gcp/artifactregistry/outputs.py +4 -4
  59. pulumi_gcp/artifactregistry/repository.py +24 -12
  60. pulumi_gcp/artifactregistry/vpcsc_config.py +18 -2
  61. pulumi_gcp/assuredworkloads/_inputs.py +178 -4
  62. pulumi_gcp/assuredworkloads/outputs.py +217 -5
  63. pulumi_gcp/assuredworkloads/workload.py +474 -63
  64. pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
  65. pulumi_gcp/backupdisasterrecovery/get_management_server.py +152 -0
  66. pulumi_gcp/backupdisasterrecovery/management_server.py +18 -2
  67. pulumi_gcp/backupdisasterrecovery/outputs.py +40 -0
  68. pulumi_gcp/beyondcorp/app_connection.py +22 -10
  69. pulumi_gcp/beyondcorp/app_connector.py +22 -10
  70. pulumi_gcp/beyondcorp/app_gateway.py +22 -10
  71. pulumi_gcp/biglake/catalog.py +18 -2
  72. pulumi_gcp/biglake/database.py +18 -2
  73. pulumi_gcp/biglake/table.py +18 -2
  74. pulumi_gcp/bigquery/__init__.py +1 -0
  75. pulumi_gcp/bigquery/_inputs.py +94 -8
  76. pulumi_gcp/bigquery/app_profile.py +18 -2
  77. pulumi_gcp/bigquery/bi_reservation.py +18 -2
  78. pulumi_gcp/bigquery/capacity_commitment.py +25 -9
  79. pulumi_gcp/bigquery/connection.py +56 -2
  80. pulumi_gcp/bigquery/data_transfer_config.py +18 -2
  81. pulumi_gcp/bigquery/dataset.py +22 -10
  82. pulumi_gcp/bigquery/dataset_iam_binding.py +10 -38
  83. pulumi_gcp/bigquery/dataset_iam_member.py +10 -38
  84. pulumi_gcp/bigquery/dataset_iam_policy.py +10 -38
  85. pulumi_gcp/bigquery/get_dataset.py +315 -0
  86. pulumi_gcp/bigquery/job.py +26 -10
  87. pulumi_gcp/bigquery/outputs.py +275 -9
  88. pulumi_gcp/bigquery/reservation.py +18 -2
  89. pulumi_gcp/bigquery/reservation_assignment.py +18 -2
  90. pulumi_gcp/bigquery/routine.py +18 -2
  91. pulumi_gcp/bigquery/table.py +171 -17
  92. pulumi_gcp/bigqueryanalyticshub/data_exchange.py +18 -2
  93. pulumi_gcp/bigqueryanalyticshub/listing.py +18 -2
  94. pulumi_gcp/bigquerydatapolicy/data_policy.py +18 -2
  95. pulumi_gcp/bigtable/instance.py +30 -10
  96. pulumi_gcp/bigtable/instance_iam_binding.py +12 -20
  97. pulumi_gcp/bigtable/instance_iam_member.py +12 -20
  98. pulumi_gcp/bigtable/instance_iam_policy.py +12 -20
  99. pulumi_gcp/bigtable/table.py +18 -6
  100. pulumi_gcp/bigtable/table_iam_binding.py +12 -20
  101. pulumi_gcp/bigtable/table_iam_member.py +12 -20
  102. pulumi_gcp/bigtable/table_iam_policy.py +12 -20
  103. pulumi_gcp/billing/account_iam_binding.py +12 -20
  104. pulumi_gcp/billing/account_iam_member.py +12 -20
  105. pulumi_gcp/billing/account_iam_policy.py +12 -20
  106. pulumi_gcp/billing/budget.py +18 -2
  107. pulumi_gcp/billing/project_info.py +18 -2
  108. pulumi_gcp/billing/sub_account.py +18 -2
  109. pulumi_gcp/binaryauthorization/attestor.py +18 -2
  110. pulumi_gcp/binaryauthorization/policy.py +18 -2
  111. pulumi_gcp/certificateauthority/authority.py +22 -10
  112. pulumi_gcp/certificateauthority/ca_pool.py +22 -10
  113. pulumi_gcp/certificateauthority/certificate.py +22 -10
  114. pulumi_gcp/certificateauthority/certificate_template.py +22 -10
  115. pulumi_gcp/certificatemanager/certificate.py +223 -31
  116. pulumi_gcp/certificatemanager/certificate_issuance_config.py +22 -10
  117. pulumi_gcp/certificatemanager/certificate_map.py +22 -10
  118. pulumi_gcp/certificatemanager/certificate_map_entry.py +22 -10
  119. pulumi_gcp/certificatemanager/dns_authorization.py +22 -10
  120. pulumi_gcp/certificatemanager/trust_config.py +22 -10
  121. pulumi_gcp/cloudasset/folder_feed.py +18 -2
  122. pulumi_gcp/cloudasset/organization_feed.py +18 -2
  123. pulumi_gcp/cloudasset/project_feed.py +18 -2
  124. pulumi_gcp/cloudbuild/bitbucket_server_config.py +18 -2
  125. pulumi_gcp/cloudbuild/trigger.py +18 -2
  126. pulumi_gcp/cloudbuild/worker_pool.py +18 -2
  127. pulumi_gcp/cloudbuildv2/connection.py +18 -2
  128. pulumi_gcp/cloudbuildv2/repository.py +18 -2
  129. pulumi_gcp/clouddeploy/delivery_pipeline.py +22 -10
  130. pulumi_gcp/clouddeploy/target.py +22 -10
  131. pulumi_gcp/cloudfunctions/function.py +26 -14
  132. pulumi_gcp/cloudfunctions/get_function.py +3 -0
  133. pulumi_gcp/cloudfunctionsv2/function.py +22 -10
  134. pulumi_gcp/cloudidentity/__init__.py +1 -0
  135. pulumi_gcp/cloudidentity/_inputs.py +119 -0
  136. pulumi_gcp/cloudidentity/get_group_lookup.py +128 -0
  137. pulumi_gcp/cloudidentity/group.py +50 -2
  138. pulumi_gcp/cloudidentity/group_membership.py +18 -2
  139. pulumi_gcp/cloudidentity/outputs.py +156 -0
  140. pulumi_gcp/cloudids/endpoint.py +18 -2
  141. pulumi_gcp/cloudrun/_inputs.py +12 -0
  142. pulumi_gcp/cloudrun/domain_mapping.py +18 -2
  143. pulumi_gcp/cloudrun/outputs.py +12 -0
  144. pulumi_gcp/cloudrun/service.py +18 -2
  145. pulumi_gcp/cloudrunv2/__init__.py +2 -0
  146. pulumi_gcp/cloudrunv2/get_job.py +394 -0
  147. pulumi_gcp/cloudrunv2/get_service.py +454 -0
  148. pulumi_gcp/cloudrunv2/job.py +40 -27
  149. pulumi_gcp/cloudrunv2/outputs.py +1687 -0
  150. pulumi_gcp/cloudrunv2/service.py +40 -27
  151. pulumi_gcp/cloudscheduler/job.py +18 -2
  152. pulumi_gcp/cloudtasks/queue.py +18 -2
  153. pulumi_gcp/composer/_inputs.py +17 -0
  154. pulumi_gcp/composer/environment.py +68 -5
  155. pulumi_gcp/composer/get_environment.py +13 -3
  156. pulumi_gcp/composer/outputs.py +26 -0
  157. pulumi_gcp/compute/__init__.py +2 -0
  158. pulumi_gcp/compute/_inputs.py +158 -4
  159. pulumi_gcp/compute/address.py +38 -18
  160. pulumi_gcp/compute/attached_disk.py +18 -2
  161. pulumi_gcp/compute/autoscaler.py +18 -2
  162. pulumi_gcp/compute/backend_bucket.py +18 -2
  163. pulumi_gcp/compute/backend_service.py +32 -16
  164. pulumi_gcp/compute/disk.py +22 -10
  165. pulumi_gcp/compute/disk_resource_policy_attachment.py +18 -2
  166. pulumi_gcp/compute/external_vpn_gateway.py +22 -10
  167. pulumi_gcp/compute/firewall.py +18 -2
  168. pulumi_gcp/compute/firewall_policy_association.py +18 -2
  169. pulumi_gcp/compute/firewall_policy_rule.py +18 -2
  170. pulumi_gcp/compute/forwarding_rule.py +377 -276
  171. pulumi_gcp/compute/get_disk.py +3 -0
  172. pulumi_gcp/compute/get_forwarding_rule.py +11 -1
  173. pulumi_gcp/compute/get_image.py +3 -0
  174. pulumi_gcp/compute/get_network.py +14 -1
  175. pulumi_gcp/compute/get_networks.py +130 -0
  176. pulumi_gcp/compute/get_subnetwork.py +14 -1
  177. pulumi_gcp/compute/global_address.py +18 -2
  178. pulumi_gcp/compute/global_forwarding_rule.py +127 -108
  179. pulumi_gcp/compute/global_network_endpoint.py +18 -2
  180. pulumi_gcp/compute/global_network_endpoint_group.py +18 -2
  181. pulumi_gcp/compute/ha_vpn_gateway.py +18 -2
  182. pulumi_gcp/compute/health_check.py +18 -2
  183. pulumi_gcp/compute/http_health_check.py +18 -2
  184. pulumi_gcp/compute/https_health_check.py +18 -2
  185. pulumi_gcp/compute/image.py +22 -10
  186. pulumi_gcp/compute/instance.py +44 -36
  187. pulumi_gcp/compute/instance_group.py +24 -8
  188. pulumi_gcp/compute/instance_group_manager.py +26 -10
  189. pulumi_gcp/compute/instance_group_named_port.py +18 -2
  190. pulumi_gcp/compute/instance_settings.py +387 -0
  191. pulumi_gcp/compute/instance_template.py +29 -21
  192. pulumi_gcp/compute/interconnect_attachment.py +18 -2
  193. pulumi_gcp/compute/machine_image.py +18 -2
  194. pulumi_gcp/compute/managed_ssl_certificate.py +18 -2
  195. pulumi_gcp/compute/manged_ssl_certificate.py +18 -2
  196. pulumi_gcp/compute/network.py +18 -2
  197. pulumi_gcp/compute/network_attachment.py +156 -2
  198. pulumi_gcp/compute/network_edge_security_service.py +18 -2
  199. pulumi_gcp/compute/network_endpoint.py +18 -2
  200. pulumi_gcp/compute/network_endpoint_group.py +32 -16
  201. pulumi_gcp/compute/network_endpoint_list.py +18 -2
  202. pulumi_gcp/compute/network_firewall_policy.py +18 -2
  203. pulumi_gcp/compute/network_firewall_policy_association.py +18 -2
  204. pulumi_gcp/compute/network_firewall_policy_rule.py +18 -2
  205. pulumi_gcp/compute/network_peering.py +20 -4
  206. pulumi_gcp/compute/network_peering_routes_config.py +18 -2
  207. pulumi_gcp/compute/node_group.py +129 -2
  208. pulumi_gcp/compute/node_template.py +18 -2
  209. pulumi_gcp/compute/organization_security_policy.py +18 -2
  210. pulumi_gcp/compute/organization_security_policy_association.py +18 -2
  211. pulumi_gcp/compute/organization_security_policy_rule.py +18 -2
  212. pulumi_gcp/compute/outputs.py +230 -7
  213. pulumi_gcp/compute/packet_mirroring.py +18 -2
  214. pulumi_gcp/compute/per_instance_config.py +18 -2
  215. pulumi_gcp/compute/project_default_network_tier.py +20 -4
  216. pulumi_gcp/compute/project_metadata.py +20 -4
  217. pulumi_gcp/compute/project_metadata_item.py +20 -4
  218. pulumi_gcp/compute/public_advertised_prefix.py +18 -2
  219. pulumi_gcp/compute/public_delegated_prefix.py +18 -2
  220. pulumi_gcp/compute/region_autoscaler.py +18 -2
  221. pulumi_gcp/compute/region_backend_service.py +18 -2
  222. pulumi_gcp/compute/region_commitment.py +18 -2
  223. pulumi_gcp/compute/region_disk.py +22 -10
  224. pulumi_gcp/compute/region_disk_resource_policy_attachment.py +18 -2
  225. pulumi_gcp/compute/region_health_check.py +18 -2
  226. pulumi_gcp/compute/region_instance_group_manager.py +20 -4
  227. pulumi_gcp/compute/region_instance_template.py +29 -21
  228. pulumi_gcp/compute/region_network_endpoint_group.py +18 -2
  229. pulumi_gcp/compute/region_network_firewall_policy.py +18 -2
  230. pulumi_gcp/compute/region_network_firewall_policy_association.py +18 -2
  231. pulumi_gcp/compute/region_network_firewall_policy_rule.py +18 -2
  232. pulumi_gcp/compute/region_per_instance_config.py +18 -2
  233. pulumi_gcp/compute/region_security_policy.py +18 -2
  234. pulumi_gcp/compute/region_security_policy_rule.py +18 -2
  235. pulumi_gcp/compute/region_ssl_certificate.py +18 -2
  236. pulumi_gcp/compute/region_ssl_policy.py +18 -2
  237. pulumi_gcp/compute/region_target_http_proxy.py +18 -2
  238. pulumi_gcp/compute/region_target_https_proxy.py +18 -2
  239. pulumi_gcp/compute/region_target_tcp_proxy.py +18 -2
  240. pulumi_gcp/compute/region_url_map.py +18 -2
  241. pulumi_gcp/compute/reservation.py +18 -2
  242. pulumi_gcp/compute/resource_policy.py +18 -2
  243. pulumi_gcp/compute/route.py +18 -2
  244. pulumi_gcp/compute/router.py +18 -2
  245. pulumi_gcp/compute/router_interface.py +22 -6
  246. pulumi_gcp/compute/router_nat.py +18 -2
  247. pulumi_gcp/compute/router_peer.py +18 -2
  248. pulumi_gcp/compute/security_policy.py +52 -4
  249. pulumi_gcp/compute/security_scan_config.py +18 -2
  250. pulumi_gcp/compute/service_attachment.py +18 -2
  251. pulumi_gcp/compute/shared_vpc_host_project.py +20 -4
  252. pulumi_gcp/compute/shared_vpc_service_project.py +20 -4
  253. pulumi_gcp/compute/snapshot.py +22 -10
  254. pulumi_gcp/compute/ssl_certificate.py +18 -2
  255. pulumi_gcp/compute/ssl_policy.py +18 -2
  256. pulumi_gcp/compute/subnetwork.py +109 -2
  257. pulumi_gcp/compute/target_grpc_proxy.py +18 -2
  258. pulumi_gcp/compute/target_http_proxy.py +18 -2
  259. pulumi_gcp/compute/target_https_proxy.py +181 -16
  260. pulumi_gcp/compute/target_instance.py +18 -2
  261. pulumi_gcp/compute/target_pool.py +18 -2
  262. pulumi_gcp/compute/target_ssl_proxy.py +18 -2
  263. pulumi_gcp/compute/target_tcp_proxy.py +18 -2
  264. pulumi_gcp/compute/url_map.py +18 -2
  265. pulumi_gcp/compute/vpn_gateway.py +18 -2
  266. pulumi_gcp/compute/vpn_tunnel.py +18 -2
  267. pulumi_gcp/config/vars.py +12 -0
  268. pulumi_gcp/container/_inputs.py +299 -54
  269. pulumi_gcp/container/attached_cluster.py +18 -2
  270. pulumi_gcp/container/aws_cluster.py +24 -2
  271. pulumi_gcp/container/aws_node_pool.py +18 -2
  272. pulumi_gcp/container/azure_client.py +18 -2
  273. pulumi_gcp/container/azure_cluster.py +24 -2
  274. pulumi_gcp/container/azure_node_pool.py +18 -2
  275. pulumi_gcp/container/cluster.py +92 -29
  276. pulumi_gcp/container/get_cluster.py +11 -1
  277. pulumi_gcp/container/node_pool.py +22 -6
  278. pulumi_gcp/container/outputs.py +384 -52
  279. pulumi_gcp/containeranalysis/note.py +18 -2
  280. pulumi_gcp/containeranalysis/occurence.py +18 -2
  281. pulumi_gcp/databasemigrationservice/__init__.py +1 -0
  282. pulumi_gcp/databasemigrationservice/_inputs.py +465 -0
  283. pulumi_gcp/databasemigrationservice/connection_profile.py +122 -12
  284. pulumi_gcp/databasemigrationservice/outputs.py +466 -0
  285. pulumi_gcp/databasemigrationservice/private_connection.py +672 -0
  286. pulumi_gcp/datacatalog/entry.py +18 -2
  287. pulumi_gcp/datacatalog/entry_group.py +18 -2
  288. pulumi_gcp/datacatalog/policy_tag.py +18 -2
  289. pulumi_gcp/datacatalog/tag.py +18 -2
  290. pulumi_gcp/datacatalog/tag_template.py +18 -2
  291. pulumi_gcp/datacatalog/taxonomy.py +18 -2
  292. pulumi_gcp/dataflow/job.py +24 -12
  293. pulumi_gcp/dataflow/pipeline.py +18 -2
  294. pulumi_gcp/dataform/_inputs.py +78 -21
  295. pulumi_gcp/dataform/outputs.py +86 -20
  296. pulumi_gcp/dataform/repository.py +140 -9
  297. pulumi_gcp/dataform/repository_release_config.py +18 -2
  298. pulumi_gcp/dataform/repository_workflow_config.py +20 -4
  299. pulumi_gcp/datafusion/instance.py +22 -10
  300. pulumi_gcp/dataloss/prevention_deidentify_template.py +18 -2
  301. pulumi_gcp/dataloss/prevention_inspect_template.py +18 -2
  302. pulumi_gcp/dataloss/prevention_job_trigger.py +18 -2
  303. pulumi_gcp/dataloss/prevention_stored_info_type.py +18 -2
  304. pulumi_gcp/dataplex/asset.py +22 -10
  305. pulumi_gcp/dataplex/datascan.py +22 -10
  306. pulumi_gcp/dataplex/lake.py +22 -10
  307. pulumi_gcp/dataplex/task.py +22 -10
  308. pulumi_gcp/dataplex/zone.py +22 -10
  309. pulumi_gcp/dataproc/_inputs.py +148 -0
  310. pulumi_gcp/dataproc/autoscaling_policy.py +18 -2
  311. pulumi_gcp/dataproc/cluster.py +2 -2
  312. pulumi_gcp/dataproc/cluster_iam_binding.py +12 -20
  313. pulumi_gcp/dataproc/cluster_iam_member.py +12 -20
  314. pulumi_gcp/dataproc/cluster_iam_policy.py +12 -20
  315. pulumi_gcp/dataproc/job.py +20 -8
  316. pulumi_gcp/dataproc/job_iam_binding.py +12 -20
  317. pulumi_gcp/dataproc/job_iam_member.py +12 -20
  318. pulumi_gcp/dataproc/job_iam_policy.py +12 -20
  319. pulumi_gcp/dataproc/metastore_federation.py +22 -10
  320. pulumi_gcp/dataproc/metastore_service.py +22 -10
  321. pulumi_gcp/dataproc/outputs.py +175 -0
  322. pulumi_gcp/dataproc/workflow_template.py +18 -2
  323. pulumi_gcp/datastore/data_store_index.py +18 -2
  324. pulumi_gcp/datastream/connection_profile.py +22 -10
  325. pulumi_gcp/datastream/private_connection.py +22 -10
  326. pulumi_gcp/datastream/stream.py +22 -10
  327. pulumi_gcp/deploymentmanager/deployment.py +18 -2
  328. pulumi_gcp/diagflow/_inputs.py +626 -4
  329. pulumi_gcp/diagflow/agent.py +18 -2
  330. pulumi_gcp/diagflow/cx_agent.py +288 -21
  331. pulumi_gcp/diagflow/cx_entity_type.py +18 -2
  332. pulumi_gcp/diagflow/cx_environment.py +18 -2
  333. pulumi_gcp/diagflow/cx_flow.py +309 -4
  334. pulumi_gcp/diagflow/cx_intent.py +165 -10
  335. pulumi_gcp/diagflow/cx_page.py +109 -4
  336. pulumi_gcp/diagflow/cx_security_settings.py +18 -2
  337. pulumi_gcp/diagflow/cx_test_case.py +18 -2
  338. pulumi_gcp/diagflow/cx_version.py +18 -2
  339. pulumi_gcp/diagflow/cx_webhook.py +18 -2
  340. pulumi_gcp/diagflow/entity_type.py +18 -2
  341. pulumi_gcp/diagflow/fulfillment.py +18 -2
  342. pulumi_gcp/diagflow/intent.py +18 -2
  343. pulumi_gcp/diagflow/outputs.py +722 -5
  344. pulumi_gcp/dns/get_keys.py +16 -2
  345. pulumi_gcp/dns/managed_zone.py +22 -10
  346. pulumi_gcp/dns/policy.py +18 -2
  347. pulumi_gcp/dns/record_set.py +24 -8
  348. pulumi_gcp/dns/response_policy.py +18 -2
  349. pulumi_gcp/dns/response_policy_rule.py +18 -2
  350. pulumi_gcp/edgecontainer/__init__.py +12 -0
  351. pulumi_gcp/edgecontainer/_inputs.py +1171 -0
  352. pulumi_gcp/edgecontainer/cluster.py +1539 -0
  353. pulumi_gcp/edgecontainer/node_pool.py +1062 -0
  354. pulumi_gcp/edgecontainer/outputs.py +1204 -0
  355. pulumi_gcp/edgecontainer/vpn_connection.py +918 -0
  356. pulumi_gcp/edgenetwork/network.py +18 -2
  357. pulumi_gcp/edgenetwork/subnet.py +18 -2
  358. pulumi_gcp/essentialcontacts/contact.py +18 -2
  359. pulumi_gcp/essentialcontacts/document_ai_processor.py +18 -2
  360. pulumi_gcp/essentialcontacts/document_ai_processor_default_version.py +18 -2
  361. pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +18 -2
  362. pulumi_gcp/eventarc/channel.py +18 -2
  363. pulumi_gcp/eventarc/google_channel_config.py +18 -2
  364. pulumi_gcp/eventarc/trigger.py +22 -10
  365. pulumi_gcp/filestore/backup.py +22 -10
  366. pulumi_gcp/filestore/instance.py +22 -10
  367. pulumi_gcp/filestore/snapshot.py +22 -10
  368. pulumi_gcp/firebase/__init__.py +1 -0
  369. pulumi_gcp/firebase/_inputs.py +878 -0
  370. pulumi_gcp/firebase/android_app.py +18 -2
  371. pulumi_gcp/firebase/apple_app.py +18 -2
  372. pulumi_gcp/firebase/database_instance.py +18 -2
  373. pulumi_gcp/firebase/extensions_instance.py +18 -2
  374. pulumi_gcp/firebase/hosting_channel.py +22 -10
  375. pulumi_gcp/firebase/hosting_custom_domain.py +1274 -0
  376. pulumi_gcp/firebase/hosting_release.py +18 -2
  377. pulumi_gcp/firebase/hosting_site.py +18 -2
  378. pulumi_gcp/firebase/hosting_version.py +18 -2
  379. pulumi_gcp/firebase/outputs.py +905 -0
  380. pulumi_gcp/firebase/project.py +18 -2
  381. pulumi_gcp/firebase/storage_bucket.py +18 -2
  382. pulumi_gcp/firebase/web_app.py +18 -2
  383. pulumi_gcp/firebaserules/release.py +18 -2
  384. pulumi_gcp/firebaserules/ruleset.py +18 -2
  385. pulumi_gcp/firestore/__init__.py +1 -0
  386. pulumi_gcp/firestore/_inputs.py +35 -2
  387. pulumi_gcp/firestore/backup_schedule.py +547 -0
  388. pulumi_gcp/firestore/database.py +24 -4
  389. pulumi_gcp/firestore/document.py +22 -2
  390. pulumi_gcp/firestore/field.py +27 -13
  391. pulumi_gcp/firestore/index.py +140 -21
  392. pulumi_gcp/firestore/outputs.py +31 -2
  393. pulumi_gcp/folder/access_approval_settings.py +18 -2
  394. pulumi_gcp/folder/iam_audit_config.py +10 -58
  395. pulumi_gcp/folder/iam_member.py +10 -58
  396. pulumi_gcp/folder/iam_policy.py +10 -58
  397. pulumi_gcp/folder/organization_policy.py +22 -6
  398. pulumi_gcp/gkebackup/backup_plan.py +22 -10
  399. pulumi_gcp/gkebackup/restore_plan.py +22 -10
  400. pulumi_gcp/gkebackup/restore_plan_iam_binding.py +18 -2
  401. pulumi_gcp/gkebackup/restore_plan_iam_member.py +18 -2
  402. pulumi_gcp/gkebackup/restore_plan_iam_policy.py +18 -2
  403. pulumi_gcp/gkehub/__init__.py +1 -0
  404. pulumi_gcp/gkehub/_inputs.py +431 -0
  405. pulumi_gcp/gkehub/feature.py +76 -10
  406. pulumi_gcp/gkehub/feature_membership.py +22 -2
  407. pulumi_gcp/gkehub/fleet.py +432 -0
  408. pulumi_gcp/gkehub/get_membership_iam_policy.py +24 -3
  409. pulumi_gcp/gkehub/membership.py +120 -16
  410. pulumi_gcp/gkehub/membership_binding.py +22 -10
  411. pulumi_gcp/gkehub/membership_iam_binding.py +67 -0
  412. pulumi_gcp/gkehub/membership_iam_member.py +67 -0
  413. pulumi_gcp/gkehub/membership_iam_policy.py +67 -0
  414. pulumi_gcp/gkehub/membership_rbac_role_binding.py +18 -2
  415. pulumi_gcp/gkehub/namespace.py +22 -10
  416. pulumi_gcp/gkehub/outputs.py +432 -1
  417. pulumi_gcp/gkehub/scope.py +22 -10
  418. pulumi_gcp/gkehub/scope_rbac_role_binding.py +22 -10
  419. pulumi_gcp/gkeonprem/_inputs.py +17 -31
  420. pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +148 -132
  421. pulumi_gcp/gkeonprem/bare_metal_cluster.py +260 -246
  422. pulumi_gcp/gkeonprem/bare_metal_node_pool.py +30 -18
  423. pulumi_gcp/gkeonprem/outputs.py +17 -31
  424. pulumi_gcp/gkeonprem/v_mware_cluster.py +287 -230
  425. pulumi_gcp/gkeonprem/v_mware_node_pool.py +30 -18
  426. pulumi_gcp/healthcare/consent_store.py +22 -10
  427. pulumi_gcp/healthcare/dataset.py +18 -2
  428. pulumi_gcp/healthcare/dataset_iam_binding.py +10 -38
  429. pulumi_gcp/healthcare/dataset_iam_member.py +10 -38
  430. pulumi_gcp/healthcare/dataset_iam_policy.py +10 -38
  431. pulumi_gcp/healthcare/dicom_store.py +22 -10
  432. pulumi_gcp/healthcare/dicom_store_iam_binding.py +10 -30
  433. pulumi_gcp/healthcare/dicom_store_iam_member.py +10 -30
  434. pulumi_gcp/healthcare/dicom_store_iam_policy.py +10 -30
  435. pulumi_gcp/healthcare/fhir_store.py +22 -10
  436. pulumi_gcp/healthcare/fhir_store_iam_binding.py +10 -30
  437. pulumi_gcp/healthcare/fhir_store_iam_member.py +10 -30
  438. pulumi_gcp/healthcare/fhir_store_iam_policy.py +10 -30
  439. pulumi_gcp/healthcare/hl7_store.py +22 -10
  440. pulumi_gcp/healthcare/hl7_store_iam_binding.py +10 -30
  441. pulumi_gcp/healthcare/hl7_store_iam_member.py +10 -30
  442. pulumi_gcp/healthcare/hl7_store_iam_policy.py +10 -30
  443. pulumi_gcp/iam/_inputs.py +20 -0
  444. pulumi_gcp/iam/access_boundary_policy.py +18 -2
  445. pulumi_gcp/iam/deny_policy.py +18 -2
  446. pulumi_gcp/iam/outputs.py +20 -0
  447. pulumi_gcp/iam/workforce_pool.py +18 -2
  448. pulumi_gcp/iam/workforce_pool_provider.py +18 -2
  449. pulumi_gcp/iam/workload_identity_pool.py +18 -2
  450. pulumi_gcp/iam/workload_identity_pool_provider.py +18 -2
  451. pulumi_gcp/iap/brand.py +18 -2
  452. pulumi_gcp/iap/client.py +18 -2
  453. pulumi_gcp/identityplatform/_inputs.py +92 -0
  454. pulumi_gcp/identityplatform/config.py +91 -5
  455. pulumi_gcp/identityplatform/default_supported_idp_config.py +18 -2
  456. pulumi_gcp/identityplatform/inbound_saml_config.py +18 -2
  457. pulumi_gcp/identityplatform/oauth_idp_config.py +18 -2
  458. pulumi_gcp/identityplatform/outputs.py +129 -0
  459. pulumi_gcp/identityplatform/project_default_config.py +18 -2
  460. pulumi_gcp/identityplatform/tenant.py +18 -2
  461. pulumi_gcp/identityplatform/tenant_default_supported_idp_config.py +18 -2
  462. pulumi_gcp/identityplatform/tenant_inbound_saml_config.py +18 -2
  463. pulumi_gcp/identityplatform/tenant_oauth_idp_config.py +18 -2
  464. pulumi_gcp/integrationconnectors/__init__.py +10 -0
  465. pulumi_gcp/integrationconnectors/_inputs.py +2518 -0
  466. pulumi_gcp/integrationconnectors/connection.py +1921 -0
  467. pulumi_gcp/integrationconnectors/outputs.py +2780 -0
  468. pulumi_gcp/kms/crypto_key.py +22 -10
  469. pulumi_gcp/kms/crypto_key_iam_binding.py +10 -30
  470. pulumi_gcp/kms/crypto_key_iam_member.py +10 -30
  471. pulumi_gcp/kms/crypto_key_iam_policy.py +10 -30
  472. pulumi_gcp/kms/crypto_key_version.py +18 -2
  473. pulumi_gcp/kms/key_ring.py +18 -2
  474. pulumi_gcp/kms/key_ring_iam_binding.py +10 -30
  475. pulumi_gcp/kms/key_ring_iam_member.py +10 -30
  476. pulumi_gcp/kms/key_ring_iam_policy.py +10 -30
  477. pulumi_gcp/kms/key_ring_import_job.py +18 -2
  478. pulumi_gcp/logging/_inputs.py +160 -0
  479. pulumi_gcp/logging/billing_account_bucket_config.py +61 -26
  480. pulumi_gcp/logging/billing_account_exclusion.py +20 -4
  481. pulumi_gcp/logging/billing_account_sink.py +20 -4
  482. pulumi_gcp/logging/folder_bucket_config.py +75 -4
  483. pulumi_gcp/logging/folder_exclusion.py +20 -4
  484. pulumi_gcp/logging/folder_sink.py +20 -4
  485. pulumi_gcp/logging/linked_dataset.py +18 -2
  486. pulumi_gcp/logging/log_view.py +18 -2
  487. pulumi_gcp/logging/metric.py +18 -2
  488. pulumi_gcp/logging/organization_bucket_config.py +75 -4
  489. pulumi_gcp/logging/organization_exclusion.py +20 -4
  490. pulumi_gcp/logging/organization_sink.py +20 -4
  491. pulumi_gcp/logging/outputs.py +196 -0
  492. pulumi_gcp/logging/project_bucket_config.py +59 -134
  493. pulumi_gcp/logging/project_exclusion.py +20 -4
  494. pulumi_gcp/logging/project_sink.py +95 -18
  495. pulumi_gcp/looker/instance.py +18 -2
  496. pulumi_gcp/memcache/instance.py +22 -10
  497. pulumi_gcp/ml/engine_model.py +22 -10
  498. pulumi_gcp/monitoring/_inputs.py +127 -13
  499. pulumi_gcp/monitoring/alert_policy.py +64 -2
  500. pulumi_gcp/monitoring/custom_service.py +18 -2
  501. pulumi_gcp/monitoring/dashboard.py +18 -2
  502. pulumi_gcp/monitoring/generic_service.py +18 -2
  503. pulumi_gcp/monitoring/group.py +18 -2
  504. pulumi_gcp/monitoring/metric_descriptor.py +18 -2
  505. pulumi_gcp/monitoring/monitored_project.py +18 -2
  506. pulumi_gcp/monitoring/notification_channel.py +18 -2
  507. pulumi_gcp/monitoring/outputs.py +158 -13
  508. pulumi_gcp/monitoring/slo.py +18 -2
  509. pulumi_gcp/monitoring/uptime_check_config.py +92 -9
  510. pulumi_gcp/networkconnectivity/__init__.py +1 -0
  511. pulumi_gcp/networkconnectivity/_inputs.py +185 -0
  512. pulumi_gcp/networkconnectivity/hub.py +22 -10
  513. pulumi_gcp/networkconnectivity/outputs.py +189 -0
  514. pulumi_gcp/networkconnectivity/policy_based_route.py +1003 -0
  515. pulumi_gcp/networkconnectivity/service_connection_policy.py +22 -10
  516. pulumi_gcp/networkconnectivity/spoke.py +22 -10
  517. pulumi_gcp/networkmanagement/connectivity_test.py +22 -10
  518. pulumi_gcp/networksecurity/address_group.py +22 -10
  519. pulumi_gcp/networksecurity/authorization_policy.py +22 -10
  520. pulumi_gcp/networksecurity/client_tls_policy.py +22 -10
  521. pulumi_gcp/networksecurity/gateway_security_policy.py +18 -2
  522. pulumi_gcp/networksecurity/gateway_security_policy_rule.py +18 -2
  523. pulumi_gcp/networksecurity/server_tls_policy.py +92 -10
  524. pulumi_gcp/networksecurity/tls_inspection_policy.py +18 -2
  525. pulumi_gcp/networksecurity/url_list.py +18 -2
  526. pulumi_gcp/networkservices/edge_cache_keyset.py +22 -10
  527. pulumi_gcp/networkservices/edge_cache_origin.py +22 -10
  528. pulumi_gcp/networkservices/edge_cache_service.py +22 -10
  529. pulumi_gcp/networkservices/endpoint_policy.py +22 -10
  530. pulumi_gcp/networkservices/gateway.py +22 -10
  531. pulumi_gcp/networkservices/grpc_route.py +22 -10
  532. pulumi_gcp/networkservices/http_route.py +22 -10
  533. pulumi_gcp/networkservices/mesh.py +22 -10
  534. pulumi_gcp/networkservices/service_binding.py +22 -10
  535. pulumi_gcp/networkservices/tcp_route.py +22 -10
  536. pulumi_gcp/networkservices/tls_route.py +18 -2
  537. pulumi_gcp/notebooks/environment.py +18 -2
  538. pulumi_gcp/notebooks/instance.py +22 -10
  539. pulumi_gcp/notebooks/location.py +18 -2
  540. pulumi_gcp/notebooks/runtime.py +18 -2
  541. pulumi_gcp/organizations/access_approval_settings.py +18 -2
  542. pulumi_gcp/organizations/folder.py +22 -6
  543. pulumi_gcp/organizations/iam_member.py +10 -58
  544. pulumi_gcp/organizations/iam_policy.py +10 -58
  545. pulumi_gcp/organizations/policy.py +22 -4
  546. pulumi_gcp/organizations/project.py +24 -12
  547. pulumi_gcp/orgpolicy/custom_constraint.py +50 -22
  548. pulumi_gcp/orgpolicy/policy.py +18 -2
  549. pulumi_gcp/osconfig/guest_policies.py +18 -2
  550. pulumi_gcp/osconfig/os_policy_assignment.py +18 -2
  551. pulumi_gcp/osconfig/patch_deployment.py +18 -2
  552. pulumi_gcp/oslogin/ssh_public_key.py +18 -2
  553. pulumi_gcp/projects/access_approval_settings.py +18 -2
  554. pulumi_gcp/projects/api_key.py +18 -2
  555. pulumi_gcp/projects/iam_audit_config.py +10 -58
  556. pulumi_gcp/projects/iam_binding.py +10 -58
  557. pulumi_gcp/projects/iam_custom_role.py +18 -2
  558. pulumi_gcp/projects/iam_member.py +10 -58
  559. pulumi_gcp/projects/iam_policy.py +10 -58
  560. pulumi_gcp/projects/organization_policy.py +24 -8
  561. pulumi_gcp/projects/service.py +22 -4
  562. pulumi_gcp/projects/usage_export_bucket.py +20 -4
  563. pulumi_gcp/provider.py +60 -0
  564. pulumi_gcp/pubsub/__init__.py +4 -0
  565. pulumi_gcp/pubsub/_inputs.py +80 -0
  566. pulumi_gcp/pubsub/get_schema_iam_policy.py +147 -0
  567. pulumi_gcp/pubsub/lite_reservation.py +18 -2
  568. pulumi_gcp/pubsub/lite_subscription.py +18 -2
  569. pulumi_gcp/pubsub/lite_topic.py +18 -2
  570. pulumi_gcp/pubsub/outputs.py +56 -0
  571. pulumi_gcp/pubsub/schema.py +18 -2
  572. pulumi_gcp/pubsub/schema_iam_binding.py +601 -0
  573. pulumi_gcp/pubsub/schema_iam_member.py +601 -0
  574. pulumi_gcp/pubsub/schema_iam_policy.py +523 -0
  575. pulumi_gcp/pubsub/subscription.py +22 -10
  576. pulumi_gcp/pubsub/subscription_iam_binding.py +12 -20
  577. pulumi_gcp/pubsub/subscription_iam_member.py +12 -20
  578. pulumi_gcp/pubsub/subscription_iam_policy.py +12 -20
  579. pulumi_gcp/pubsub/topic.py +36 -17
  580. pulumi_gcp/recaptcha/enterprise_key.py +22 -10
  581. pulumi_gcp/redis/cluster.py +42 -18
  582. pulumi_gcp/redis/instance.py +22 -58
  583. pulumi_gcp/resourcemanager/lien.py +18 -2
  584. pulumi_gcp/runtimeconfig/config.py +26 -6
  585. pulumi_gcp/runtimeconfig/variable.py +26 -6
  586. pulumi_gcp/secretmanager/__init__.py +1 -0
  587. pulumi_gcp/secretmanager/get_secrets.py +133 -0
  588. pulumi_gcp/secretmanager/outputs.py +354 -0
  589. pulumi_gcp/secretmanager/secret.py +36 -10
  590. pulumi_gcp/secretmanager/secret_version.py +18 -2
  591. pulumi_gcp/securitycenter/folder_custom_module.py +18 -2
  592. pulumi_gcp/securitycenter/instance_iam_binding.py +18 -2
  593. pulumi_gcp/securitycenter/instance_iam_member.py +18 -2
  594. pulumi_gcp/securitycenter/instance_iam_policy.py +18 -2
  595. pulumi_gcp/securitycenter/mute_config.py +18 -2
  596. pulumi_gcp/securitycenter/notification_config.py +18 -2
  597. pulumi_gcp/securitycenter/organization_custom_module.py +18 -2
  598. pulumi_gcp/securitycenter/project_custom_module.py +18 -2
  599. pulumi_gcp/securitycenter/source.py +18 -2
  600. pulumi_gcp/securitycenter/source_iam_binding.py +18 -2
  601. pulumi_gcp/securitycenter/source_iam_member.py +18 -2
  602. pulumi_gcp/securitycenter/source_iam_policy.py +18 -2
  603. pulumi_gcp/serviceaccount/account.py +20 -4
  604. pulumi_gcp/serviceaccount/iam_binding.py +2 -30
  605. pulumi_gcp/serviceaccount/iam_member.py +2 -30
  606. pulumi_gcp/serviceaccount/iam_policy.py +2 -30
  607. pulumi_gcp/servicedirectory/endpoint.py +18 -2
  608. pulumi_gcp/servicedirectory/namespace.py +22 -10
  609. pulumi_gcp/servicedirectory/service.py +18 -2
  610. pulumi_gcp/servicenetworking/connection.py +22 -6
  611. pulumi_gcp/servicenetworking/peered_dns_domain.py +18 -6
  612. pulumi_gcp/serviceusage/consumer_quota_override.py +18 -2
  613. pulumi_gcp/sourcerepo/repository.py +18 -2
  614. pulumi_gcp/spanner/_inputs.py +142 -0
  615. pulumi_gcp/spanner/database.py +18 -2
  616. pulumi_gcp/spanner/database_iam_binding.py +10 -26
  617. pulumi_gcp/spanner/database_iam_member.py +10 -26
  618. pulumi_gcp/spanner/database_iam_policy.py +10 -26
  619. pulumi_gcp/spanner/get_instance.py +12 -1
  620. pulumi_gcp/spanner/instance.py +99 -10
  621. pulumi_gcp/spanner/instance_iam_binding.py +10 -26
  622. pulumi_gcp/spanner/instance_iam_member.py +10 -26
  623. pulumi_gcp/spanner/instance_iam_policy.py +10 -26
  624. pulumi_gcp/spanner/outputs.py +236 -0
  625. pulumi_gcp/sql/_inputs.py +27 -7
  626. pulumi_gcp/sql/database.py +18 -2
  627. pulumi_gcp/sql/database_instance.py +24 -8
  628. pulumi_gcp/sql/outputs.py +41 -9
  629. pulumi_gcp/sql/source_representation_instance.py +25 -9
  630. pulumi_gcp/sql/user.py +38 -8
  631. pulumi_gcp/storage/_inputs.py +59 -1
  632. pulumi_gcp/storage/bucket.py +69 -6
  633. pulumi_gcp/storage/bucket_access_control.py +18 -2
  634. pulumi_gcp/storage/bucket_object.py +47 -0
  635. pulumi_gcp/storage/default_object_access_control.py +18 -2
  636. pulumi_gcp/storage/get_bucket.py +11 -1
  637. pulumi_gcp/storage/get_bucket_object.py +11 -1
  638. pulumi_gcp/storage/get_bucket_object_content.py +11 -1
  639. pulumi_gcp/storage/hmac_key.py +18 -2
  640. pulumi_gcp/storage/insights_report_config.py +18 -2
  641. pulumi_gcp/storage/notification.py +20 -4
  642. pulumi_gcp/storage/object_access_control.py +18 -2
  643. pulumi_gcp/storage/outputs.py +129 -2
  644. pulumi_gcp/storage/transfer_agent_pool.py +18 -2
  645. pulumi_gcp/storage/transfer_job.py +20 -4
  646. pulumi_gcp/tags/location_tag_binding.py +35 -19
  647. pulumi_gcp/tags/tag_binding.py +18 -2
  648. pulumi_gcp/tags/tag_key.py +18 -2
  649. pulumi_gcp/tags/tag_value.py +18 -2
  650. pulumi_gcp/tpu/_inputs.py +450 -0
  651. pulumi_gcp/tpu/node.py +22 -10
  652. pulumi_gcp/tpu/outputs.py +477 -0
  653. pulumi_gcp/tpu/v2_vm.py +906 -38
  654. pulumi_gcp/vertex/_inputs.py +39 -0
  655. pulumi_gcp/vertex/ai_dataset.py +4 -8
  656. pulumi_gcp/vertex/ai_endpoint.py +22 -10
  657. pulumi_gcp/vertex/ai_feature_store.py +22 -10
  658. pulumi_gcp/vertex/ai_feature_store_entity_type.py +22 -10
  659. pulumi_gcp/vertex/ai_feature_store_entity_type_feature.py +22 -10
  660. pulumi_gcp/vertex/ai_index.py +22 -10
  661. pulumi_gcp/vertex/ai_index_endpoint.py +116 -10
  662. pulumi_gcp/vertex/ai_metadata_store.py +18 -2
  663. pulumi_gcp/vertex/ai_tensorboard.py +22 -10
  664. pulumi_gcp/vertex/outputs.py +50 -0
  665. pulumi_gcp/vmwareengine/cluster.py +18 -2
  666. pulumi_gcp/vmwareengine/network.py +18 -2
  667. pulumi_gcp/vmwareengine/private_cloud.py +18 -2
  668. pulumi_gcp/vpcaccess/connector.py +18 -2
  669. pulumi_gcp/workflows/workflow.py +159 -11
  670. pulumi_gcp/workstations/_inputs.py +23 -0
  671. pulumi_gcp/workstations/outputs.py +19 -0
  672. pulumi_gcp/workstations/workstation.py +22 -10
  673. pulumi_gcp/workstations/workstation_cluster.py +142 -10
  674. pulumi_gcp/workstations/workstation_config.py +24 -12
  675. {pulumi_gcp-7.0.0a1699651384.dist-info → pulumi_gcp-7.1.0.dist-info}/METADATA +1 -1
  676. {pulumi_gcp-7.0.0a1699651384.dist-info → pulumi_gcp-7.1.0.dist-info}/RECORD +678 -650
  677. {pulumi_gcp-7.0.0a1699651384.dist-info → pulumi_gcp-7.1.0.dist-info}/WHEEL +0 -0
  678. {pulumi_gcp-7.0.0a1699651384.dist-info → pulumi_gcp-7.1.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2780 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from .. import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'ConnectionAuthConfig',
15
+ 'ConnectionAuthConfigAdditionalVariable',
16
+ 'ConnectionAuthConfigAdditionalVariableEncryptionKeyValue',
17
+ 'ConnectionAuthConfigAdditionalVariableSecretValue',
18
+ 'ConnectionAuthConfigOauth2AuthCodeFlow',
19
+ 'ConnectionAuthConfigOauth2AuthCodeFlowClientSecret',
20
+ 'ConnectionAuthConfigOauth2ClientCredentials',
21
+ 'ConnectionAuthConfigOauth2ClientCredentialsClientSecret',
22
+ 'ConnectionAuthConfigOauth2JwtBearer',
23
+ 'ConnectionAuthConfigOauth2JwtBearerClientKey',
24
+ 'ConnectionAuthConfigOauth2JwtBearerJwtClaims',
25
+ 'ConnectionAuthConfigSshPublicKey',
26
+ 'ConnectionAuthConfigSshPublicKeySshClientCert',
27
+ 'ConnectionAuthConfigSshPublicKeySshClientCertPass',
28
+ 'ConnectionAuthConfigUserPassword',
29
+ 'ConnectionAuthConfigUserPasswordPassword',
30
+ 'ConnectionConfigVariable',
31
+ 'ConnectionConfigVariableEncryptionKeyValue',
32
+ 'ConnectionConfigVariableSecretValue',
33
+ 'ConnectionConnectorVersionInfraConfig',
34
+ 'ConnectionDestinationConfig',
35
+ 'ConnectionDestinationConfigDestination',
36
+ 'ConnectionEventingConfig',
37
+ 'ConnectionEventingConfigAdditionalVariable',
38
+ 'ConnectionEventingConfigAdditionalVariableEncryptionKeyValue',
39
+ 'ConnectionEventingConfigAdditionalVariableSecretValue',
40
+ 'ConnectionEventingConfigAuthConfig',
41
+ 'ConnectionEventingConfigAuthConfigAdditionalVariable',
42
+ 'ConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValue',
43
+ 'ConnectionEventingConfigAuthConfigAdditionalVariableSecretValue',
44
+ 'ConnectionEventingConfigAuthConfigUserPassword',
45
+ 'ConnectionEventingConfigAuthConfigUserPasswordPassword',
46
+ 'ConnectionEventingConfigRegistrationDestinationConfig',
47
+ 'ConnectionEventingConfigRegistrationDestinationConfigDestination',
48
+ 'ConnectionEventingRuntimeData',
49
+ 'ConnectionEventingRuntimeDataStatus',
50
+ 'ConnectionLockConfig',
51
+ 'ConnectionLogConfig',
52
+ 'ConnectionNodeConfig',
53
+ 'ConnectionSslConfig',
54
+ 'ConnectionSslConfigAdditionalVariable',
55
+ 'ConnectionSslConfigAdditionalVariableEncryptionKeyValue',
56
+ 'ConnectionSslConfigAdditionalVariableSecretValue',
57
+ 'ConnectionSslConfigClientCertificate',
58
+ 'ConnectionSslConfigClientPrivateKey',
59
+ 'ConnectionSslConfigClientPrivateKeyPass',
60
+ 'ConnectionSslConfigPrivateServerCertificate',
61
+ 'ConnectionStatus',
62
+ ]
63
+
64
+ @pulumi.output_type
65
+ class ConnectionAuthConfig(dict):
66
+ @staticmethod
67
+ def __key_warning(key: str):
68
+ suggest = None
69
+ if key == "authType":
70
+ suggest = "auth_type"
71
+ elif key == "additionalVariables":
72
+ suggest = "additional_variables"
73
+ elif key == "authKey":
74
+ suggest = "auth_key"
75
+ elif key == "oauth2AuthCodeFlow":
76
+ suggest = "oauth2_auth_code_flow"
77
+ elif key == "oauth2ClientCredentials":
78
+ suggest = "oauth2_client_credentials"
79
+ elif key == "oauth2JwtBearer":
80
+ suggest = "oauth2_jwt_bearer"
81
+ elif key == "sshPublicKey":
82
+ suggest = "ssh_public_key"
83
+ elif key == "userPassword":
84
+ suggest = "user_password"
85
+
86
+ if suggest:
87
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionAuthConfig. Access the value via the '{suggest}' property getter instead.")
88
+
89
+ def __getitem__(self, key: str) -> Any:
90
+ ConnectionAuthConfig.__key_warning(key)
91
+ return super().__getitem__(key)
92
+
93
+ def get(self, key: str, default = None) -> Any:
94
+ ConnectionAuthConfig.__key_warning(key)
95
+ return super().get(key, default)
96
+
97
+ def __init__(__self__, *,
98
+ auth_type: str,
99
+ additional_variables: Optional[Sequence['outputs.ConnectionAuthConfigAdditionalVariable']] = None,
100
+ auth_key: Optional[str] = None,
101
+ oauth2_auth_code_flow: Optional['outputs.ConnectionAuthConfigOauth2AuthCodeFlow'] = None,
102
+ oauth2_client_credentials: Optional['outputs.ConnectionAuthConfigOauth2ClientCredentials'] = None,
103
+ oauth2_jwt_bearer: Optional['outputs.ConnectionAuthConfigOauth2JwtBearer'] = None,
104
+ ssh_public_key: Optional['outputs.ConnectionAuthConfigSshPublicKey'] = None,
105
+ user_password: Optional['outputs.ConnectionAuthConfigUserPassword'] = None):
106
+ """
107
+ :param str auth_type: authType of the Connection
108
+ Possible values are: `USER_PASSWORD`.
109
+ :param Sequence['ConnectionAuthConfigAdditionalVariableArgs'] additional_variables: List containing additional auth configs.
110
+ Structure is documented below.
111
+ :param str auth_key: The type of authentication configured.
112
+ :param 'ConnectionAuthConfigOauth2AuthCodeFlowArgs' oauth2_auth_code_flow: Parameters to support Oauth 2.0 Auth Code Grant Authentication.
113
+ Structure is documented below.
114
+ :param 'ConnectionAuthConfigOauth2ClientCredentialsArgs' oauth2_client_credentials: OAuth3 Client Credentials for Authentication.
115
+ Structure is documented below.
116
+ :param 'ConnectionAuthConfigOauth2JwtBearerArgs' oauth2_jwt_bearer: OAuth2 JWT Bearer for Authentication.
117
+ Structure is documented below.
118
+ :param 'ConnectionAuthConfigSshPublicKeyArgs' ssh_public_key: SSH Public Key for Authentication.
119
+ Structure is documented below.
120
+ :param 'ConnectionAuthConfigUserPasswordArgs' user_password: User password for Authentication.
121
+ Structure is documented below.
122
+ """
123
+ pulumi.set(__self__, "auth_type", auth_type)
124
+ if additional_variables is not None:
125
+ pulumi.set(__self__, "additional_variables", additional_variables)
126
+ if auth_key is not None:
127
+ pulumi.set(__self__, "auth_key", auth_key)
128
+ if oauth2_auth_code_flow is not None:
129
+ pulumi.set(__self__, "oauth2_auth_code_flow", oauth2_auth_code_flow)
130
+ if oauth2_client_credentials is not None:
131
+ pulumi.set(__self__, "oauth2_client_credentials", oauth2_client_credentials)
132
+ if oauth2_jwt_bearer is not None:
133
+ pulumi.set(__self__, "oauth2_jwt_bearer", oauth2_jwt_bearer)
134
+ if ssh_public_key is not None:
135
+ pulumi.set(__self__, "ssh_public_key", ssh_public_key)
136
+ if user_password is not None:
137
+ pulumi.set(__self__, "user_password", user_password)
138
+
139
+ @property
140
+ @pulumi.getter(name="authType")
141
+ def auth_type(self) -> str:
142
+ """
143
+ authType of the Connection
144
+ Possible values are: `USER_PASSWORD`.
145
+ """
146
+ return pulumi.get(self, "auth_type")
147
+
148
+ @property
149
+ @pulumi.getter(name="additionalVariables")
150
+ def additional_variables(self) -> Optional[Sequence['outputs.ConnectionAuthConfigAdditionalVariable']]:
151
+ """
152
+ List containing additional auth configs.
153
+ Structure is documented below.
154
+ """
155
+ return pulumi.get(self, "additional_variables")
156
+
157
+ @property
158
+ @pulumi.getter(name="authKey")
159
+ def auth_key(self) -> Optional[str]:
160
+ """
161
+ The type of authentication configured.
162
+ """
163
+ return pulumi.get(self, "auth_key")
164
+
165
+ @property
166
+ @pulumi.getter(name="oauth2AuthCodeFlow")
167
+ def oauth2_auth_code_flow(self) -> Optional['outputs.ConnectionAuthConfigOauth2AuthCodeFlow']:
168
+ """
169
+ Parameters to support Oauth 2.0 Auth Code Grant Authentication.
170
+ Structure is documented below.
171
+ """
172
+ return pulumi.get(self, "oauth2_auth_code_flow")
173
+
174
+ @property
175
+ @pulumi.getter(name="oauth2ClientCredentials")
176
+ def oauth2_client_credentials(self) -> Optional['outputs.ConnectionAuthConfigOauth2ClientCredentials']:
177
+ """
178
+ OAuth3 Client Credentials for Authentication.
179
+ Structure is documented below.
180
+ """
181
+ return pulumi.get(self, "oauth2_client_credentials")
182
+
183
+ @property
184
+ @pulumi.getter(name="oauth2JwtBearer")
185
+ def oauth2_jwt_bearer(self) -> Optional['outputs.ConnectionAuthConfigOauth2JwtBearer']:
186
+ """
187
+ OAuth2 JWT Bearer for Authentication.
188
+ Structure is documented below.
189
+ """
190
+ return pulumi.get(self, "oauth2_jwt_bearer")
191
+
192
+ @property
193
+ @pulumi.getter(name="sshPublicKey")
194
+ def ssh_public_key(self) -> Optional['outputs.ConnectionAuthConfigSshPublicKey']:
195
+ """
196
+ SSH Public Key for Authentication.
197
+ Structure is documented below.
198
+ """
199
+ return pulumi.get(self, "ssh_public_key")
200
+
201
+ @property
202
+ @pulumi.getter(name="userPassword")
203
+ def user_password(self) -> Optional['outputs.ConnectionAuthConfigUserPassword']:
204
+ """
205
+ User password for Authentication.
206
+ Structure is documented below.
207
+ """
208
+ return pulumi.get(self, "user_password")
209
+
210
+
211
+ @pulumi.output_type
212
+ class ConnectionAuthConfigAdditionalVariable(dict):
213
+ @staticmethod
214
+ def __key_warning(key: str):
215
+ suggest = None
216
+ if key == "booleanValue":
217
+ suggest = "boolean_value"
218
+ elif key == "encryptionKeyValue":
219
+ suggest = "encryption_key_value"
220
+ elif key == "integerValue":
221
+ suggest = "integer_value"
222
+ elif key == "secretValue":
223
+ suggest = "secret_value"
224
+ elif key == "stringValue":
225
+ suggest = "string_value"
226
+
227
+ if suggest:
228
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionAuthConfigAdditionalVariable. Access the value via the '{suggest}' property getter instead.")
229
+
230
+ def __getitem__(self, key: str) -> Any:
231
+ ConnectionAuthConfigAdditionalVariable.__key_warning(key)
232
+ return super().__getitem__(key)
233
+
234
+ def get(self, key: str, default = None) -> Any:
235
+ ConnectionAuthConfigAdditionalVariable.__key_warning(key)
236
+ return super().get(key, default)
237
+
238
+ def __init__(__self__, *,
239
+ key: str,
240
+ boolean_value: Optional[bool] = None,
241
+ encryption_key_value: Optional['outputs.ConnectionAuthConfigAdditionalVariableEncryptionKeyValue'] = None,
242
+ integer_value: Optional[int] = None,
243
+ secret_value: Optional['outputs.ConnectionAuthConfigAdditionalVariableSecretValue'] = None,
244
+ string_value: Optional[str] = None):
245
+ """
246
+ :param str key: Key for the configVariable
247
+ :param bool boolean_value: Boolean Value of configVariable.
248
+ :param 'ConnectionAuthConfigAdditionalVariableEncryptionKeyValueArgs' encryption_key_value: Encription key value of configVariable.
249
+ Structure is documented below.
250
+ :param int integer_value: Integer Value of configVariable.
251
+ :param 'ConnectionAuthConfigAdditionalVariableSecretValueArgs' secret_value: Secret value of configVariable
252
+ Structure is documented below.
253
+ :param str string_value: String Value of configVariabley.
254
+ """
255
+ pulumi.set(__self__, "key", key)
256
+ if boolean_value is not None:
257
+ pulumi.set(__self__, "boolean_value", boolean_value)
258
+ if encryption_key_value is not None:
259
+ pulumi.set(__self__, "encryption_key_value", encryption_key_value)
260
+ if integer_value is not None:
261
+ pulumi.set(__self__, "integer_value", integer_value)
262
+ if secret_value is not None:
263
+ pulumi.set(__self__, "secret_value", secret_value)
264
+ if string_value is not None:
265
+ pulumi.set(__self__, "string_value", string_value)
266
+
267
+ @property
268
+ @pulumi.getter
269
+ def key(self) -> str:
270
+ """
271
+ Key for the configVariable
272
+ """
273
+ return pulumi.get(self, "key")
274
+
275
+ @property
276
+ @pulumi.getter(name="booleanValue")
277
+ def boolean_value(self) -> Optional[bool]:
278
+ """
279
+ Boolean Value of configVariable.
280
+ """
281
+ return pulumi.get(self, "boolean_value")
282
+
283
+ @property
284
+ @pulumi.getter(name="encryptionKeyValue")
285
+ def encryption_key_value(self) -> Optional['outputs.ConnectionAuthConfigAdditionalVariableEncryptionKeyValue']:
286
+ """
287
+ Encription key value of configVariable.
288
+ Structure is documented below.
289
+ """
290
+ return pulumi.get(self, "encryption_key_value")
291
+
292
+ @property
293
+ @pulumi.getter(name="integerValue")
294
+ def integer_value(self) -> Optional[int]:
295
+ """
296
+ Integer Value of configVariable.
297
+ """
298
+ return pulumi.get(self, "integer_value")
299
+
300
+ @property
301
+ @pulumi.getter(name="secretValue")
302
+ def secret_value(self) -> Optional['outputs.ConnectionAuthConfigAdditionalVariableSecretValue']:
303
+ """
304
+ Secret value of configVariable
305
+ Structure is documented below.
306
+ """
307
+ return pulumi.get(self, "secret_value")
308
+
309
+ @property
310
+ @pulumi.getter(name="stringValue")
311
+ def string_value(self) -> Optional[str]:
312
+ """
313
+ String Value of configVariabley.
314
+ """
315
+ return pulumi.get(self, "string_value")
316
+
317
+
318
+ @pulumi.output_type
319
+ class ConnectionAuthConfigAdditionalVariableEncryptionKeyValue(dict):
320
+ @staticmethod
321
+ def __key_warning(key: str):
322
+ suggest = None
323
+ if key == "kmsKeyName":
324
+ suggest = "kms_key_name"
325
+
326
+ if suggest:
327
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionAuthConfigAdditionalVariableEncryptionKeyValue. Access the value via the '{suggest}' property getter instead.")
328
+
329
+ def __getitem__(self, key: str) -> Any:
330
+ ConnectionAuthConfigAdditionalVariableEncryptionKeyValue.__key_warning(key)
331
+ return super().__getitem__(key)
332
+
333
+ def get(self, key: str, default = None) -> Any:
334
+ ConnectionAuthConfigAdditionalVariableEncryptionKeyValue.__key_warning(key)
335
+ return super().get(key, default)
336
+
337
+ def __init__(__self__, *,
338
+ type: str,
339
+ kms_key_name: Optional[str] = None):
340
+ """
341
+ :param str type: Type of Encryption Key
342
+ Possible values are: `GOOGLE_MANAGED`, `CUSTOMER_MANAGED`.
343
+ :param str kms_key_name: The [KMS key name] with which the content of the Operation is encrypted. The expected
344
+ format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
345
+ Will be empty string if google managed.
346
+ """
347
+ pulumi.set(__self__, "type", type)
348
+ if kms_key_name is not None:
349
+ pulumi.set(__self__, "kms_key_name", kms_key_name)
350
+
351
+ @property
352
+ @pulumi.getter
353
+ def type(self) -> str:
354
+ """
355
+ Type of Encryption Key
356
+ Possible values are: `GOOGLE_MANAGED`, `CUSTOMER_MANAGED`.
357
+ """
358
+ return pulumi.get(self, "type")
359
+
360
+ @property
361
+ @pulumi.getter(name="kmsKeyName")
362
+ def kms_key_name(self) -> Optional[str]:
363
+ """
364
+ The [KMS key name] with which the content of the Operation is encrypted. The expected
365
+ format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
366
+ Will be empty string if google managed.
367
+ """
368
+ return pulumi.get(self, "kms_key_name")
369
+
370
+
371
+ @pulumi.output_type
372
+ class ConnectionAuthConfigAdditionalVariableSecretValue(dict):
373
+ @staticmethod
374
+ def __key_warning(key: str):
375
+ suggest = None
376
+ if key == "secretVersion":
377
+ suggest = "secret_version"
378
+
379
+ if suggest:
380
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionAuthConfigAdditionalVariableSecretValue. Access the value via the '{suggest}' property getter instead.")
381
+
382
+ def __getitem__(self, key: str) -> Any:
383
+ ConnectionAuthConfigAdditionalVariableSecretValue.__key_warning(key)
384
+ return super().__getitem__(key)
385
+
386
+ def get(self, key: str, default = None) -> Any:
387
+ ConnectionAuthConfigAdditionalVariableSecretValue.__key_warning(key)
388
+ return super().get(key, default)
389
+
390
+ def __init__(__self__, *,
391
+ secret_version: str):
392
+ """
393
+ :param str secret_version: Secret version of Secret Value for Config variable.
394
+ """
395
+ pulumi.set(__self__, "secret_version", secret_version)
396
+
397
+ @property
398
+ @pulumi.getter(name="secretVersion")
399
+ def secret_version(self) -> str:
400
+ """
401
+ Secret version of Secret Value for Config variable.
402
+ """
403
+ return pulumi.get(self, "secret_version")
404
+
405
+
406
+ @pulumi.output_type
407
+ class ConnectionAuthConfigOauth2AuthCodeFlow(dict):
408
+ @staticmethod
409
+ def __key_warning(key: str):
410
+ suggest = None
411
+ if key == "authUri":
412
+ suggest = "auth_uri"
413
+ elif key == "clientId":
414
+ suggest = "client_id"
415
+ elif key == "clientSecret":
416
+ suggest = "client_secret"
417
+ elif key == "enablePkce":
418
+ suggest = "enable_pkce"
419
+
420
+ if suggest:
421
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionAuthConfigOauth2AuthCodeFlow. Access the value via the '{suggest}' property getter instead.")
422
+
423
+ def __getitem__(self, key: str) -> Any:
424
+ ConnectionAuthConfigOauth2AuthCodeFlow.__key_warning(key)
425
+ return super().__getitem__(key)
426
+
427
+ def get(self, key: str, default = None) -> Any:
428
+ ConnectionAuthConfigOauth2AuthCodeFlow.__key_warning(key)
429
+ return super().get(key, default)
430
+
431
+ def __init__(__self__, *,
432
+ auth_uri: Optional[str] = None,
433
+ client_id: Optional[str] = None,
434
+ client_secret: Optional['outputs.ConnectionAuthConfigOauth2AuthCodeFlowClientSecret'] = None,
435
+ enable_pkce: Optional[bool] = None,
436
+ scopes: Optional[Sequence[str]] = None):
437
+ """
438
+ :param str auth_uri: Auth URL for Authorization Code Flow.
439
+ :param str client_id: Secret version of Password for Authentication.
440
+ :param 'ConnectionAuthConfigOauth2AuthCodeFlowClientSecretArgs' client_secret: Secret version reference containing the client secret.
441
+ Structure is documented below.
442
+ :param bool enable_pkce: Whether to enable PKCE when the user performs the auth code flow.
443
+ :param Sequence[str] scopes: Scopes the connection will request when the user performs the auth code flow.
444
+ """
445
+ if auth_uri is not None:
446
+ pulumi.set(__self__, "auth_uri", auth_uri)
447
+ if client_id is not None:
448
+ pulumi.set(__self__, "client_id", client_id)
449
+ if client_secret is not None:
450
+ pulumi.set(__self__, "client_secret", client_secret)
451
+ if enable_pkce is not None:
452
+ pulumi.set(__self__, "enable_pkce", enable_pkce)
453
+ if scopes is not None:
454
+ pulumi.set(__self__, "scopes", scopes)
455
+
456
+ @property
457
+ @pulumi.getter(name="authUri")
458
+ def auth_uri(self) -> Optional[str]:
459
+ """
460
+ Auth URL for Authorization Code Flow.
461
+ """
462
+ return pulumi.get(self, "auth_uri")
463
+
464
+ @property
465
+ @pulumi.getter(name="clientId")
466
+ def client_id(self) -> Optional[str]:
467
+ """
468
+ Secret version of Password for Authentication.
469
+ """
470
+ return pulumi.get(self, "client_id")
471
+
472
+ @property
473
+ @pulumi.getter(name="clientSecret")
474
+ def client_secret(self) -> Optional['outputs.ConnectionAuthConfigOauth2AuthCodeFlowClientSecret']:
475
+ """
476
+ Secret version reference containing the client secret.
477
+ Structure is documented below.
478
+ """
479
+ return pulumi.get(self, "client_secret")
480
+
481
+ @property
482
+ @pulumi.getter(name="enablePkce")
483
+ def enable_pkce(self) -> Optional[bool]:
484
+ """
485
+ Whether to enable PKCE when the user performs the auth code flow.
486
+ """
487
+ return pulumi.get(self, "enable_pkce")
488
+
489
+ @property
490
+ @pulumi.getter
491
+ def scopes(self) -> Optional[Sequence[str]]:
492
+ """
493
+ Scopes the connection will request when the user performs the auth code flow.
494
+ """
495
+ return pulumi.get(self, "scopes")
496
+
497
+
498
+ @pulumi.output_type
499
+ class ConnectionAuthConfigOauth2AuthCodeFlowClientSecret(dict):
500
+ @staticmethod
501
+ def __key_warning(key: str):
502
+ suggest = None
503
+ if key == "secretVersion":
504
+ suggest = "secret_version"
505
+
506
+ if suggest:
507
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionAuthConfigOauth2AuthCodeFlowClientSecret. Access the value via the '{suggest}' property getter instead.")
508
+
509
+ def __getitem__(self, key: str) -> Any:
510
+ ConnectionAuthConfigOauth2AuthCodeFlowClientSecret.__key_warning(key)
511
+ return super().__getitem__(key)
512
+
513
+ def get(self, key: str, default = None) -> Any:
514
+ ConnectionAuthConfigOauth2AuthCodeFlowClientSecret.__key_warning(key)
515
+ return super().get(key, default)
516
+
517
+ def __init__(__self__, *,
518
+ secret_version: str):
519
+ """
520
+ :param str secret_version: The resource name of the secret version in the format,
521
+ format as: projects/*/secrets/*/versions/*.
522
+ """
523
+ pulumi.set(__self__, "secret_version", secret_version)
524
+
525
+ @property
526
+ @pulumi.getter(name="secretVersion")
527
+ def secret_version(self) -> str:
528
+ """
529
+ The resource name of the secret version in the format,
530
+ format as: projects/*/secrets/*/versions/*.
531
+ """
532
+ return pulumi.get(self, "secret_version")
533
+
534
+
535
+ @pulumi.output_type
536
+ class ConnectionAuthConfigOauth2ClientCredentials(dict):
537
+ @staticmethod
538
+ def __key_warning(key: str):
539
+ suggest = None
540
+ if key == "clientId":
541
+ suggest = "client_id"
542
+ elif key == "clientSecret":
543
+ suggest = "client_secret"
544
+
545
+ if suggest:
546
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionAuthConfigOauth2ClientCredentials. Access the value via the '{suggest}' property getter instead.")
547
+
548
+ def __getitem__(self, key: str) -> Any:
549
+ ConnectionAuthConfigOauth2ClientCredentials.__key_warning(key)
550
+ return super().__getitem__(key)
551
+
552
+ def get(self, key: str, default = None) -> Any:
553
+ ConnectionAuthConfigOauth2ClientCredentials.__key_warning(key)
554
+ return super().get(key, default)
555
+
556
+ def __init__(__self__, *,
557
+ client_id: str,
558
+ client_secret: Optional['outputs.ConnectionAuthConfigOauth2ClientCredentialsClientSecret'] = None):
559
+ """
560
+ :param str client_id: Secret version of Password for Authentication.
561
+ :param 'ConnectionAuthConfigOauth2ClientCredentialsClientSecretArgs' client_secret: Secret version reference containing the client secret.
562
+ Structure is documented below.
563
+ """
564
+ pulumi.set(__self__, "client_id", client_id)
565
+ if client_secret is not None:
566
+ pulumi.set(__self__, "client_secret", client_secret)
567
+
568
+ @property
569
+ @pulumi.getter(name="clientId")
570
+ def client_id(self) -> str:
571
+ """
572
+ Secret version of Password for Authentication.
573
+ """
574
+ return pulumi.get(self, "client_id")
575
+
576
+ @property
577
+ @pulumi.getter(name="clientSecret")
578
+ def client_secret(self) -> Optional['outputs.ConnectionAuthConfigOauth2ClientCredentialsClientSecret']:
579
+ """
580
+ Secret version reference containing the client secret.
581
+ Structure is documented below.
582
+ """
583
+ return pulumi.get(self, "client_secret")
584
+
585
+
586
+ @pulumi.output_type
587
+ class ConnectionAuthConfigOauth2ClientCredentialsClientSecret(dict):
588
+ @staticmethod
589
+ def __key_warning(key: str):
590
+ suggest = None
591
+ if key == "secretVersion":
592
+ suggest = "secret_version"
593
+
594
+ if suggest:
595
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionAuthConfigOauth2ClientCredentialsClientSecret. Access the value via the '{suggest}' property getter instead.")
596
+
597
+ def __getitem__(self, key: str) -> Any:
598
+ ConnectionAuthConfigOauth2ClientCredentialsClientSecret.__key_warning(key)
599
+ return super().__getitem__(key)
600
+
601
+ def get(self, key: str, default = None) -> Any:
602
+ ConnectionAuthConfigOauth2ClientCredentialsClientSecret.__key_warning(key)
603
+ return super().get(key, default)
604
+
605
+ def __init__(__self__, *,
606
+ secret_version: str):
607
+ """
608
+ :param str secret_version: The resource name of the secret version in the format,
609
+ format as: projects/*/secrets/*/versions/*.
610
+ """
611
+ pulumi.set(__self__, "secret_version", secret_version)
612
+
613
+ @property
614
+ @pulumi.getter(name="secretVersion")
615
+ def secret_version(self) -> str:
616
+ """
617
+ The resource name of the secret version in the format,
618
+ format as: projects/*/secrets/*/versions/*.
619
+ """
620
+ return pulumi.get(self, "secret_version")
621
+
622
+
623
+ @pulumi.output_type
624
+ class ConnectionAuthConfigOauth2JwtBearer(dict):
625
+ @staticmethod
626
+ def __key_warning(key: str):
627
+ suggest = None
628
+ if key == "clientKey":
629
+ suggest = "client_key"
630
+ elif key == "jwtClaims":
631
+ suggest = "jwt_claims"
632
+
633
+ if suggest:
634
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionAuthConfigOauth2JwtBearer. Access the value via the '{suggest}' property getter instead.")
635
+
636
+ def __getitem__(self, key: str) -> Any:
637
+ ConnectionAuthConfigOauth2JwtBearer.__key_warning(key)
638
+ return super().__getitem__(key)
639
+
640
+ def get(self, key: str, default = None) -> Any:
641
+ ConnectionAuthConfigOauth2JwtBearer.__key_warning(key)
642
+ return super().get(key, default)
643
+
644
+ def __init__(__self__, *,
645
+ client_key: Optional['outputs.ConnectionAuthConfigOauth2JwtBearerClientKey'] = None,
646
+ jwt_claims: Optional['outputs.ConnectionAuthConfigOauth2JwtBearerJwtClaims'] = None):
647
+ """
648
+ :param 'ConnectionAuthConfigOauth2JwtBearerClientKeyArgs' client_key: Secret version reference containing a PKCS#8 PEM-encoded private key associated with the Client Certificate.
649
+ This private key will be used to sign JWTs used for the jwt-bearer authorization grant.
650
+ Specified in the form as: projects/*/secrets/*/versions/*.
651
+ Structure is documented below.
652
+ :param 'ConnectionAuthConfigOauth2JwtBearerJwtClaimsArgs' jwt_claims: JwtClaims providers fields to generate the token.
653
+ Structure is documented below.
654
+ """
655
+ if client_key is not None:
656
+ pulumi.set(__self__, "client_key", client_key)
657
+ if jwt_claims is not None:
658
+ pulumi.set(__self__, "jwt_claims", jwt_claims)
659
+
660
+ @property
661
+ @pulumi.getter(name="clientKey")
662
+ def client_key(self) -> Optional['outputs.ConnectionAuthConfigOauth2JwtBearerClientKey']:
663
+ """
664
+ Secret version reference containing a PKCS#8 PEM-encoded private key associated with the Client Certificate.
665
+ This private key will be used to sign JWTs used for the jwt-bearer authorization grant.
666
+ Specified in the form as: projects/*/secrets/*/versions/*.
667
+ Structure is documented below.
668
+ """
669
+ return pulumi.get(self, "client_key")
670
+
671
+ @property
672
+ @pulumi.getter(name="jwtClaims")
673
+ def jwt_claims(self) -> Optional['outputs.ConnectionAuthConfigOauth2JwtBearerJwtClaims']:
674
+ """
675
+ JwtClaims providers fields to generate the token.
676
+ Structure is documented below.
677
+ """
678
+ return pulumi.get(self, "jwt_claims")
679
+
680
+
681
+ @pulumi.output_type
682
+ class ConnectionAuthConfigOauth2JwtBearerClientKey(dict):
683
+ @staticmethod
684
+ def __key_warning(key: str):
685
+ suggest = None
686
+ if key == "secretVersion":
687
+ suggest = "secret_version"
688
+
689
+ if suggest:
690
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionAuthConfigOauth2JwtBearerClientKey. Access the value via the '{suggest}' property getter instead.")
691
+
692
+ def __getitem__(self, key: str) -> Any:
693
+ ConnectionAuthConfigOauth2JwtBearerClientKey.__key_warning(key)
694
+ return super().__getitem__(key)
695
+
696
+ def get(self, key: str, default = None) -> Any:
697
+ ConnectionAuthConfigOauth2JwtBearerClientKey.__key_warning(key)
698
+ return super().get(key, default)
699
+
700
+ def __init__(__self__, *,
701
+ secret_version: str):
702
+ """
703
+ :param str secret_version: The resource name of the secret version in the format,
704
+ format as: projects/*/secrets/*/versions/*.
705
+ """
706
+ pulumi.set(__self__, "secret_version", secret_version)
707
+
708
+ @property
709
+ @pulumi.getter(name="secretVersion")
710
+ def secret_version(self) -> str:
711
+ """
712
+ The resource name of the secret version in the format,
713
+ format as: projects/*/secrets/*/versions/*.
714
+ """
715
+ return pulumi.get(self, "secret_version")
716
+
717
+
718
+ @pulumi.output_type
719
+ class ConnectionAuthConfigOauth2JwtBearerJwtClaims(dict):
720
+ def __init__(__self__, *,
721
+ audience: Optional[str] = None,
722
+ issuer: Optional[str] = None,
723
+ subject: Optional[str] = None):
724
+ """
725
+ :param str audience: Value for the "aud" claim.
726
+
727
+ <a name="nested_oauth2_client_credentials"></a>The `oauth2_client_credentials` block supports:
728
+ :param str issuer: Value for the "iss" claim.
729
+ :param str subject: Value for the "sub" claim.
730
+ """
731
+ if audience is not None:
732
+ pulumi.set(__self__, "audience", audience)
733
+ if issuer is not None:
734
+ pulumi.set(__self__, "issuer", issuer)
735
+ if subject is not None:
736
+ pulumi.set(__self__, "subject", subject)
737
+
738
+ @property
739
+ @pulumi.getter
740
+ def audience(self) -> Optional[str]:
741
+ """
742
+ Value for the "aud" claim.
743
+
744
+ <a name="nested_oauth2_client_credentials"></a>The `oauth2_client_credentials` block supports:
745
+ """
746
+ return pulumi.get(self, "audience")
747
+
748
+ @property
749
+ @pulumi.getter
750
+ def issuer(self) -> Optional[str]:
751
+ """
752
+ Value for the "iss" claim.
753
+ """
754
+ return pulumi.get(self, "issuer")
755
+
756
+ @property
757
+ @pulumi.getter
758
+ def subject(self) -> Optional[str]:
759
+ """
760
+ Value for the "sub" claim.
761
+ """
762
+ return pulumi.get(self, "subject")
763
+
764
+
765
+ @pulumi.output_type
766
+ class ConnectionAuthConfigSshPublicKey(dict):
767
+ @staticmethod
768
+ def __key_warning(key: str):
769
+ suggest = None
770
+ if key == "certType":
771
+ suggest = "cert_type"
772
+ elif key == "sshClientCert":
773
+ suggest = "ssh_client_cert"
774
+ elif key == "sshClientCertPass":
775
+ suggest = "ssh_client_cert_pass"
776
+
777
+ if suggest:
778
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionAuthConfigSshPublicKey. Access the value via the '{suggest}' property getter instead.")
779
+
780
+ def __getitem__(self, key: str) -> Any:
781
+ ConnectionAuthConfigSshPublicKey.__key_warning(key)
782
+ return super().__getitem__(key)
783
+
784
+ def get(self, key: str, default = None) -> Any:
785
+ ConnectionAuthConfigSshPublicKey.__key_warning(key)
786
+ return super().get(key, default)
787
+
788
+ def __init__(__self__, *,
789
+ username: str,
790
+ cert_type: Optional[str] = None,
791
+ ssh_client_cert: Optional['outputs.ConnectionAuthConfigSshPublicKeySshClientCert'] = None,
792
+ ssh_client_cert_pass: Optional['outputs.ConnectionAuthConfigSshPublicKeySshClientCertPass'] = None):
793
+ """
794
+ :param str username: The user account used to authenticate.
795
+ :param str cert_type: Format of SSH Client cert.
796
+ :param 'ConnectionAuthConfigSshPublicKeySshClientCertArgs' ssh_client_cert: SSH Client Cert. It should contain both public and private key.
797
+ Structure is documented below.
798
+ :param 'ConnectionAuthConfigSshPublicKeySshClientCertPassArgs' ssh_client_cert_pass: Password (passphrase) for ssh client certificate if it has one.
799
+ Structure is documented below.
800
+ """
801
+ pulumi.set(__self__, "username", username)
802
+ if cert_type is not None:
803
+ pulumi.set(__self__, "cert_type", cert_type)
804
+ if ssh_client_cert is not None:
805
+ pulumi.set(__self__, "ssh_client_cert", ssh_client_cert)
806
+ if ssh_client_cert_pass is not None:
807
+ pulumi.set(__self__, "ssh_client_cert_pass", ssh_client_cert_pass)
808
+
809
+ @property
810
+ @pulumi.getter
811
+ def username(self) -> str:
812
+ """
813
+ The user account used to authenticate.
814
+ """
815
+ return pulumi.get(self, "username")
816
+
817
+ @property
818
+ @pulumi.getter(name="certType")
819
+ def cert_type(self) -> Optional[str]:
820
+ """
821
+ Format of SSH Client cert.
822
+ """
823
+ return pulumi.get(self, "cert_type")
824
+
825
+ @property
826
+ @pulumi.getter(name="sshClientCert")
827
+ def ssh_client_cert(self) -> Optional['outputs.ConnectionAuthConfigSshPublicKeySshClientCert']:
828
+ """
829
+ SSH Client Cert. It should contain both public and private key.
830
+ Structure is documented below.
831
+ """
832
+ return pulumi.get(self, "ssh_client_cert")
833
+
834
+ @property
835
+ @pulumi.getter(name="sshClientCertPass")
836
+ def ssh_client_cert_pass(self) -> Optional['outputs.ConnectionAuthConfigSshPublicKeySshClientCertPass']:
837
+ """
838
+ Password (passphrase) for ssh client certificate if it has one.
839
+ Structure is documented below.
840
+ """
841
+ return pulumi.get(self, "ssh_client_cert_pass")
842
+
843
+
844
+ @pulumi.output_type
845
+ class ConnectionAuthConfigSshPublicKeySshClientCert(dict):
846
+ @staticmethod
847
+ def __key_warning(key: str):
848
+ suggest = None
849
+ if key == "secretVersion":
850
+ suggest = "secret_version"
851
+
852
+ if suggest:
853
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionAuthConfigSshPublicKeySshClientCert. Access the value via the '{suggest}' property getter instead.")
854
+
855
+ def __getitem__(self, key: str) -> Any:
856
+ ConnectionAuthConfigSshPublicKeySshClientCert.__key_warning(key)
857
+ return super().__getitem__(key)
858
+
859
+ def get(self, key: str, default = None) -> Any:
860
+ ConnectionAuthConfigSshPublicKeySshClientCert.__key_warning(key)
861
+ return super().get(key, default)
862
+
863
+ def __init__(__self__, *,
864
+ secret_version: str):
865
+ """
866
+ :param str secret_version: The resource name of the secret version in the format,
867
+ format as: projects/*/secrets/*/versions/*.
868
+ """
869
+ pulumi.set(__self__, "secret_version", secret_version)
870
+
871
+ @property
872
+ @pulumi.getter(name="secretVersion")
873
+ def secret_version(self) -> str:
874
+ """
875
+ The resource name of the secret version in the format,
876
+ format as: projects/*/secrets/*/versions/*.
877
+ """
878
+ return pulumi.get(self, "secret_version")
879
+
880
+
881
+ @pulumi.output_type
882
+ class ConnectionAuthConfigSshPublicKeySshClientCertPass(dict):
883
+ @staticmethod
884
+ def __key_warning(key: str):
885
+ suggest = None
886
+ if key == "secretVersion":
887
+ suggest = "secret_version"
888
+
889
+ if suggest:
890
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionAuthConfigSshPublicKeySshClientCertPass. Access the value via the '{suggest}' property getter instead.")
891
+
892
+ def __getitem__(self, key: str) -> Any:
893
+ ConnectionAuthConfigSshPublicKeySshClientCertPass.__key_warning(key)
894
+ return super().__getitem__(key)
895
+
896
+ def get(self, key: str, default = None) -> Any:
897
+ ConnectionAuthConfigSshPublicKeySshClientCertPass.__key_warning(key)
898
+ return super().get(key, default)
899
+
900
+ def __init__(__self__, *,
901
+ secret_version: str):
902
+ """
903
+ :param str secret_version: The resource name of the secret version in the format,
904
+ format as: projects/*/secrets/*/versions/*.
905
+
906
+ <a name="nested_oauth2_auth_code_flow"></a>The `oauth2_auth_code_flow` block supports:
907
+ """
908
+ pulumi.set(__self__, "secret_version", secret_version)
909
+
910
+ @property
911
+ @pulumi.getter(name="secretVersion")
912
+ def secret_version(self) -> str:
913
+ """
914
+ The resource name of the secret version in the format,
915
+ format as: projects/*/secrets/*/versions/*.
916
+
917
+ <a name="nested_oauth2_auth_code_flow"></a>The `oauth2_auth_code_flow` block supports:
918
+ """
919
+ return pulumi.get(self, "secret_version")
920
+
921
+
922
+ @pulumi.output_type
923
+ class ConnectionAuthConfigUserPassword(dict):
924
+ def __init__(__self__, *,
925
+ username: str,
926
+ password: Optional['outputs.ConnectionAuthConfigUserPasswordPassword'] = None):
927
+ """
928
+ :param str username: Username for Authentication.
929
+ :param 'ConnectionAuthConfigUserPasswordPasswordArgs' password: Password for Authentication.
930
+ Structure is documented below.
931
+ """
932
+ pulumi.set(__self__, "username", username)
933
+ if password is not None:
934
+ pulumi.set(__self__, "password", password)
935
+
936
+ @property
937
+ @pulumi.getter
938
+ def username(self) -> str:
939
+ """
940
+ Username for Authentication.
941
+ """
942
+ return pulumi.get(self, "username")
943
+
944
+ @property
945
+ @pulumi.getter
946
+ def password(self) -> Optional['outputs.ConnectionAuthConfigUserPasswordPassword']:
947
+ """
948
+ Password for Authentication.
949
+ Structure is documented below.
950
+ """
951
+ return pulumi.get(self, "password")
952
+
953
+
954
+ @pulumi.output_type
955
+ class ConnectionAuthConfigUserPasswordPassword(dict):
956
+ @staticmethod
957
+ def __key_warning(key: str):
958
+ suggest = None
959
+ if key == "secretVersion":
960
+ suggest = "secret_version"
961
+
962
+ if suggest:
963
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionAuthConfigUserPasswordPassword. Access the value via the '{suggest}' property getter instead.")
964
+
965
+ def __getitem__(self, key: str) -> Any:
966
+ ConnectionAuthConfigUserPasswordPassword.__key_warning(key)
967
+ return super().__getitem__(key)
968
+
969
+ def get(self, key: str, default = None) -> Any:
970
+ ConnectionAuthConfigUserPasswordPassword.__key_warning(key)
971
+ return super().get(key, default)
972
+
973
+ def __init__(__self__, *,
974
+ secret_version: str):
975
+ """
976
+ :param str secret_version: The resource name of the secret version in the format,
977
+ format as: projects/*/secrets/*/versions/*.
978
+ """
979
+ pulumi.set(__self__, "secret_version", secret_version)
980
+
981
+ @property
982
+ @pulumi.getter(name="secretVersion")
983
+ def secret_version(self) -> str:
984
+ """
985
+ The resource name of the secret version in the format,
986
+ format as: projects/*/secrets/*/versions/*.
987
+ """
988
+ return pulumi.get(self, "secret_version")
989
+
990
+
991
+ @pulumi.output_type
992
+ class ConnectionConfigVariable(dict):
993
+ @staticmethod
994
+ def __key_warning(key: str):
995
+ suggest = None
996
+ if key == "booleanValue":
997
+ suggest = "boolean_value"
998
+ elif key == "encryptionKeyValue":
999
+ suggest = "encryption_key_value"
1000
+ elif key == "integerValue":
1001
+ suggest = "integer_value"
1002
+ elif key == "secretValue":
1003
+ suggest = "secret_value"
1004
+ elif key == "stringValue":
1005
+ suggest = "string_value"
1006
+
1007
+ if suggest:
1008
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionConfigVariable. Access the value via the '{suggest}' property getter instead.")
1009
+
1010
+ def __getitem__(self, key: str) -> Any:
1011
+ ConnectionConfigVariable.__key_warning(key)
1012
+ return super().__getitem__(key)
1013
+
1014
+ def get(self, key: str, default = None) -> Any:
1015
+ ConnectionConfigVariable.__key_warning(key)
1016
+ return super().get(key, default)
1017
+
1018
+ def __init__(__self__, *,
1019
+ key: str,
1020
+ boolean_value: Optional[bool] = None,
1021
+ encryption_key_value: Optional['outputs.ConnectionConfigVariableEncryptionKeyValue'] = None,
1022
+ integer_value: Optional[int] = None,
1023
+ secret_value: Optional['outputs.ConnectionConfigVariableSecretValue'] = None,
1024
+ string_value: Optional[str] = None):
1025
+ """
1026
+ :param str key: Key for the configVariable
1027
+ :param bool boolean_value: Boolean Value of configVariable
1028
+ :param 'ConnectionConfigVariableEncryptionKeyValueArgs' encryption_key_value: Encription key value of configVariable.
1029
+ Structure is documented below.
1030
+ :param int integer_value: Integer Value of configVariable
1031
+ :param 'ConnectionConfigVariableSecretValueArgs' secret_value: Secret value of configVariable.
1032
+ Structure is documented below.
1033
+ :param str string_value: String Value of configVariabley
1034
+ """
1035
+ pulumi.set(__self__, "key", key)
1036
+ if boolean_value is not None:
1037
+ pulumi.set(__self__, "boolean_value", boolean_value)
1038
+ if encryption_key_value is not None:
1039
+ pulumi.set(__self__, "encryption_key_value", encryption_key_value)
1040
+ if integer_value is not None:
1041
+ pulumi.set(__self__, "integer_value", integer_value)
1042
+ if secret_value is not None:
1043
+ pulumi.set(__self__, "secret_value", secret_value)
1044
+ if string_value is not None:
1045
+ pulumi.set(__self__, "string_value", string_value)
1046
+
1047
+ @property
1048
+ @pulumi.getter
1049
+ def key(self) -> str:
1050
+ """
1051
+ Key for the configVariable
1052
+ """
1053
+ return pulumi.get(self, "key")
1054
+
1055
+ @property
1056
+ @pulumi.getter(name="booleanValue")
1057
+ def boolean_value(self) -> Optional[bool]:
1058
+ """
1059
+ Boolean Value of configVariable
1060
+ """
1061
+ return pulumi.get(self, "boolean_value")
1062
+
1063
+ @property
1064
+ @pulumi.getter(name="encryptionKeyValue")
1065
+ def encryption_key_value(self) -> Optional['outputs.ConnectionConfigVariableEncryptionKeyValue']:
1066
+ """
1067
+ Encription key value of configVariable.
1068
+ Structure is documented below.
1069
+ """
1070
+ return pulumi.get(self, "encryption_key_value")
1071
+
1072
+ @property
1073
+ @pulumi.getter(name="integerValue")
1074
+ def integer_value(self) -> Optional[int]:
1075
+ """
1076
+ Integer Value of configVariable
1077
+ """
1078
+ return pulumi.get(self, "integer_value")
1079
+
1080
+ @property
1081
+ @pulumi.getter(name="secretValue")
1082
+ def secret_value(self) -> Optional['outputs.ConnectionConfigVariableSecretValue']:
1083
+ """
1084
+ Secret value of configVariable.
1085
+ Structure is documented below.
1086
+ """
1087
+ return pulumi.get(self, "secret_value")
1088
+
1089
+ @property
1090
+ @pulumi.getter(name="stringValue")
1091
+ def string_value(self) -> Optional[str]:
1092
+ """
1093
+ String Value of configVariabley
1094
+ """
1095
+ return pulumi.get(self, "string_value")
1096
+
1097
+
1098
+ @pulumi.output_type
1099
+ class ConnectionConfigVariableEncryptionKeyValue(dict):
1100
+ @staticmethod
1101
+ def __key_warning(key: str):
1102
+ suggest = None
1103
+ if key == "kmsKeyName":
1104
+ suggest = "kms_key_name"
1105
+
1106
+ if suggest:
1107
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionConfigVariableEncryptionKeyValue. Access the value via the '{suggest}' property getter instead.")
1108
+
1109
+ def __getitem__(self, key: str) -> Any:
1110
+ ConnectionConfigVariableEncryptionKeyValue.__key_warning(key)
1111
+ return super().__getitem__(key)
1112
+
1113
+ def get(self, key: str, default = None) -> Any:
1114
+ ConnectionConfigVariableEncryptionKeyValue.__key_warning(key)
1115
+ return super().get(key, default)
1116
+
1117
+ def __init__(__self__, *,
1118
+ type: str,
1119
+ kms_key_name: Optional[str] = None):
1120
+ """
1121
+ :param str type: Type of Encryption Key
1122
+ Possible values are: `GOOGLE_MANAGED`, `CUSTOMER_MANAGED`.
1123
+ :param str kms_key_name: The [KMS key name] with which the content of the Operation is encrypted. The expected
1124
+ format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1125
+ Will be empty string if google managed.
1126
+ """
1127
+ pulumi.set(__self__, "type", type)
1128
+ if kms_key_name is not None:
1129
+ pulumi.set(__self__, "kms_key_name", kms_key_name)
1130
+
1131
+ @property
1132
+ @pulumi.getter
1133
+ def type(self) -> str:
1134
+ """
1135
+ Type of Encryption Key
1136
+ Possible values are: `GOOGLE_MANAGED`, `CUSTOMER_MANAGED`.
1137
+ """
1138
+ return pulumi.get(self, "type")
1139
+
1140
+ @property
1141
+ @pulumi.getter(name="kmsKeyName")
1142
+ def kms_key_name(self) -> Optional[str]:
1143
+ """
1144
+ The [KMS key name] with which the content of the Operation is encrypted. The expected
1145
+ format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1146
+ Will be empty string if google managed.
1147
+ """
1148
+ return pulumi.get(self, "kms_key_name")
1149
+
1150
+
1151
+ @pulumi.output_type
1152
+ class ConnectionConfigVariableSecretValue(dict):
1153
+ @staticmethod
1154
+ def __key_warning(key: str):
1155
+ suggest = None
1156
+ if key == "secretVersion":
1157
+ suggest = "secret_version"
1158
+
1159
+ if suggest:
1160
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionConfigVariableSecretValue. Access the value via the '{suggest}' property getter instead.")
1161
+
1162
+ def __getitem__(self, key: str) -> Any:
1163
+ ConnectionConfigVariableSecretValue.__key_warning(key)
1164
+ return super().__getitem__(key)
1165
+
1166
+ def get(self, key: str, default = None) -> Any:
1167
+ ConnectionConfigVariableSecretValue.__key_warning(key)
1168
+ return super().get(key, default)
1169
+
1170
+ def __init__(__self__, *,
1171
+ secret_version: str):
1172
+ """
1173
+ :param str secret_version: Secret version of Secret Value for Config variable.
1174
+ """
1175
+ pulumi.set(__self__, "secret_version", secret_version)
1176
+
1177
+ @property
1178
+ @pulumi.getter(name="secretVersion")
1179
+ def secret_version(self) -> str:
1180
+ """
1181
+ Secret version of Secret Value for Config variable.
1182
+ """
1183
+ return pulumi.get(self, "secret_version")
1184
+
1185
+
1186
+ @pulumi.output_type
1187
+ class ConnectionConnectorVersionInfraConfig(dict):
1188
+ @staticmethod
1189
+ def __key_warning(key: str):
1190
+ suggest = None
1191
+ if key == "ratelimitThreshold":
1192
+ suggest = "ratelimit_threshold"
1193
+
1194
+ if suggest:
1195
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionConnectorVersionInfraConfig. Access the value via the '{suggest}' property getter instead.")
1196
+
1197
+ def __getitem__(self, key: str) -> Any:
1198
+ ConnectionConnectorVersionInfraConfig.__key_warning(key)
1199
+ return super().__getitem__(key)
1200
+
1201
+ def get(self, key: str, default = None) -> Any:
1202
+ ConnectionConnectorVersionInfraConfig.__key_warning(key)
1203
+ return super().get(key, default)
1204
+
1205
+ def __init__(__self__, *,
1206
+ ratelimit_threshold: Optional[str] = None):
1207
+ """
1208
+ :param str ratelimit_threshold: (Output)
1209
+ Max QPS supported by the connector version before throttling of requests.
1210
+ """
1211
+ if ratelimit_threshold is not None:
1212
+ pulumi.set(__self__, "ratelimit_threshold", ratelimit_threshold)
1213
+
1214
+ @property
1215
+ @pulumi.getter(name="ratelimitThreshold")
1216
+ def ratelimit_threshold(self) -> Optional[str]:
1217
+ """
1218
+ (Output)
1219
+ Max QPS supported by the connector version before throttling of requests.
1220
+ """
1221
+ return pulumi.get(self, "ratelimit_threshold")
1222
+
1223
+
1224
+ @pulumi.output_type
1225
+ class ConnectionDestinationConfig(dict):
1226
+ def __init__(__self__, *,
1227
+ key: str,
1228
+ destinations: Optional[Sequence['outputs.ConnectionDestinationConfigDestination']] = None):
1229
+ """
1230
+ :param str key: The key is the destination identifier that is supported by the Connector.
1231
+ :param Sequence['ConnectionDestinationConfigDestinationArgs'] destinations: The destinations for the key.
1232
+ Structure is documented below.
1233
+ """
1234
+ pulumi.set(__self__, "key", key)
1235
+ if destinations is not None:
1236
+ pulumi.set(__self__, "destinations", destinations)
1237
+
1238
+ @property
1239
+ @pulumi.getter
1240
+ def key(self) -> str:
1241
+ """
1242
+ The key is the destination identifier that is supported by the Connector.
1243
+ """
1244
+ return pulumi.get(self, "key")
1245
+
1246
+ @property
1247
+ @pulumi.getter
1248
+ def destinations(self) -> Optional[Sequence['outputs.ConnectionDestinationConfigDestination']]:
1249
+ """
1250
+ The destinations for the key.
1251
+ Structure is documented below.
1252
+ """
1253
+ return pulumi.get(self, "destinations")
1254
+
1255
+
1256
+ @pulumi.output_type
1257
+ class ConnectionDestinationConfigDestination(dict):
1258
+ @staticmethod
1259
+ def __key_warning(key: str):
1260
+ suggest = None
1261
+ if key == "serviceAttachment":
1262
+ suggest = "service_attachment"
1263
+
1264
+ if suggest:
1265
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionDestinationConfigDestination. Access the value via the '{suggest}' property getter instead.")
1266
+
1267
+ def __getitem__(self, key: str) -> Any:
1268
+ ConnectionDestinationConfigDestination.__key_warning(key)
1269
+ return super().__getitem__(key)
1270
+
1271
+ def get(self, key: str, default = None) -> Any:
1272
+ ConnectionDestinationConfigDestination.__key_warning(key)
1273
+ return super().get(key, default)
1274
+
1275
+ def __init__(__self__, *,
1276
+ host: Optional[str] = None,
1277
+ port: Optional[int] = None,
1278
+ service_attachment: Optional[str] = None):
1279
+ """
1280
+ :param str host: Host
1281
+ :param int port: port number
1282
+ :param str service_attachment: Service Attachment
1283
+ """
1284
+ if host is not None:
1285
+ pulumi.set(__self__, "host", host)
1286
+ if port is not None:
1287
+ pulumi.set(__self__, "port", port)
1288
+ if service_attachment is not None:
1289
+ pulumi.set(__self__, "service_attachment", service_attachment)
1290
+
1291
+ @property
1292
+ @pulumi.getter
1293
+ def host(self) -> Optional[str]:
1294
+ """
1295
+ Host
1296
+ """
1297
+ return pulumi.get(self, "host")
1298
+
1299
+ @property
1300
+ @pulumi.getter
1301
+ def port(self) -> Optional[int]:
1302
+ """
1303
+ port number
1304
+ """
1305
+ return pulumi.get(self, "port")
1306
+
1307
+ @property
1308
+ @pulumi.getter(name="serviceAttachment")
1309
+ def service_attachment(self) -> Optional[str]:
1310
+ """
1311
+ Service Attachment
1312
+ """
1313
+ return pulumi.get(self, "service_attachment")
1314
+
1315
+
1316
+ @pulumi.output_type
1317
+ class ConnectionEventingConfig(dict):
1318
+ @staticmethod
1319
+ def __key_warning(key: str):
1320
+ suggest = None
1321
+ if key == "registrationDestinationConfig":
1322
+ suggest = "registration_destination_config"
1323
+ elif key == "additionalVariables":
1324
+ suggest = "additional_variables"
1325
+ elif key == "authConfig":
1326
+ suggest = "auth_config"
1327
+ elif key == "enrichmentEnabled":
1328
+ suggest = "enrichment_enabled"
1329
+
1330
+ if suggest:
1331
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionEventingConfig. Access the value via the '{suggest}' property getter instead.")
1332
+
1333
+ def __getitem__(self, key: str) -> Any:
1334
+ ConnectionEventingConfig.__key_warning(key)
1335
+ return super().__getitem__(key)
1336
+
1337
+ def get(self, key: str, default = None) -> Any:
1338
+ ConnectionEventingConfig.__key_warning(key)
1339
+ return super().get(key, default)
1340
+
1341
+ def __init__(__self__, *,
1342
+ registration_destination_config: 'outputs.ConnectionEventingConfigRegistrationDestinationConfig',
1343
+ additional_variables: Optional[Sequence['outputs.ConnectionEventingConfigAdditionalVariable']] = None,
1344
+ auth_config: Optional['outputs.ConnectionEventingConfigAuthConfig'] = None,
1345
+ enrichment_enabled: Optional[bool] = None):
1346
+ """
1347
+ :param 'ConnectionEventingConfigRegistrationDestinationConfigArgs' registration_destination_config: registrationDestinationConfig
1348
+ Structure is documented below.
1349
+ :param Sequence['ConnectionEventingConfigAdditionalVariableArgs'] additional_variables: List containing additional auth configs.
1350
+ Structure is documented below.
1351
+ :param 'ConnectionEventingConfigAuthConfigArgs' auth_config: authConfig for Eventing Configuration.
1352
+ Structure is documented below.
1353
+ :param bool enrichment_enabled: Enrichment Enabled.
1354
+ """
1355
+ pulumi.set(__self__, "registration_destination_config", registration_destination_config)
1356
+ if additional_variables is not None:
1357
+ pulumi.set(__self__, "additional_variables", additional_variables)
1358
+ if auth_config is not None:
1359
+ pulumi.set(__self__, "auth_config", auth_config)
1360
+ if enrichment_enabled is not None:
1361
+ pulumi.set(__self__, "enrichment_enabled", enrichment_enabled)
1362
+
1363
+ @property
1364
+ @pulumi.getter(name="registrationDestinationConfig")
1365
+ def registration_destination_config(self) -> 'outputs.ConnectionEventingConfigRegistrationDestinationConfig':
1366
+ """
1367
+ registrationDestinationConfig
1368
+ Structure is documented below.
1369
+ """
1370
+ return pulumi.get(self, "registration_destination_config")
1371
+
1372
+ @property
1373
+ @pulumi.getter(name="additionalVariables")
1374
+ def additional_variables(self) -> Optional[Sequence['outputs.ConnectionEventingConfigAdditionalVariable']]:
1375
+ """
1376
+ List containing additional auth configs.
1377
+ Structure is documented below.
1378
+ """
1379
+ return pulumi.get(self, "additional_variables")
1380
+
1381
+ @property
1382
+ @pulumi.getter(name="authConfig")
1383
+ def auth_config(self) -> Optional['outputs.ConnectionEventingConfigAuthConfig']:
1384
+ """
1385
+ authConfig for Eventing Configuration.
1386
+ Structure is documented below.
1387
+ """
1388
+ return pulumi.get(self, "auth_config")
1389
+
1390
+ @property
1391
+ @pulumi.getter(name="enrichmentEnabled")
1392
+ def enrichment_enabled(self) -> Optional[bool]:
1393
+ """
1394
+ Enrichment Enabled.
1395
+ """
1396
+ return pulumi.get(self, "enrichment_enabled")
1397
+
1398
+
1399
+ @pulumi.output_type
1400
+ class ConnectionEventingConfigAdditionalVariable(dict):
1401
+ @staticmethod
1402
+ def __key_warning(key: str):
1403
+ suggest = None
1404
+ if key == "booleanValue":
1405
+ suggest = "boolean_value"
1406
+ elif key == "encryptionKeyValue":
1407
+ suggest = "encryption_key_value"
1408
+ elif key == "integerValue":
1409
+ suggest = "integer_value"
1410
+ elif key == "secretValue":
1411
+ suggest = "secret_value"
1412
+ elif key == "stringValue":
1413
+ suggest = "string_value"
1414
+
1415
+ if suggest:
1416
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionEventingConfigAdditionalVariable. Access the value via the '{suggest}' property getter instead.")
1417
+
1418
+ def __getitem__(self, key: str) -> Any:
1419
+ ConnectionEventingConfigAdditionalVariable.__key_warning(key)
1420
+ return super().__getitem__(key)
1421
+
1422
+ def get(self, key: str, default = None) -> Any:
1423
+ ConnectionEventingConfigAdditionalVariable.__key_warning(key)
1424
+ return super().get(key, default)
1425
+
1426
+ def __init__(__self__, *,
1427
+ key: str,
1428
+ boolean_value: Optional[bool] = None,
1429
+ encryption_key_value: Optional['outputs.ConnectionEventingConfigAdditionalVariableEncryptionKeyValue'] = None,
1430
+ integer_value: Optional[int] = None,
1431
+ secret_value: Optional['outputs.ConnectionEventingConfigAdditionalVariableSecretValue'] = None,
1432
+ string_value: Optional[str] = None):
1433
+ """
1434
+ :param str key: Key for the configVariable
1435
+ :param bool boolean_value: Boolean Value of configVariable.
1436
+ :param 'ConnectionEventingConfigAdditionalVariableEncryptionKeyValueArgs' encryption_key_value: Encription key value of configVariable.
1437
+ Structure is documented below.
1438
+ :param int integer_value: Integer Value of configVariable.
1439
+ :param 'ConnectionEventingConfigAdditionalVariableSecretValueArgs' secret_value: Secret value of configVariable
1440
+ Structure is documented below.
1441
+ :param str string_value: String Value of configVariabley.
1442
+ """
1443
+ pulumi.set(__self__, "key", key)
1444
+ if boolean_value is not None:
1445
+ pulumi.set(__self__, "boolean_value", boolean_value)
1446
+ if encryption_key_value is not None:
1447
+ pulumi.set(__self__, "encryption_key_value", encryption_key_value)
1448
+ if integer_value is not None:
1449
+ pulumi.set(__self__, "integer_value", integer_value)
1450
+ if secret_value is not None:
1451
+ pulumi.set(__self__, "secret_value", secret_value)
1452
+ if string_value is not None:
1453
+ pulumi.set(__self__, "string_value", string_value)
1454
+
1455
+ @property
1456
+ @pulumi.getter
1457
+ def key(self) -> str:
1458
+ """
1459
+ Key for the configVariable
1460
+ """
1461
+ return pulumi.get(self, "key")
1462
+
1463
+ @property
1464
+ @pulumi.getter(name="booleanValue")
1465
+ def boolean_value(self) -> Optional[bool]:
1466
+ """
1467
+ Boolean Value of configVariable.
1468
+ """
1469
+ return pulumi.get(self, "boolean_value")
1470
+
1471
+ @property
1472
+ @pulumi.getter(name="encryptionKeyValue")
1473
+ def encryption_key_value(self) -> Optional['outputs.ConnectionEventingConfigAdditionalVariableEncryptionKeyValue']:
1474
+ """
1475
+ Encription key value of configVariable.
1476
+ Structure is documented below.
1477
+ """
1478
+ return pulumi.get(self, "encryption_key_value")
1479
+
1480
+ @property
1481
+ @pulumi.getter(name="integerValue")
1482
+ def integer_value(self) -> Optional[int]:
1483
+ """
1484
+ Integer Value of configVariable.
1485
+ """
1486
+ return pulumi.get(self, "integer_value")
1487
+
1488
+ @property
1489
+ @pulumi.getter(name="secretValue")
1490
+ def secret_value(self) -> Optional['outputs.ConnectionEventingConfigAdditionalVariableSecretValue']:
1491
+ """
1492
+ Secret value of configVariable
1493
+ Structure is documented below.
1494
+ """
1495
+ return pulumi.get(self, "secret_value")
1496
+
1497
+ @property
1498
+ @pulumi.getter(name="stringValue")
1499
+ def string_value(self) -> Optional[str]:
1500
+ """
1501
+ String Value of configVariabley.
1502
+ """
1503
+ return pulumi.get(self, "string_value")
1504
+
1505
+
1506
+ @pulumi.output_type
1507
+ class ConnectionEventingConfigAdditionalVariableEncryptionKeyValue(dict):
1508
+ @staticmethod
1509
+ def __key_warning(key: str):
1510
+ suggest = None
1511
+ if key == "kmsKeyName":
1512
+ suggest = "kms_key_name"
1513
+
1514
+ if suggest:
1515
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionEventingConfigAdditionalVariableEncryptionKeyValue. Access the value via the '{suggest}' property getter instead.")
1516
+
1517
+ def __getitem__(self, key: str) -> Any:
1518
+ ConnectionEventingConfigAdditionalVariableEncryptionKeyValue.__key_warning(key)
1519
+ return super().__getitem__(key)
1520
+
1521
+ def get(self, key: str, default = None) -> Any:
1522
+ ConnectionEventingConfigAdditionalVariableEncryptionKeyValue.__key_warning(key)
1523
+ return super().get(key, default)
1524
+
1525
+ def __init__(__self__, *,
1526
+ kms_key_name: Optional[str] = None,
1527
+ type: Optional[str] = None):
1528
+ """
1529
+ :param str kms_key_name: The [KMS key name] with which the content of the Operation is encrypted. The expected
1530
+ format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1531
+ Will be empty string if google managed.
1532
+ :param str type: Type of Encryption Key
1533
+ Possible values are: `GOOGLE_MANAGED`, `CUSTOMER_MANAGED`.
1534
+ """
1535
+ if kms_key_name is not None:
1536
+ pulumi.set(__self__, "kms_key_name", kms_key_name)
1537
+ if type is not None:
1538
+ pulumi.set(__self__, "type", type)
1539
+
1540
+ @property
1541
+ @pulumi.getter(name="kmsKeyName")
1542
+ def kms_key_name(self) -> Optional[str]:
1543
+ """
1544
+ The [KMS key name] with which the content of the Operation is encrypted. The expected
1545
+ format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1546
+ Will be empty string if google managed.
1547
+ """
1548
+ return pulumi.get(self, "kms_key_name")
1549
+
1550
+ @property
1551
+ @pulumi.getter
1552
+ def type(self) -> Optional[str]:
1553
+ """
1554
+ Type of Encryption Key
1555
+ Possible values are: `GOOGLE_MANAGED`, `CUSTOMER_MANAGED`.
1556
+ """
1557
+ return pulumi.get(self, "type")
1558
+
1559
+
1560
+ @pulumi.output_type
1561
+ class ConnectionEventingConfigAdditionalVariableSecretValue(dict):
1562
+ @staticmethod
1563
+ def __key_warning(key: str):
1564
+ suggest = None
1565
+ if key == "secretVersion":
1566
+ suggest = "secret_version"
1567
+
1568
+ if suggest:
1569
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionEventingConfigAdditionalVariableSecretValue. Access the value via the '{suggest}' property getter instead.")
1570
+
1571
+ def __getitem__(self, key: str) -> Any:
1572
+ ConnectionEventingConfigAdditionalVariableSecretValue.__key_warning(key)
1573
+ return super().__getitem__(key)
1574
+
1575
+ def get(self, key: str, default = None) -> Any:
1576
+ ConnectionEventingConfigAdditionalVariableSecretValue.__key_warning(key)
1577
+ return super().get(key, default)
1578
+
1579
+ def __init__(__self__, *,
1580
+ secret_version: str):
1581
+ """
1582
+ :param str secret_version: Secret version of Secret Value for Config variable.
1583
+ """
1584
+ pulumi.set(__self__, "secret_version", secret_version)
1585
+
1586
+ @property
1587
+ @pulumi.getter(name="secretVersion")
1588
+ def secret_version(self) -> str:
1589
+ """
1590
+ Secret version of Secret Value for Config variable.
1591
+ """
1592
+ return pulumi.get(self, "secret_version")
1593
+
1594
+
1595
+ @pulumi.output_type
1596
+ class ConnectionEventingConfigAuthConfig(dict):
1597
+ @staticmethod
1598
+ def __key_warning(key: str):
1599
+ suggest = None
1600
+ if key == "authType":
1601
+ suggest = "auth_type"
1602
+ elif key == "userPassword":
1603
+ suggest = "user_password"
1604
+ elif key == "additionalVariables":
1605
+ suggest = "additional_variables"
1606
+ elif key == "authKey":
1607
+ suggest = "auth_key"
1608
+
1609
+ if suggest:
1610
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionEventingConfigAuthConfig. Access the value via the '{suggest}' property getter instead.")
1611
+
1612
+ def __getitem__(self, key: str) -> Any:
1613
+ ConnectionEventingConfigAuthConfig.__key_warning(key)
1614
+ return super().__getitem__(key)
1615
+
1616
+ def get(self, key: str, default = None) -> Any:
1617
+ ConnectionEventingConfigAuthConfig.__key_warning(key)
1618
+ return super().get(key, default)
1619
+
1620
+ def __init__(__self__, *,
1621
+ auth_type: str,
1622
+ user_password: 'outputs.ConnectionEventingConfigAuthConfigUserPassword',
1623
+ additional_variables: Optional[Sequence['outputs.ConnectionEventingConfigAuthConfigAdditionalVariable']] = None,
1624
+ auth_key: Optional[str] = None):
1625
+ """
1626
+ :param str auth_type: authType of the Connection
1627
+ Possible values are: `USER_PASSWORD`.
1628
+ :param 'ConnectionEventingConfigAuthConfigUserPasswordArgs' user_password: User password for Authentication.
1629
+ Structure is documented below.
1630
+ :param Sequence['ConnectionEventingConfigAuthConfigAdditionalVariableArgs'] additional_variables: List containing additional auth configs.
1631
+ Structure is documented below.
1632
+ :param str auth_key: The type of authentication configured.
1633
+ """
1634
+ pulumi.set(__self__, "auth_type", auth_type)
1635
+ pulumi.set(__self__, "user_password", user_password)
1636
+ if additional_variables is not None:
1637
+ pulumi.set(__self__, "additional_variables", additional_variables)
1638
+ if auth_key is not None:
1639
+ pulumi.set(__self__, "auth_key", auth_key)
1640
+
1641
+ @property
1642
+ @pulumi.getter(name="authType")
1643
+ def auth_type(self) -> str:
1644
+ """
1645
+ authType of the Connection
1646
+ Possible values are: `USER_PASSWORD`.
1647
+ """
1648
+ return pulumi.get(self, "auth_type")
1649
+
1650
+ @property
1651
+ @pulumi.getter(name="userPassword")
1652
+ def user_password(self) -> 'outputs.ConnectionEventingConfigAuthConfigUserPassword':
1653
+ """
1654
+ User password for Authentication.
1655
+ Structure is documented below.
1656
+ """
1657
+ return pulumi.get(self, "user_password")
1658
+
1659
+ @property
1660
+ @pulumi.getter(name="additionalVariables")
1661
+ def additional_variables(self) -> Optional[Sequence['outputs.ConnectionEventingConfigAuthConfigAdditionalVariable']]:
1662
+ """
1663
+ List containing additional auth configs.
1664
+ Structure is documented below.
1665
+ """
1666
+ return pulumi.get(self, "additional_variables")
1667
+
1668
+ @property
1669
+ @pulumi.getter(name="authKey")
1670
+ def auth_key(self) -> Optional[str]:
1671
+ """
1672
+ The type of authentication configured.
1673
+ """
1674
+ return pulumi.get(self, "auth_key")
1675
+
1676
+
1677
+ @pulumi.output_type
1678
+ class ConnectionEventingConfigAuthConfigAdditionalVariable(dict):
1679
+ @staticmethod
1680
+ def __key_warning(key: str):
1681
+ suggest = None
1682
+ if key == "booleanValue":
1683
+ suggest = "boolean_value"
1684
+ elif key == "encryptionKeyValue":
1685
+ suggest = "encryption_key_value"
1686
+ elif key == "integerValue":
1687
+ suggest = "integer_value"
1688
+ elif key == "secretValue":
1689
+ suggest = "secret_value"
1690
+ elif key == "stringValue":
1691
+ suggest = "string_value"
1692
+
1693
+ if suggest:
1694
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionEventingConfigAuthConfigAdditionalVariable. Access the value via the '{suggest}' property getter instead.")
1695
+
1696
+ def __getitem__(self, key: str) -> Any:
1697
+ ConnectionEventingConfigAuthConfigAdditionalVariable.__key_warning(key)
1698
+ return super().__getitem__(key)
1699
+
1700
+ def get(self, key: str, default = None) -> Any:
1701
+ ConnectionEventingConfigAuthConfigAdditionalVariable.__key_warning(key)
1702
+ return super().get(key, default)
1703
+
1704
+ def __init__(__self__, *,
1705
+ key: str,
1706
+ boolean_value: Optional[bool] = None,
1707
+ encryption_key_value: Optional['outputs.ConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValue'] = None,
1708
+ integer_value: Optional[int] = None,
1709
+ secret_value: Optional['outputs.ConnectionEventingConfigAuthConfigAdditionalVariableSecretValue'] = None,
1710
+ string_value: Optional[str] = None):
1711
+ """
1712
+ :param str key: Key for the configVariable
1713
+ :param bool boolean_value: Boolean Value of configVariable.
1714
+ :param 'ConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValueArgs' encryption_key_value: Encription key value of configVariable.
1715
+ Structure is documented below.
1716
+ :param int integer_value: Integer Value of configVariable.
1717
+ :param 'ConnectionEventingConfigAuthConfigAdditionalVariableSecretValueArgs' secret_value: Secret value of configVariable
1718
+ Structure is documented below.
1719
+ :param str string_value: String Value of configVariabley.
1720
+ """
1721
+ pulumi.set(__self__, "key", key)
1722
+ if boolean_value is not None:
1723
+ pulumi.set(__self__, "boolean_value", boolean_value)
1724
+ if encryption_key_value is not None:
1725
+ pulumi.set(__self__, "encryption_key_value", encryption_key_value)
1726
+ if integer_value is not None:
1727
+ pulumi.set(__self__, "integer_value", integer_value)
1728
+ if secret_value is not None:
1729
+ pulumi.set(__self__, "secret_value", secret_value)
1730
+ if string_value is not None:
1731
+ pulumi.set(__self__, "string_value", string_value)
1732
+
1733
+ @property
1734
+ @pulumi.getter
1735
+ def key(self) -> str:
1736
+ """
1737
+ Key for the configVariable
1738
+ """
1739
+ return pulumi.get(self, "key")
1740
+
1741
+ @property
1742
+ @pulumi.getter(name="booleanValue")
1743
+ def boolean_value(self) -> Optional[bool]:
1744
+ """
1745
+ Boolean Value of configVariable.
1746
+ """
1747
+ return pulumi.get(self, "boolean_value")
1748
+
1749
+ @property
1750
+ @pulumi.getter(name="encryptionKeyValue")
1751
+ def encryption_key_value(self) -> Optional['outputs.ConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValue']:
1752
+ """
1753
+ Encription key value of configVariable.
1754
+ Structure is documented below.
1755
+ """
1756
+ return pulumi.get(self, "encryption_key_value")
1757
+
1758
+ @property
1759
+ @pulumi.getter(name="integerValue")
1760
+ def integer_value(self) -> Optional[int]:
1761
+ """
1762
+ Integer Value of configVariable.
1763
+ """
1764
+ return pulumi.get(self, "integer_value")
1765
+
1766
+ @property
1767
+ @pulumi.getter(name="secretValue")
1768
+ def secret_value(self) -> Optional['outputs.ConnectionEventingConfigAuthConfigAdditionalVariableSecretValue']:
1769
+ """
1770
+ Secret value of configVariable
1771
+ Structure is documented below.
1772
+ """
1773
+ return pulumi.get(self, "secret_value")
1774
+
1775
+ @property
1776
+ @pulumi.getter(name="stringValue")
1777
+ def string_value(self) -> Optional[str]:
1778
+ """
1779
+ String Value of configVariabley.
1780
+ """
1781
+ return pulumi.get(self, "string_value")
1782
+
1783
+
1784
+ @pulumi.output_type
1785
+ class ConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValue(dict):
1786
+ @staticmethod
1787
+ def __key_warning(key: str):
1788
+ suggest = None
1789
+ if key == "kmsKeyName":
1790
+ suggest = "kms_key_name"
1791
+
1792
+ if suggest:
1793
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValue. Access the value via the '{suggest}' property getter instead.")
1794
+
1795
+ def __getitem__(self, key: str) -> Any:
1796
+ ConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValue.__key_warning(key)
1797
+ return super().__getitem__(key)
1798
+
1799
+ def get(self, key: str, default = None) -> Any:
1800
+ ConnectionEventingConfigAuthConfigAdditionalVariableEncryptionKeyValue.__key_warning(key)
1801
+ return super().get(key, default)
1802
+
1803
+ def __init__(__self__, *,
1804
+ kms_key_name: Optional[str] = None,
1805
+ type: Optional[str] = None):
1806
+ """
1807
+ :param str kms_key_name: The [KMS key name] with which the content of the Operation is encrypted. The expected
1808
+ format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1809
+ Will be empty string if google managed.
1810
+ :param str type: Type of Encryption Key
1811
+ Possible values are: `GOOGLE_MANAGED`, `CUSTOMER_MANAGED`.
1812
+ """
1813
+ if kms_key_name is not None:
1814
+ pulumi.set(__self__, "kms_key_name", kms_key_name)
1815
+ if type is not None:
1816
+ pulumi.set(__self__, "type", type)
1817
+
1818
+ @property
1819
+ @pulumi.getter(name="kmsKeyName")
1820
+ def kms_key_name(self) -> Optional[str]:
1821
+ """
1822
+ The [KMS key name] with which the content of the Operation is encrypted. The expected
1823
+ format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
1824
+ Will be empty string if google managed.
1825
+ """
1826
+ return pulumi.get(self, "kms_key_name")
1827
+
1828
+ @property
1829
+ @pulumi.getter
1830
+ def type(self) -> Optional[str]:
1831
+ """
1832
+ Type of Encryption Key
1833
+ Possible values are: `GOOGLE_MANAGED`, `CUSTOMER_MANAGED`.
1834
+ """
1835
+ return pulumi.get(self, "type")
1836
+
1837
+
1838
+ @pulumi.output_type
1839
+ class ConnectionEventingConfigAuthConfigAdditionalVariableSecretValue(dict):
1840
+ @staticmethod
1841
+ def __key_warning(key: str):
1842
+ suggest = None
1843
+ if key == "secretVersion":
1844
+ suggest = "secret_version"
1845
+
1846
+ if suggest:
1847
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionEventingConfigAuthConfigAdditionalVariableSecretValue. Access the value via the '{suggest}' property getter instead.")
1848
+
1849
+ def __getitem__(self, key: str) -> Any:
1850
+ ConnectionEventingConfigAuthConfigAdditionalVariableSecretValue.__key_warning(key)
1851
+ return super().__getitem__(key)
1852
+
1853
+ def get(self, key: str, default = None) -> Any:
1854
+ ConnectionEventingConfigAuthConfigAdditionalVariableSecretValue.__key_warning(key)
1855
+ return super().get(key, default)
1856
+
1857
+ def __init__(__self__, *,
1858
+ secret_version: str):
1859
+ """
1860
+ :param str secret_version: Secret version of Secret Value for Config variable.
1861
+ """
1862
+ pulumi.set(__self__, "secret_version", secret_version)
1863
+
1864
+ @property
1865
+ @pulumi.getter(name="secretVersion")
1866
+ def secret_version(self) -> str:
1867
+ """
1868
+ Secret version of Secret Value for Config variable.
1869
+ """
1870
+ return pulumi.get(self, "secret_version")
1871
+
1872
+
1873
+ @pulumi.output_type
1874
+ class ConnectionEventingConfigAuthConfigUserPassword(dict):
1875
+ def __init__(__self__, *,
1876
+ password: Optional['outputs.ConnectionEventingConfigAuthConfigUserPasswordPassword'] = None,
1877
+ username: Optional[str] = None):
1878
+ """
1879
+ :param 'ConnectionEventingConfigAuthConfigUserPasswordPasswordArgs' password: Password for Authentication.
1880
+ Structure is documented below.
1881
+ :param str username: Username for Authentication.
1882
+ """
1883
+ if password is not None:
1884
+ pulumi.set(__self__, "password", password)
1885
+ if username is not None:
1886
+ pulumi.set(__self__, "username", username)
1887
+
1888
+ @property
1889
+ @pulumi.getter
1890
+ def password(self) -> Optional['outputs.ConnectionEventingConfigAuthConfigUserPasswordPassword']:
1891
+ """
1892
+ Password for Authentication.
1893
+ Structure is documented below.
1894
+ """
1895
+ return pulumi.get(self, "password")
1896
+
1897
+ @property
1898
+ @pulumi.getter
1899
+ def username(self) -> Optional[str]:
1900
+ """
1901
+ Username for Authentication.
1902
+ """
1903
+ return pulumi.get(self, "username")
1904
+
1905
+
1906
+ @pulumi.output_type
1907
+ class ConnectionEventingConfigAuthConfigUserPasswordPassword(dict):
1908
+ @staticmethod
1909
+ def __key_warning(key: str):
1910
+ suggest = None
1911
+ if key == "secretVersion":
1912
+ suggest = "secret_version"
1913
+
1914
+ if suggest:
1915
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionEventingConfigAuthConfigUserPasswordPassword. Access the value via the '{suggest}' property getter instead.")
1916
+
1917
+ def __getitem__(self, key: str) -> Any:
1918
+ ConnectionEventingConfigAuthConfigUserPasswordPassword.__key_warning(key)
1919
+ return super().__getitem__(key)
1920
+
1921
+ def get(self, key: str, default = None) -> Any:
1922
+ ConnectionEventingConfigAuthConfigUserPasswordPassword.__key_warning(key)
1923
+ return super().get(key, default)
1924
+
1925
+ def __init__(__self__, *,
1926
+ secret_version: str):
1927
+ """
1928
+ :param str secret_version: The resource name of the secret version in the format,
1929
+ format as: projects/*/secrets/*/versions/*.
1930
+ """
1931
+ pulumi.set(__self__, "secret_version", secret_version)
1932
+
1933
+ @property
1934
+ @pulumi.getter(name="secretVersion")
1935
+ def secret_version(self) -> str:
1936
+ """
1937
+ The resource name of the secret version in the format,
1938
+ format as: projects/*/secrets/*/versions/*.
1939
+ """
1940
+ return pulumi.get(self, "secret_version")
1941
+
1942
+
1943
+ @pulumi.output_type
1944
+ class ConnectionEventingConfigRegistrationDestinationConfig(dict):
1945
+ def __init__(__self__, *,
1946
+ destinations: Optional[Sequence['outputs.ConnectionEventingConfigRegistrationDestinationConfigDestination']] = None,
1947
+ key: Optional[str] = None):
1948
+ """
1949
+ :param Sequence['ConnectionEventingConfigRegistrationDestinationConfigDestinationArgs'] destinations: destinations for the connection
1950
+ Structure is documented below.
1951
+ :param str key: Key for the connection
1952
+ """
1953
+ if destinations is not None:
1954
+ pulumi.set(__self__, "destinations", destinations)
1955
+ if key is not None:
1956
+ pulumi.set(__self__, "key", key)
1957
+
1958
+ @property
1959
+ @pulumi.getter
1960
+ def destinations(self) -> Optional[Sequence['outputs.ConnectionEventingConfigRegistrationDestinationConfigDestination']]:
1961
+ """
1962
+ destinations for the connection
1963
+ Structure is documented below.
1964
+ """
1965
+ return pulumi.get(self, "destinations")
1966
+
1967
+ @property
1968
+ @pulumi.getter
1969
+ def key(self) -> Optional[str]:
1970
+ """
1971
+ Key for the connection
1972
+ """
1973
+ return pulumi.get(self, "key")
1974
+
1975
+
1976
+ @pulumi.output_type
1977
+ class ConnectionEventingConfigRegistrationDestinationConfigDestination(dict):
1978
+ @staticmethod
1979
+ def __key_warning(key: str):
1980
+ suggest = None
1981
+ if key == "serviceAttachment":
1982
+ suggest = "service_attachment"
1983
+
1984
+ if suggest:
1985
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionEventingConfigRegistrationDestinationConfigDestination. Access the value via the '{suggest}' property getter instead.")
1986
+
1987
+ def __getitem__(self, key: str) -> Any:
1988
+ ConnectionEventingConfigRegistrationDestinationConfigDestination.__key_warning(key)
1989
+ return super().__getitem__(key)
1990
+
1991
+ def get(self, key: str, default = None) -> Any:
1992
+ ConnectionEventingConfigRegistrationDestinationConfigDestination.__key_warning(key)
1993
+ return super().get(key, default)
1994
+
1995
+ def __init__(__self__, *,
1996
+ host: Optional[str] = None,
1997
+ port: Optional[int] = None,
1998
+ service_attachment: Optional[str] = None):
1999
+ """
2000
+ :param str host: Host
2001
+ :param int port: port number
2002
+ :param str service_attachment: Service Attachment
2003
+ """
2004
+ if host is not None:
2005
+ pulumi.set(__self__, "host", host)
2006
+ if port is not None:
2007
+ pulumi.set(__self__, "port", port)
2008
+ if service_attachment is not None:
2009
+ pulumi.set(__self__, "service_attachment", service_attachment)
2010
+
2011
+ @property
2012
+ @pulumi.getter
2013
+ def host(self) -> Optional[str]:
2014
+ """
2015
+ Host
2016
+ """
2017
+ return pulumi.get(self, "host")
2018
+
2019
+ @property
2020
+ @pulumi.getter
2021
+ def port(self) -> Optional[int]:
2022
+ """
2023
+ port number
2024
+ """
2025
+ return pulumi.get(self, "port")
2026
+
2027
+ @property
2028
+ @pulumi.getter(name="serviceAttachment")
2029
+ def service_attachment(self) -> Optional[str]:
2030
+ """
2031
+ Service Attachment
2032
+ """
2033
+ return pulumi.get(self, "service_attachment")
2034
+
2035
+
2036
+ @pulumi.output_type
2037
+ class ConnectionEventingRuntimeData(dict):
2038
+ @staticmethod
2039
+ def __key_warning(key: str):
2040
+ suggest = None
2041
+ if key == "eventsListenerEndpoint":
2042
+ suggest = "events_listener_endpoint"
2043
+
2044
+ if suggest:
2045
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionEventingRuntimeData. Access the value via the '{suggest}' property getter instead.")
2046
+
2047
+ def __getitem__(self, key: str) -> Any:
2048
+ ConnectionEventingRuntimeData.__key_warning(key)
2049
+ return super().__getitem__(key)
2050
+
2051
+ def get(self, key: str, default = None) -> Any:
2052
+ ConnectionEventingRuntimeData.__key_warning(key)
2053
+ return super().get(key, default)
2054
+
2055
+ def __init__(__self__, *,
2056
+ events_listener_endpoint: Optional[str] = None,
2057
+ statuses: Optional[Sequence['outputs.ConnectionEventingRuntimeDataStatus']] = None):
2058
+ """
2059
+ :param str events_listener_endpoint: Events listener endpoint. The value will populated after provisioning the events listener.
2060
+ :param Sequence['ConnectionEventingRuntimeDataStatusArgs'] statuses: (Output)
2061
+ Current status of eventing.
2062
+ Structure is documented below.
2063
+ """
2064
+ if events_listener_endpoint is not None:
2065
+ pulumi.set(__self__, "events_listener_endpoint", events_listener_endpoint)
2066
+ if statuses is not None:
2067
+ pulumi.set(__self__, "statuses", statuses)
2068
+
2069
+ @property
2070
+ @pulumi.getter(name="eventsListenerEndpoint")
2071
+ def events_listener_endpoint(self) -> Optional[str]:
2072
+ """
2073
+ Events listener endpoint. The value will populated after provisioning the events listener.
2074
+ """
2075
+ return pulumi.get(self, "events_listener_endpoint")
2076
+
2077
+ @property
2078
+ @pulumi.getter
2079
+ def statuses(self) -> Optional[Sequence['outputs.ConnectionEventingRuntimeDataStatus']]:
2080
+ """
2081
+ (Output)
2082
+ Current status of eventing.
2083
+ Structure is documented below.
2084
+ """
2085
+ return pulumi.get(self, "statuses")
2086
+
2087
+
2088
+ @pulumi.output_type
2089
+ class ConnectionEventingRuntimeDataStatus(dict):
2090
+ def __init__(__self__, *,
2091
+ description: Optional[str] = None,
2092
+ state: Optional[str] = None):
2093
+ """
2094
+ :param str description: An arbitrary description for the Conection.
2095
+ :param str state: (Output)
2096
+ State of the Eventing
2097
+ """
2098
+ if description is not None:
2099
+ pulumi.set(__self__, "description", description)
2100
+ if state is not None:
2101
+ pulumi.set(__self__, "state", state)
2102
+
2103
+ @property
2104
+ @pulumi.getter
2105
+ def description(self) -> Optional[str]:
2106
+ """
2107
+ An arbitrary description for the Conection.
2108
+ """
2109
+ return pulumi.get(self, "description")
2110
+
2111
+ @property
2112
+ @pulumi.getter
2113
+ def state(self) -> Optional[str]:
2114
+ """
2115
+ (Output)
2116
+ State of the Eventing
2117
+ """
2118
+ return pulumi.get(self, "state")
2119
+
2120
+
2121
+ @pulumi.output_type
2122
+ class ConnectionLockConfig(dict):
2123
+ def __init__(__self__, *,
2124
+ locked: bool,
2125
+ reason: Optional[str] = None):
2126
+ """
2127
+ :param bool locked: Indicates whether or not the connection is locked.
2128
+ :param str reason: Describes why a connection is locked.
2129
+ """
2130
+ pulumi.set(__self__, "locked", locked)
2131
+ if reason is not None:
2132
+ pulumi.set(__self__, "reason", reason)
2133
+
2134
+ @property
2135
+ @pulumi.getter
2136
+ def locked(self) -> bool:
2137
+ """
2138
+ Indicates whether or not the connection is locked.
2139
+ """
2140
+ return pulumi.get(self, "locked")
2141
+
2142
+ @property
2143
+ @pulumi.getter
2144
+ def reason(self) -> Optional[str]:
2145
+ """
2146
+ Describes why a connection is locked.
2147
+ """
2148
+ return pulumi.get(self, "reason")
2149
+
2150
+
2151
+ @pulumi.output_type
2152
+ class ConnectionLogConfig(dict):
2153
+ def __init__(__self__, *,
2154
+ enabled: bool):
2155
+ """
2156
+ :param bool enabled: Enabled represents whether logging is enabled or not for a connection.
2157
+ """
2158
+ pulumi.set(__self__, "enabled", enabled)
2159
+
2160
+ @property
2161
+ @pulumi.getter
2162
+ def enabled(self) -> bool:
2163
+ """
2164
+ Enabled represents whether logging is enabled or not for a connection.
2165
+ """
2166
+ return pulumi.get(self, "enabled")
2167
+
2168
+
2169
+ @pulumi.output_type
2170
+ class ConnectionNodeConfig(dict):
2171
+ @staticmethod
2172
+ def __key_warning(key: str):
2173
+ suggest = None
2174
+ if key == "maxNodeCount":
2175
+ suggest = "max_node_count"
2176
+ elif key == "minNodeCount":
2177
+ suggest = "min_node_count"
2178
+
2179
+ if suggest:
2180
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionNodeConfig. Access the value via the '{suggest}' property getter instead.")
2181
+
2182
+ def __getitem__(self, key: str) -> Any:
2183
+ ConnectionNodeConfig.__key_warning(key)
2184
+ return super().__getitem__(key)
2185
+
2186
+ def get(self, key: str, default = None) -> Any:
2187
+ ConnectionNodeConfig.__key_warning(key)
2188
+ return super().get(key, default)
2189
+
2190
+ def __init__(__self__, *,
2191
+ max_node_count: Optional[int] = None,
2192
+ min_node_count: Optional[int] = None):
2193
+ """
2194
+ :param int max_node_count: Minimum number of nodes in the runtime nodes.
2195
+ :param int min_node_count: Minimum number of nodes in the runtime nodes.
2196
+ """
2197
+ if max_node_count is not None:
2198
+ pulumi.set(__self__, "max_node_count", max_node_count)
2199
+ if min_node_count is not None:
2200
+ pulumi.set(__self__, "min_node_count", min_node_count)
2201
+
2202
+ @property
2203
+ @pulumi.getter(name="maxNodeCount")
2204
+ def max_node_count(self) -> Optional[int]:
2205
+ """
2206
+ Minimum number of nodes in the runtime nodes.
2207
+ """
2208
+ return pulumi.get(self, "max_node_count")
2209
+
2210
+ @property
2211
+ @pulumi.getter(name="minNodeCount")
2212
+ def min_node_count(self) -> Optional[int]:
2213
+ """
2214
+ Minimum number of nodes in the runtime nodes.
2215
+ """
2216
+ return pulumi.get(self, "min_node_count")
2217
+
2218
+
2219
+ @pulumi.output_type
2220
+ class ConnectionSslConfig(dict):
2221
+ @staticmethod
2222
+ def __key_warning(key: str):
2223
+ suggest = None
2224
+ if key == "additionalVariables":
2225
+ suggest = "additional_variables"
2226
+ elif key == "clientCertType":
2227
+ suggest = "client_cert_type"
2228
+ elif key == "clientCertificate":
2229
+ suggest = "client_certificate"
2230
+ elif key == "clientPrivateKey":
2231
+ suggest = "client_private_key"
2232
+ elif key == "clientPrivateKeyPass":
2233
+ suggest = "client_private_key_pass"
2234
+ elif key == "privateServerCertificate":
2235
+ suggest = "private_server_certificate"
2236
+ elif key == "serverCertType":
2237
+ suggest = "server_cert_type"
2238
+ elif key == "trustModel":
2239
+ suggest = "trust_model"
2240
+ elif key == "useSsl":
2241
+ suggest = "use_ssl"
2242
+
2243
+ if suggest:
2244
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionSslConfig. Access the value via the '{suggest}' property getter instead.")
2245
+
2246
+ def __getitem__(self, key: str) -> Any:
2247
+ ConnectionSslConfig.__key_warning(key)
2248
+ return super().__getitem__(key)
2249
+
2250
+ def get(self, key: str, default = None) -> Any:
2251
+ ConnectionSslConfig.__key_warning(key)
2252
+ return super().get(key, default)
2253
+
2254
+ def __init__(__self__, *,
2255
+ type: str,
2256
+ additional_variables: Optional[Sequence['outputs.ConnectionSslConfigAdditionalVariable']] = None,
2257
+ client_cert_type: Optional[str] = None,
2258
+ client_certificate: Optional['outputs.ConnectionSslConfigClientCertificate'] = None,
2259
+ client_private_key: Optional['outputs.ConnectionSslConfigClientPrivateKey'] = None,
2260
+ client_private_key_pass: Optional['outputs.ConnectionSslConfigClientPrivateKeyPass'] = None,
2261
+ private_server_certificate: Optional['outputs.ConnectionSslConfigPrivateServerCertificate'] = None,
2262
+ server_cert_type: Optional[str] = None,
2263
+ trust_model: Optional[str] = None,
2264
+ use_ssl: Optional[bool] = None):
2265
+ """
2266
+ :param str type: Enum for controlling the SSL Type (TLS/MTLS)
2267
+ Possible values are: `TLS`, `MTLS`.
2268
+ :param Sequence['ConnectionSslConfigAdditionalVariableArgs'] additional_variables: Additional SSL related field values.
2269
+ Structure is documented below.
2270
+ :param str client_cert_type: Type of Client Cert (PEM/JKS/.. etc.)
2271
+ Possible values are: `PEM`.
2272
+ :param 'ConnectionSslConfigClientCertificateArgs' client_certificate: Client Certificate
2273
+ Structure is documented below.
2274
+ :param 'ConnectionSslConfigClientPrivateKeyArgs' client_private_key: Client Private Key
2275
+ Structure is documented below.
2276
+ :param 'ConnectionSslConfigClientPrivateKeyPassArgs' client_private_key_pass: Secret containing the passphrase protecting the Client Private Key
2277
+ Structure is documented below.
2278
+ :param 'ConnectionSslConfigPrivateServerCertificateArgs' private_server_certificate: Private Server Certificate. Needs to be specified if trust model is PRIVATE.
2279
+ Structure is documented below.
2280
+ :param str server_cert_type: Type of Server Cert (PEM/JKS/.. etc.)
2281
+ Possible values are: `PEM`.
2282
+ :param str trust_model: Enum for Trust Model
2283
+ Possible values are: `PUBLIC`, `PRIVATE`, `INSECURE`.
2284
+ :param bool use_ssl: Bool for enabling SSL
2285
+ """
2286
+ pulumi.set(__self__, "type", type)
2287
+ if additional_variables is not None:
2288
+ pulumi.set(__self__, "additional_variables", additional_variables)
2289
+ if client_cert_type is not None:
2290
+ pulumi.set(__self__, "client_cert_type", client_cert_type)
2291
+ if client_certificate is not None:
2292
+ pulumi.set(__self__, "client_certificate", client_certificate)
2293
+ if client_private_key is not None:
2294
+ pulumi.set(__self__, "client_private_key", client_private_key)
2295
+ if client_private_key_pass is not None:
2296
+ pulumi.set(__self__, "client_private_key_pass", client_private_key_pass)
2297
+ if private_server_certificate is not None:
2298
+ pulumi.set(__self__, "private_server_certificate", private_server_certificate)
2299
+ if server_cert_type is not None:
2300
+ pulumi.set(__self__, "server_cert_type", server_cert_type)
2301
+ if trust_model is not None:
2302
+ pulumi.set(__self__, "trust_model", trust_model)
2303
+ if use_ssl is not None:
2304
+ pulumi.set(__self__, "use_ssl", use_ssl)
2305
+
2306
+ @property
2307
+ @pulumi.getter
2308
+ def type(self) -> str:
2309
+ """
2310
+ Enum for controlling the SSL Type (TLS/MTLS)
2311
+ Possible values are: `TLS`, `MTLS`.
2312
+ """
2313
+ return pulumi.get(self, "type")
2314
+
2315
+ @property
2316
+ @pulumi.getter(name="additionalVariables")
2317
+ def additional_variables(self) -> Optional[Sequence['outputs.ConnectionSslConfigAdditionalVariable']]:
2318
+ """
2319
+ Additional SSL related field values.
2320
+ Structure is documented below.
2321
+ """
2322
+ return pulumi.get(self, "additional_variables")
2323
+
2324
+ @property
2325
+ @pulumi.getter(name="clientCertType")
2326
+ def client_cert_type(self) -> Optional[str]:
2327
+ """
2328
+ Type of Client Cert (PEM/JKS/.. etc.)
2329
+ Possible values are: `PEM`.
2330
+ """
2331
+ return pulumi.get(self, "client_cert_type")
2332
+
2333
+ @property
2334
+ @pulumi.getter(name="clientCertificate")
2335
+ def client_certificate(self) -> Optional['outputs.ConnectionSslConfigClientCertificate']:
2336
+ """
2337
+ Client Certificate
2338
+ Structure is documented below.
2339
+ """
2340
+ return pulumi.get(self, "client_certificate")
2341
+
2342
+ @property
2343
+ @pulumi.getter(name="clientPrivateKey")
2344
+ def client_private_key(self) -> Optional['outputs.ConnectionSslConfigClientPrivateKey']:
2345
+ """
2346
+ Client Private Key
2347
+ Structure is documented below.
2348
+ """
2349
+ return pulumi.get(self, "client_private_key")
2350
+
2351
+ @property
2352
+ @pulumi.getter(name="clientPrivateKeyPass")
2353
+ def client_private_key_pass(self) -> Optional['outputs.ConnectionSslConfigClientPrivateKeyPass']:
2354
+ """
2355
+ Secret containing the passphrase protecting the Client Private Key
2356
+ Structure is documented below.
2357
+ """
2358
+ return pulumi.get(self, "client_private_key_pass")
2359
+
2360
+ @property
2361
+ @pulumi.getter(name="privateServerCertificate")
2362
+ def private_server_certificate(self) -> Optional['outputs.ConnectionSslConfigPrivateServerCertificate']:
2363
+ """
2364
+ Private Server Certificate. Needs to be specified if trust model is PRIVATE.
2365
+ Structure is documented below.
2366
+ """
2367
+ return pulumi.get(self, "private_server_certificate")
2368
+
2369
+ @property
2370
+ @pulumi.getter(name="serverCertType")
2371
+ def server_cert_type(self) -> Optional[str]:
2372
+ """
2373
+ Type of Server Cert (PEM/JKS/.. etc.)
2374
+ Possible values are: `PEM`.
2375
+ """
2376
+ return pulumi.get(self, "server_cert_type")
2377
+
2378
+ @property
2379
+ @pulumi.getter(name="trustModel")
2380
+ def trust_model(self) -> Optional[str]:
2381
+ """
2382
+ Enum for Trust Model
2383
+ Possible values are: `PUBLIC`, `PRIVATE`, `INSECURE`.
2384
+ """
2385
+ return pulumi.get(self, "trust_model")
2386
+
2387
+ @property
2388
+ @pulumi.getter(name="useSsl")
2389
+ def use_ssl(self) -> Optional[bool]:
2390
+ """
2391
+ Bool for enabling SSL
2392
+ """
2393
+ return pulumi.get(self, "use_ssl")
2394
+
2395
+
2396
+ @pulumi.output_type
2397
+ class ConnectionSslConfigAdditionalVariable(dict):
2398
+ @staticmethod
2399
+ def __key_warning(key: str):
2400
+ suggest = None
2401
+ if key == "booleanValue":
2402
+ suggest = "boolean_value"
2403
+ elif key == "encryptionKeyValue":
2404
+ suggest = "encryption_key_value"
2405
+ elif key == "integerValue":
2406
+ suggest = "integer_value"
2407
+ elif key == "secretValue":
2408
+ suggest = "secret_value"
2409
+ elif key == "stringValue":
2410
+ suggest = "string_value"
2411
+
2412
+ if suggest:
2413
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionSslConfigAdditionalVariable. Access the value via the '{suggest}' property getter instead.")
2414
+
2415
+ def __getitem__(self, key: str) -> Any:
2416
+ ConnectionSslConfigAdditionalVariable.__key_warning(key)
2417
+ return super().__getitem__(key)
2418
+
2419
+ def get(self, key: str, default = None) -> Any:
2420
+ ConnectionSslConfigAdditionalVariable.__key_warning(key)
2421
+ return super().get(key, default)
2422
+
2423
+ def __init__(__self__, *,
2424
+ key: str,
2425
+ boolean_value: Optional[bool] = None,
2426
+ encryption_key_value: Optional['outputs.ConnectionSslConfigAdditionalVariableEncryptionKeyValue'] = None,
2427
+ integer_value: Optional[int] = None,
2428
+ secret_value: Optional['outputs.ConnectionSslConfigAdditionalVariableSecretValue'] = None,
2429
+ string_value: Optional[str] = None):
2430
+ """
2431
+ :param str key: Key for the configVariable
2432
+ :param bool boolean_value: Boolean Value of configVariable.
2433
+ :param 'ConnectionSslConfigAdditionalVariableEncryptionKeyValueArgs' encryption_key_value: Encription key value of configVariable.
2434
+ Structure is documented below.
2435
+ :param int integer_value: Integer Value of configVariable.
2436
+ :param 'ConnectionSslConfigAdditionalVariableSecretValueArgs' secret_value: Secret value of configVariable
2437
+ Structure is documented below.
2438
+ :param str string_value: String Value of configVariabley.
2439
+ """
2440
+ pulumi.set(__self__, "key", key)
2441
+ if boolean_value is not None:
2442
+ pulumi.set(__self__, "boolean_value", boolean_value)
2443
+ if encryption_key_value is not None:
2444
+ pulumi.set(__self__, "encryption_key_value", encryption_key_value)
2445
+ if integer_value is not None:
2446
+ pulumi.set(__self__, "integer_value", integer_value)
2447
+ if secret_value is not None:
2448
+ pulumi.set(__self__, "secret_value", secret_value)
2449
+ if string_value is not None:
2450
+ pulumi.set(__self__, "string_value", string_value)
2451
+
2452
+ @property
2453
+ @pulumi.getter
2454
+ def key(self) -> str:
2455
+ """
2456
+ Key for the configVariable
2457
+ """
2458
+ return pulumi.get(self, "key")
2459
+
2460
+ @property
2461
+ @pulumi.getter(name="booleanValue")
2462
+ def boolean_value(self) -> Optional[bool]:
2463
+ """
2464
+ Boolean Value of configVariable.
2465
+ """
2466
+ return pulumi.get(self, "boolean_value")
2467
+
2468
+ @property
2469
+ @pulumi.getter(name="encryptionKeyValue")
2470
+ def encryption_key_value(self) -> Optional['outputs.ConnectionSslConfigAdditionalVariableEncryptionKeyValue']:
2471
+ """
2472
+ Encription key value of configVariable.
2473
+ Structure is documented below.
2474
+ """
2475
+ return pulumi.get(self, "encryption_key_value")
2476
+
2477
+ @property
2478
+ @pulumi.getter(name="integerValue")
2479
+ def integer_value(self) -> Optional[int]:
2480
+ """
2481
+ Integer Value of configVariable.
2482
+ """
2483
+ return pulumi.get(self, "integer_value")
2484
+
2485
+ @property
2486
+ @pulumi.getter(name="secretValue")
2487
+ def secret_value(self) -> Optional['outputs.ConnectionSslConfigAdditionalVariableSecretValue']:
2488
+ """
2489
+ Secret value of configVariable
2490
+ Structure is documented below.
2491
+ """
2492
+ return pulumi.get(self, "secret_value")
2493
+
2494
+ @property
2495
+ @pulumi.getter(name="stringValue")
2496
+ def string_value(self) -> Optional[str]:
2497
+ """
2498
+ String Value of configVariabley.
2499
+ """
2500
+ return pulumi.get(self, "string_value")
2501
+
2502
+
2503
+ @pulumi.output_type
2504
+ class ConnectionSslConfigAdditionalVariableEncryptionKeyValue(dict):
2505
+ @staticmethod
2506
+ def __key_warning(key: str):
2507
+ suggest = None
2508
+ if key == "kmsKeyName":
2509
+ suggest = "kms_key_name"
2510
+
2511
+ if suggest:
2512
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionSslConfigAdditionalVariableEncryptionKeyValue. Access the value via the '{suggest}' property getter instead.")
2513
+
2514
+ def __getitem__(self, key: str) -> Any:
2515
+ ConnectionSslConfigAdditionalVariableEncryptionKeyValue.__key_warning(key)
2516
+ return super().__getitem__(key)
2517
+
2518
+ def get(self, key: str, default = None) -> Any:
2519
+ ConnectionSslConfigAdditionalVariableEncryptionKeyValue.__key_warning(key)
2520
+ return super().get(key, default)
2521
+
2522
+ def __init__(__self__, *,
2523
+ kms_key_name: Optional[str] = None,
2524
+ type: Optional[str] = None):
2525
+ """
2526
+ :param str kms_key_name: The [KMS key name] with which the content of the Operation is encrypted. The expected
2527
+ format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
2528
+ Will be empty string if google managed.
2529
+ :param str type: Type of Encryption Key
2530
+ Possible values are: `GOOGLE_MANAGED`, `CUSTOMER_MANAGED`.
2531
+ """
2532
+ if kms_key_name is not None:
2533
+ pulumi.set(__self__, "kms_key_name", kms_key_name)
2534
+ if type is not None:
2535
+ pulumi.set(__self__, "type", type)
2536
+
2537
+ @property
2538
+ @pulumi.getter(name="kmsKeyName")
2539
+ def kms_key_name(self) -> Optional[str]:
2540
+ """
2541
+ The [KMS key name] with which the content of the Operation is encrypted. The expected
2542
+ format: projects/*/locations/*/keyRings/*/cryptoKeys/*.
2543
+ Will be empty string if google managed.
2544
+ """
2545
+ return pulumi.get(self, "kms_key_name")
2546
+
2547
+ @property
2548
+ @pulumi.getter
2549
+ def type(self) -> Optional[str]:
2550
+ """
2551
+ Type of Encryption Key
2552
+ Possible values are: `GOOGLE_MANAGED`, `CUSTOMER_MANAGED`.
2553
+ """
2554
+ return pulumi.get(self, "type")
2555
+
2556
+
2557
+ @pulumi.output_type
2558
+ class ConnectionSslConfigAdditionalVariableSecretValue(dict):
2559
+ @staticmethod
2560
+ def __key_warning(key: str):
2561
+ suggest = None
2562
+ if key == "secretVersion":
2563
+ suggest = "secret_version"
2564
+
2565
+ if suggest:
2566
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionSslConfigAdditionalVariableSecretValue. Access the value via the '{suggest}' property getter instead.")
2567
+
2568
+ def __getitem__(self, key: str) -> Any:
2569
+ ConnectionSslConfigAdditionalVariableSecretValue.__key_warning(key)
2570
+ return super().__getitem__(key)
2571
+
2572
+ def get(self, key: str, default = None) -> Any:
2573
+ ConnectionSslConfigAdditionalVariableSecretValue.__key_warning(key)
2574
+ return super().get(key, default)
2575
+
2576
+ def __init__(__self__, *,
2577
+ secret_version: str):
2578
+ """
2579
+ :param str secret_version: Secret version of Secret Value for Config variable.
2580
+ """
2581
+ pulumi.set(__self__, "secret_version", secret_version)
2582
+
2583
+ @property
2584
+ @pulumi.getter(name="secretVersion")
2585
+ def secret_version(self) -> str:
2586
+ """
2587
+ Secret version of Secret Value for Config variable.
2588
+ """
2589
+ return pulumi.get(self, "secret_version")
2590
+
2591
+
2592
+ @pulumi.output_type
2593
+ class ConnectionSslConfigClientCertificate(dict):
2594
+ @staticmethod
2595
+ def __key_warning(key: str):
2596
+ suggest = None
2597
+ if key == "secretVersion":
2598
+ suggest = "secret_version"
2599
+
2600
+ if suggest:
2601
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionSslConfigClientCertificate. Access the value via the '{suggest}' property getter instead.")
2602
+
2603
+ def __getitem__(self, key: str) -> Any:
2604
+ ConnectionSslConfigClientCertificate.__key_warning(key)
2605
+ return super().__getitem__(key)
2606
+
2607
+ def get(self, key: str, default = None) -> Any:
2608
+ ConnectionSslConfigClientCertificate.__key_warning(key)
2609
+ return super().get(key, default)
2610
+
2611
+ def __init__(__self__, *,
2612
+ secret_version: str):
2613
+ """
2614
+ :param str secret_version: Secret version of Secret Value for Config variable.
2615
+ """
2616
+ pulumi.set(__self__, "secret_version", secret_version)
2617
+
2618
+ @property
2619
+ @pulumi.getter(name="secretVersion")
2620
+ def secret_version(self) -> str:
2621
+ """
2622
+ Secret version of Secret Value for Config variable.
2623
+ """
2624
+ return pulumi.get(self, "secret_version")
2625
+
2626
+
2627
+ @pulumi.output_type
2628
+ class ConnectionSslConfigClientPrivateKey(dict):
2629
+ @staticmethod
2630
+ def __key_warning(key: str):
2631
+ suggest = None
2632
+ if key == "secretVersion":
2633
+ suggest = "secret_version"
2634
+
2635
+ if suggest:
2636
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionSslConfigClientPrivateKey. Access the value via the '{suggest}' property getter instead.")
2637
+
2638
+ def __getitem__(self, key: str) -> Any:
2639
+ ConnectionSslConfigClientPrivateKey.__key_warning(key)
2640
+ return super().__getitem__(key)
2641
+
2642
+ def get(self, key: str, default = None) -> Any:
2643
+ ConnectionSslConfigClientPrivateKey.__key_warning(key)
2644
+ return super().get(key, default)
2645
+
2646
+ def __init__(__self__, *,
2647
+ secret_version: str):
2648
+ """
2649
+ :param str secret_version: Secret version of Secret Value for Config variable.
2650
+ """
2651
+ pulumi.set(__self__, "secret_version", secret_version)
2652
+
2653
+ @property
2654
+ @pulumi.getter(name="secretVersion")
2655
+ def secret_version(self) -> str:
2656
+ """
2657
+ Secret version of Secret Value for Config variable.
2658
+ """
2659
+ return pulumi.get(self, "secret_version")
2660
+
2661
+
2662
+ @pulumi.output_type
2663
+ class ConnectionSslConfigClientPrivateKeyPass(dict):
2664
+ @staticmethod
2665
+ def __key_warning(key: str):
2666
+ suggest = None
2667
+ if key == "secretVersion":
2668
+ suggest = "secret_version"
2669
+
2670
+ if suggest:
2671
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionSslConfigClientPrivateKeyPass. Access the value via the '{suggest}' property getter instead.")
2672
+
2673
+ def __getitem__(self, key: str) -> Any:
2674
+ ConnectionSslConfigClientPrivateKeyPass.__key_warning(key)
2675
+ return super().__getitem__(key)
2676
+
2677
+ def get(self, key: str, default = None) -> Any:
2678
+ ConnectionSslConfigClientPrivateKeyPass.__key_warning(key)
2679
+ return super().get(key, default)
2680
+
2681
+ def __init__(__self__, *,
2682
+ secret_version: str):
2683
+ """
2684
+ :param str secret_version: Secret version of Secret Value for Config variable.
2685
+ """
2686
+ pulumi.set(__self__, "secret_version", secret_version)
2687
+
2688
+ @property
2689
+ @pulumi.getter(name="secretVersion")
2690
+ def secret_version(self) -> str:
2691
+ """
2692
+ Secret version of Secret Value for Config variable.
2693
+ """
2694
+ return pulumi.get(self, "secret_version")
2695
+
2696
+
2697
+ @pulumi.output_type
2698
+ class ConnectionSslConfigPrivateServerCertificate(dict):
2699
+ @staticmethod
2700
+ def __key_warning(key: str):
2701
+ suggest = None
2702
+ if key == "secretVersion":
2703
+ suggest = "secret_version"
2704
+
2705
+ if suggest:
2706
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionSslConfigPrivateServerCertificate. Access the value via the '{suggest}' property getter instead.")
2707
+
2708
+ def __getitem__(self, key: str) -> Any:
2709
+ ConnectionSslConfigPrivateServerCertificate.__key_warning(key)
2710
+ return super().__getitem__(key)
2711
+
2712
+ def get(self, key: str, default = None) -> Any:
2713
+ ConnectionSslConfigPrivateServerCertificate.__key_warning(key)
2714
+ return super().get(key, default)
2715
+
2716
+ def __init__(__self__, *,
2717
+ secret_version: str):
2718
+ """
2719
+ :param str secret_version: Secret version of Secret Value for Config variable.
2720
+ """
2721
+ pulumi.set(__self__, "secret_version", secret_version)
2722
+
2723
+ @property
2724
+ @pulumi.getter(name="secretVersion")
2725
+ def secret_version(self) -> str:
2726
+ """
2727
+ Secret version of Secret Value for Config variable.
2728
+ """
2729
+ return pulumi.get(self, "secret_version")
2730
+
2731
+
2732
+ @pulumi.output_type
2733
+ class ConnectionStatus(dict):
2734
+ def __init__(__self__, *,
2735
+ description: Optional[str] = None,
2736
+ state: Optional[str] = None,
2737
+ status: Optional[str] = None):
2738
+ """
2739
+ :param str description: An arbitrary description for the Conection.
2740
+ :param str state: (Output)
2741
+ State of the Eventing
2742
+ :param str status: (Output)
2743
+ Current status of eventing.
2744
+ Structure is documented below.
2745
+ """
2746
+ if description is not None:
2747
+ pulumi.set(__self__, "description", description)
2748
+ if state is not None:
2749
+ pulumi.set(__self__, "state", state)
2750
+ if status is not None:
2751
+ pulumi.set(__self__, "status", status)
2752
+
2753
+ @property
2754
+ @pulumi.getter
2755
+ def description(self) -> Optional[str]:
2756
+ """
2757
+ An arbitrary description for the Conection.
2758
+ """
2759
+ return pulumi.get(self, "description")
2760
+
2761
+ @property
2762
+ @pulumi.getter
2763
+ def state(self) -> Optional[str]:
2764
+ """
2765
+ (Output)
2766
+ State of the Eventing
2767
+ """
2768
+ return pulumi.get(self, "state")
2769
+
2770
+ @property
2771
+ @pulumi.getter
2772
+ def status(self) -> Optional[str]:
2773
+ """
2774
+ (Output)
2775
+ Current status of eventing.
2776
+ Structure is documented below.
2777
+ """
2778
+ return pulumi.get(self, "status")
2779
+
2780
+