pulumi-gcp 7.24.0a1716510380__py3-none-any.whl → 7.24.0a1716588893__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (317) hide show
  1. pulumi_gcp/__init__.py +16 -0
  2. pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +12 -12
  3. pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +12 -12
  4. pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +12 -12
  5. pulumi_gcp/apigateway/api_config_iam_binding.py +8 -8
  6. pulumi_gcp/apigateway/api_config_iam_member.py +8 -8
  7. pulumi_gcp/apigateway/api_config_iam_policy.py +8 -8
  8. pulumi_gcp/apigateway/api_iam_binding.py +8 -8
  9. pulumi_gcp/apigateway/api_iam_member.py +8 -8
  10. pulumi_gcp/apigateway/api_iam_policy.py +8 -8
  11. pulumi_gcp/apigateway/gateway_iam_binding.py +8 -8
  12. pulumi_gcp/apigateway/gateway_iam_member.py +8 -8
  13. pulumi_gcp/apigateway/gateway_iam_policy.py +8 -8
  14. pulumi_gcp/apigee/environment_iam_binding.py +12 -12
  15. pulumi_gcp/apigee/environment_iam_member.py +12 -12
  16. pulumi_gcp/apigee/environment_iam_policy.py +12 -12
  17. pulumi_gcp/artifactregistry/repository_iam_binding.py +12 -12
  18. pulumi_gcp/artifactregistry/repository_iam_member.py +12 -12
  19. pulumi_gcp/artifactregistry/repository_iam_policy.py +12 -12
  20. pulumi_gcp/bigquery/connection.py +126 -0
  21. pulumi_gcp/bigquery/connection_iam_binding.py +12 -12
  22. pulumi_gcp/bigquery/connection_iam_member.py +12 -12
  23. pulumi_gcp/bigquery/connection_iam_policy.py +12 -12
  24. pulumi_gcp/bigquery/dataset_iam_binding.py +12 -12
  25. pulumi_gcp/bigquery/dataset_iam_member.py +12 -12
  26. pulumi_gcp/bigquery/dataset_iam_policy.py +12 -12
  27. pulumi_gcp/bigquery/iam_binding.py +12 -12
  28. pulumi_gcp/bigquery/iam_member.py +12 -12
  29. pulumi_gcp/bigquery/iam_policy.py +12 -12
  30. pulumi_gcp/bigquery/routine.py +2 -2
  31. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +12 -12
  32. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +12 -12
  33. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +12 -12
  34. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +12 -12
  35. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +12 -12
  36. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +12 -12
  37. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +12 -12
  38. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +12 -12
  39. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +12 -12
  40. pulumi_gcp/bigtable/instance_iam_binding.py +12 -12
  41. pulumi_gcp/bigtable/instance_iam_member.py +12 -12
  42. pulumi_gcp/bigtable/instance_iam_policy.py +12 -12
  43. pulumi_gcp/bigtable/table_iam_binding.py +12 -12
  44. pulumi_gcp/bigtable/table_iam_member.py +12 -12
  45. pulumi_gcp/bigtable/table_iam_policy.py +12 -12
  46. pulumi_gcp/billing/account_iam_binding.py +12 -12
  47. pulumi_gcp/billing/account_iam_member.py +12 -12
  48. pulumi_gcp/billing/account_iam_policy.py +12 -12
  49. pulumi_gcp/billing/project_info.py +4 -4
  50. pulumi_gcp/binaryauthorization/attestor_iam_binding.py +12 -12
  51. pulumi_gcp/binaryauthorization/attestor_iam_member.py +12 -12
  52. pulumi_gcp/binaryauthorization/attestor_iam_policy.py +12 -12
  53. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +12 -12
  54. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +12 -12
  55. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +12 -12
  56. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +12 -12
  57. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +12 -12
  58. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +12 -12
  59. pulumi_gcp/cloudasset/__init__.py +1 -0
  60. pulumi_gcp/cloudasset/get_search_all_resources.py +197 -0
  61. pulumi_gcp/cloudasset/outputs.py +184 -0
  62. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +12 -12
  63. pulumi_gcp/cloudbuildv2/connection_iam_member.py +12 -12
  64. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +12 -12
  65. pulumi_gcp/cloudfunctions/function_iam_binding.py +12 -12
  66. pulumi_gcp/cloudfunctions/function_iam_member.py +12 -12
  67. pulumi_gcp/cloudfunctions/function_iam_policy.py +12 -12
  68. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +12 -12
  69. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +12 -12
  70. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +12 -12
  71. pulumi_gcp/cloudrun/iam_binding.py +12 -12
  72. pulumi_gcp/cloudrun/iam_member.py +12 -12
  73. pulumi_gcp/cloudrun/iam_policy.py +12 -12
  74. pulumi_gcp/cloudrunv2/job_iam_binding.py +12 -12
  75. pulumi_gcp/cloudrunv2/job_iam_member.py +12 -12
  76. pulumi_gcp/cloudrunv2/job_iam_policy.py +12 -12
  77. pulumi_gcp/cloudrunv2/service_iam_binding.py +12 -12
  78. pulumi_gcp/cloudrunv2/service_iam_member.py +12 -12
  79. pulumi_gcp/cloudrunv2/service_iam_policy.py +12 -12
  80. pulumi_gcp/cloudtasks/queue_iam_binding.py +12 -12
  81. pulumi_gcp/cloudtasks/queue_iam_member.py +12 -12
  82. pulumi_gcp/cloudtasks/queue_iam_policy.py +12 -12
  83. pulumi_gcp/compute/__init__.py +1 -0
  84. pulumi_gcp/compute/_inputs.py +401 -0
  85. pulumi_gcp/compute/disk_iam_binding.py +12 -12
  86. pulumi_gcp/compute/disk_iam_member.py +12 -12
  87. pulumi_gcp/compute/disk_iam_policy.py +12 -12
  88. pulumi_gcp/compute/forwarding_rule.py +6 -6
  89. pulumi_gcp/compute/get_network_endpoint_group.py +2 -2
  90. pulumi_gcp/compute/get_region_network_endpoint_group.py +2 -2
  91. pulumi_gcp/compute/get_router_nat.py +11 -1
  92. pulumi_gcp/compute/get_snapshot.py +2 -0
  93. pulumi_gcp/compute/image_iam_binding.py +12 -12
  94. pulumi_gcp/compute/image_iam_member.py +12 -12
  95. pulumi_gcp/compute/image_iam_policy.py +12 -12
  96. pulumi_gcp/compute/instance_iam_binding.py +12 -12
  97. pulumi_gcp/compute/instance_iam_member.py +12 -12
  98. pulumi_gcp/compute/instance_iam_policy.py +12 -12
  99. pulumi_gcp/compute/interconnect.py +1683 -0
  100. pulumi_gcp/compute/machine_image_iam_binding.py +8 -8
  101. pulumi_gcp/compute/machine_image_iam_member.py +8 -8
  102. pulumi_gcp/compute/machine_image_iam_policy.py +8 -8
  103. pulumi_gcp/compute/outputs.py +413 -0
  104. pulumi_gcp/compute/region_disk_iam_binding.py +12 -12
  105. pulumi_gcp/compute/region_disk_iam_member.py +12 -12
  106. pulumi_gcp/compute/region_disk_iam_policy.py +12 -12
  107. pulumi_gcp/compute/router_nat.py +68 -0
  108. pulumi_gcp/compute/snapshot_iam_binding.py +12 -12
  109. pulumi_gcp/compute/snapshot_iam_member.py +12 -12
  110. pulumi_gcp/compute/snapshot_iam_policy.py +12 -12
  111. pulumi_gcp/compute/subnetwork_iam_binding.py +12 -12
  112. pulumi_gcp/compute/subnetwork_iam_member.py +12 -12
  113. pulumi_gcp/compute/subnetwork_iam_policy.py +12 -12
  114. pulumi_gcp/compute/target_instance.py +4 -4
  115. pulumi_gcp/compute/target_pool.py +21 -21
  116. pulumi_gcp/container/_inputs.py +2 -2
  117. pulumi_gcp/container/outputs.py +4 -4
  118. pulumi_gcp/containeranalysis/note_iam_binding.py +12 -12
  119. pulumi_gcp/containeranalysis/note_iam_member.py +12 -12
  120. pulumi_gcp/containeranalysis/note_iam_policy.py +12 -12
  121. pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
  122. pulumi_gcp/datacatalog/entry_group_iam_binding.py +12 -12
  123. pulumi_gcp/datacatalog/entry_group_iam_member.py +12 -12
  124. pulumi_gcp/datacatalog/entry_group_iam_policy.py +12 -12
  125. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +12 -12
  126. pulumi_gcp/datacatalog/policy_tag_iam_member.py +12 -12
  127. pulumi_gcp/datacatalog/policy_tag_iam_policy.py +12 -12
  128. pulumi_gcp/datacatalog/tag_template_iam_binding.py +12 -12
  129. pulumi_gcp/datacatalog/tag_template_iam_member.py +12 -12
  130. pulumi_gcp/datacatalog/tag_template_iam_policy.py +12 -12
  131. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +12 -12
  132. pulumi_gcp/datacatalog/taxonomy_iam_member.py +12 -12
  133. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +12 -12
  134. pulumi_gcp/dataloss/_inputs.py +420 -13
  135. pulumi_gcp/dataloss/outputs.py +439 -13
  136. pulumi_gcp/dataplex/asset_iam_binding.py +12 -12
  137. pulumi_gcp/dataplex/asset_iam_member.py +12 -12
  138. pulumi_gcp/dataplex/asset_iam_policy.py +12 -12
  139. pulumi_gcp/dataplex/datascan_iam_binding.py +12 -12
  140. pulumi_gcp/dataplex/datascan_iam_member.py +12 -12
  141. pulumi_gcp/dataplex/datascan_iam_policy.py +12 -12
  142. pulumi_gcp/dataplex/lake_iam_binding.py +12 -12
  143. pulumi_gcp/dataplex/lake_iam_member.py +12 -12
  144. pulumi_gcp/dataplex/lake_iam_policy.py +12 -12
  145. pulumi_gcp/dataplex/task.py +16 -16
  146. pulumi_gcp/dataplex/task_iam_binding.py +12 -12
  147. pulumi_gcp/dataplex/task_iam_member.py +12 -12
  148. pulumi_gcp/dataplex/task_iam_policy.py +12 -12
  149. pulumi_gcp/dataplex/zone_iam_binding.py +12 -12
  150. pulumi_gcp/dataplex/zone_iam_member.py +12 -12
  151. pulumi_gcp/dataplex/zone_iam_policy.py +12 -12
  152. pulumi_gcp/dataproc/_inputs.py +70 -0
  153. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +12 -12
  154. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +12 -12
  155. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +12 -12
  156. pulumi_gcp/dataproc/cluster_iam_binding.py +12 -12
  157. pulumi_gcp/dataproc/cluster_iam_member.py +12 -12
  158. pulumi_gcp/dataproc/cluster_iam_policy.py +12 -12
  159. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +26 -2
  160. pulumi_gcp/dataproc/job_iam_binding.py +12 -12
  161. pulumi_gcp/dataproc/job_iam_member.py +12 -12
  162. pulumi_gcp/dataproc/job_iam_policy.py +12 -12
  163. pulumi_gcp/dataproc/metastore_federation.py +4 -0
  164. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +208 -0
  165. pulumi_gcp/dataproc/metastore_federation_iam_member.py +208 -0
  166. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +208 -0
  167. pulumi_gcp/dataproc/metastore_service_iam_binding.py +12 -12
  168. pulumi_gcp/dataproc/metastore_service_iam_member.py +12 -12
  169. pulumi_gcp/dataproc/metastore_service_iam_policy.py +12 -12
  170. pulumi_gcp/dataproc/outputs.py +62 -0
  171. pulumi_gcp/datastream/_inputs.py +1789 -820
  172. pulumi_gcp/datastream/connection_profile.py +163 -3
  173. pulumi_gcp/datastream/outputs.py +864 -5
  174. pulumi_gcp/datastream/stream.py +174 -0
  175. pulumi_gcp/dns/dns_managed_zone_iam_binding.py +12 -12
  176. pulumi_gcp/dns/dns_managed_zone_iam_member.py +12 -12
  177. pulumi_gcp/dns/dns_managed_zone_iam_policy.py +12 -12
  178. pulumi_gcp/endpoints/service_iam_binding.py +12 -12
  179. pulumi_gcp/endpoints/service_iam_member.py +12 -12
  180. pulumi_gcp/endpoints/service_iam_policy.py +12 -12
  181. pulumi_gcp/firestore/field.py +4 -4
  182. pulumi_gcp/folder/iam_audit_config.py +23 -23
  183. pulumi_gcp/folder/iam_member.py +16 -16
  184. pulumi_gcp/folder/iam_policy.py +16 -16
  185. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +12 -12
  186. pulumi_gcp/gkebackup/backup_plan_iam_member.py +12 -12
  187. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +12 -12
  188. pulumi_gcp/gkehub/feature_iam_binding.py +12 -12
  189. pulumi_gcp/gkehub/feature_iam_member.py +12 -12
  190. pulumi_gcp/gkehub/feature_iam_policy.py +12 -12
  191. pulumi_gcp/gkehub/membership_binding.py +6 -6
  192. pulumi_gcp/gkehub/membership_iam_binding.py +12 -12
  193. pulumi_gcp/gkehub/membership_iam_member.py +12 -12
  194. pulumi_gcp/gkehub/membership_iam_policy.py +12 -12
  195. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  196. pulumi_gcp/gkehub/namespace.py +4 -4
  197. pulumi_gcp/gkehub/scope_iam_binding.py +12 -12
  198. pulumi_gcp/gkehub/scope_iam_member.py +12 -12
  199. pulumi_gcp/gkehub/scope_iam_policy.py +12 -12
  200. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  201. pulumi_gcp/healthcare/consent_store_iam_binding.py +12 -12
  202. pulumi_gcp/healthcare/consent_store_iam_member.py +12 -12
  203. pulumi_gcp/healthcare/consent_store_iam_policy.py +12 -12
  204. pulumi_gcp/healthcare/dataset_iam_binding.py +12 -12
  205. pulumi_gcp/healthcare/dataset_iam_member.py +12 -12
  206. pulumi_gcp/healthcare/dataset_iam_policy.py +12 -12
  207. pulumi_gcp/healthcare/dicom_store_iam_binding.py +12 -12
  208. pulumi_gcp/healthcare/dicom_store_iam_member.py +12 -12
  209. pulumi_gcp/healthcare/dicom_store_iam_policy.py +12 -12
  210. pulumi_gcp/healthcare/fhir_store_iam_binding.py +12 -12
  211. pulumi_gcp/healthcare/fhir_store_iam_member.py +12 -12
  212. pulumi_gcp/healthcare/fhir_store_iam_policy.py +12 -12
  213. pulumi_gcp/healthcare/hl7_store_iam_binding.py +12 -12
  214. pulumi_gcp/healthcare/hl7_store_iam_member.py +12 -12
  215. pulumi_gcp/healthcare/hl7_store_iam_policy.py +12 -12
  216. pulumi_gcp/iap/app_engine_service_iam_binding.py +12 -12
  217. pulumi_gcp/iap/app_engine_service_iam_member.py +12 -12
  218. pulumi_gcp/iap/app_engine_service_iam_policy.py +12 -12
  219. pulumi_gcp/iap/app_engine_version_iam_binding.py +12 -12
  220. pulumi_gcp/iap/app_engine_version_iam_member.py +12 -12
  221. pulumi_gcp/iap/app_engine_version_iam_policy.py +12 -12
  222. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  223. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +12 -12
  224. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +12 -12
  225. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +12 -12
  226. pulumi_gcp/iap/tunnel_iam_binding.py +12 -12
  227. pulumi_gcp/iap/tunnel_iam_member.py +12 -12
  228. pulumi_gcp/iap/tunnel_iam_policy.py +12 -12
  229. pulumi_gcp/iap/tunnel_instance_iam_binding.py +12 -12
  230. pulumi_gcp/iap/tunnel_instance_iam_member.py +12 -12
  231. pulumi_gcp/iap/tunnel_instance_iam_policy.py +12 -12
  232. pulumi_gcp/iap/web_backend_service_iam_binding.py +12 -12
  233. pulumi_gcp/iap/web_backend_service_iam_member.py +12 -12
  234. pulumi_gcp/iap/web_backend_service_iam_policy.py +12 -12
  235. pulumi_gcp/iap/web_iam_binding.py +12 -12
  236. pulumi_gcp/iap/web_iam_member.py +12 -12
  237. pulumi_gcp/iap/web_iam_policy.py +12 -12
  238. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +12 -12
  239. pulumi_gcp/iap/web_region_backend_service_iam_member.py +12 -12
  240. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +12 -12
  241. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +12 -12
  242. pulumi_gcp/iap/web_type_app_enging_iam_member.py +12 -12
  243. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +12 -12
  244. pulumi_gcp/iap/web_type_compute_iam_binding.py +12 -12
  245. pulumi_gcp/iap/web_type_compute_iam_member.py +12 -12
  246. pulumi_gcp/iap/web_type_compute_iam_policy.py +12 -12
  247. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  248. pulumi_gcp/kms/key_ring_iam_binding.py +12 -12
  249. pulumi_gcp/kms/key_ring_iam_member.py +12 -12
  250. pulumi_gcp/kms/key_ring_iam_policy.py +12 -12
  251. pulumi_gcp/netapp/storage_pool.py +7 -7
  252. pulumi_gcp/netapp/volume.py +4 -4
  253. pulumi_gcp/networksecurity/gateway_security_policy.py +4 -4
  254. pulumi_gcp/networksecurity/tls_inspection_policy.py +419 -5
  255. pulumi_gcp/networkservices/__init__.py +1 -0
  256. pulumi_gcp/networkservices/_inputs.py +236 -0
  257. pulumi_gcp/networkservices/lb_traffic_extension.py +1181 -0
  258. pulumi_gcp/networkservices/outputs.py +247 -0
  259. pulumi_gcp/notebooks/instance_iam_binding.py +12 -12
  260. pulumi_gcp/notebooks/instance_iam_member.py +12 -12
  261. pulumi_gcp/notebooks/instance_iam_policy.py +12 -12
  262. pulumi_gcp/notebooks/runtime_iam_binding.py +12 -12
  263. pulumi_gcp/notebooks/runtime_iam_member.py +12 -12
  264. pulumi_gcp/notebooks/runtime_iam_policy.py +12 -12
  265. pulumi_gcp/organizations/iam_member.py +16 -16
  266. pulumi_gcp/organizations/iam_policy.py +16 -16
  267. pulumi_gcp/orgpolicy/policy.py +2 -2
  268. pulumi_gcp/projects/iam_audit_config.py +23 -23
  269. pulumi_gcp/projects/iam_binding.py +23 -23
  270. pulumi_gcp/projects/iam_member.py +23 -23
  271. pulumi_gcp/projects/iam_policy.py +16 -16
  272. pulumi_gcp/projects/service.py +2 -43
  273. pulumi_gcp/pubsub/schema_iam_binding.py +12 -12
  274. pulumi_gcp/pubsub/schema_iam_member.py +12 -12
  275. pulumi_gcp/pubsub/schema_iam_policy.py +12 -12
  276. pulumi_gcp/pubsub/subscription.py +4 -4
  277. pulumi_gcp/pubsub/subscription_iam_binding.py +12 -12
  278. pulumi_gcp/pubsub/subscription_iam_member.py +12 -12
  279. pulumi_gcp/pubsub/subscription_iam_policy.py +12 -12
  280. pulumi_gcp/pubsub/topic_iam_binding.py +12 -12
  281. pulumi_gcp/pubsub/topic_iam_member.py +12 -12
  282. pulumi_gcp/pubsub/topic_iam_policy.py +12 -12
  283. pulumi_gcp/pulumi-plugin.json +1 -1
  284. pulumi_gcp/secretmanager/secret_iam_binding.py +12 -12
  285. pulumi_gcp/secretmanager/secret_iam_member.py +12 -12
  286. pulumi_gcp/secretmanager/secret_iam_policy.py +12 -12
  287. pulumi_gcp/servicedirectory/namespace_iam_binding.py +8 -8
  288. pulumi_gcp/servicedirectory/namespace_iam_member.py +8 -8
  289. pulumi_gcp/servicedirectory/namespace_iam_policy.py +8 -8
  290. pulumi_gcp/servicedirectory/service_iam_binding.py +8 -8
  291. pulumi_gcp/servicedirectory/service_iam_member.py +8 -8
  292. pulumi_gcp/servicedirectory/service_iam_policy.py +8 -8
  293. pulumi_gcp/sourcerepo/repository_iam_binding.py +12 -12
  294. pulumi_gcp/sourcerepo/repository_iam_member.py +12 -12
  295. pulumi_gcp/sourcerepo/repository_iam_policy.py +12 -12
  296. pulumi_gcp/spanner/database_iam_binding.py +12 -12
  297. pulumi_gcp/spanner/database_iam_member.py +12 -12
  298. pulumi_gcp/spanner/database_iam_policy.py +12 -12
  299. pulumi_gcp/spanner/instance_iam_binding.py +12 -12
  300. pulumi_gcp/spanner/instance_iam_member.py +12 -12
  301. pulumi_gcp/spanner/instance_iam_policy.py +12 -12
  302. pulumi_gcp/storage/_inputs.py +12 -10
  303. pulumi_gcp/storage/bucket.py +44 -0
  304. pulumi_gcp/storage/bucket_iam_binding.py +12 -12
  305. pulumi_gcp/storage/bucket_iam_member.py +12 -12
  306. pulumi_gcp/storage/bucket_iam_policy.py +12 -12
  307. pulumi_gcp/storage/outputs.py +12 -10
  308. pulumi_gcp/tags/tag_key_iam_binding.py +12 -12
  309. pulumi_gcp/tags/tag_key_iam_member.py +12 -12
  310. pulumi_gcp/tags/tag_key_iam_policy.py +12 -12
  311. pulumi_gcp/tags/tag_value_iam_binding.py +12 -12
  312. pulumi_gcp/tags/tag_value_iam_member.py +12 -12
  313. pulumi_gcp/tags/tag_value_iam_policy.py +12 -12
  314. {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/METADATA +1 -1
  315. {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/RECORD +317 -314
  316. {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/WHEEL +0 -0
  317. {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/top_level.txt +0 -0
@@ -203,7 +203,7 @@ class QueueIamPolicy(pulumi.CustomResource):
203
203
 
204
204
  > **Note:** `cloudtasks.QueueIamBinding` resources **can be** used in conjunction with `cloudtasks.QueueIamMember` resources **only if** they do not grant privilege to the same role.
205
205
 
206
- ## google\\_cloud\\_tasks\\_queue\\_iam\\_policy
206
+ ## cloudtasks.QueueIamPolicy
207
207
 
208
208
  ```python
209
209
  import pulumi
@@ -220,7 +220,7 @@ class QueueIamPolicy(pulumi.CustomResource):
220
220
  policy_data=admin.policy_data)
221
221
  ```
222
222
 
223
- ## google\\_cloud\\_tasks\\_queue\\_iam\\_binding
223
+ ## cloudtasks.QueueIamBinding
224
224
 
225
225
  ```python
226
226
  import pulumi
@@ -234,7 +234,7 @@ class QueueIamPolicy(pulumi.CustomResource):
234
234
  members=["user:jane@example.com"])
235
235
  ```
236
236
 
237
- ## google\\_cloud\\_tasks\\_queue\\_iam\\_member
237
+ ## cloudtasks.QueueIamMember
238
238
 
239
239
  ```python
240
240
  import pulumi
@@ -248,7 +248,7 @@ class QueueIamPolicy(pulumi.CustomResource):
248
248
  member="user:jane@example.com")
249
249
  ```
250
250
 
251
- ## google\\_cloud\\_tasks\\_queue\\_iam\\_policy
251
+ ## cloudtasks.QueueIamPolicy
252
252
 
253
253
  ```python
254
254
  import pulumi
@@ -265,7 +265,7 @@ class QueueIamPolicy(pulumi.CustomResource):
265
265
  policy_data=admin.policy_data)
266
266
  ```
267
267
 
268
- ## google\\_cloud\\_tasks\\_queue\\_iam\\_binding
268
+ ## cloudtasks.QueueIamBinding
269
269
 
270
270
  ```python
271
271
  import pulumi
@@ -279,7 +279,7 @@ class QueueIamPolicy(pulumi.CustomResource):
279
279
  members=["user:jane@example.com"])
280
280
  ```
281
281
 
282
- ## google\\_cloud\\_tasks\\_queue\\_iam\\_member
282
+ ## cloudtasks.QueueIamMember
283
283
 
284
284
  ```python
285
285
  import pulumi
@@ -361,7 +361,7 @@ class QueueIamPolicy(pulumi.CustomResource):
361
361
 
362
362
  > **Note:** `cloudtasks.QueueIamBinding` resources **can be** used in conjunction with `cloudtasks.QueueIamMember` resources **only if** they do not grant privilege to the same role.
363
363
 
364
- ## google\\_cloud\\_tasks\\_queue\\_iam\\_policy
364
+ ## cloudtasks.QueueIamPolicy
365
365
 
366
366
  ```python
367
367
  import pulumi
@@ -378,7 +378,7 @@ class QueueIamPolicy(pulumi.CustomResource):
378
378
  policy_data=admin.policy_data)
379
379
  ```
380
380
 
381
- ## google\\_cloud\\_tasks\\_queue\\_iam\\_binding
381
+ ## cloudtasks.QueueIamBinding
382
382
 
383
383
  ```python
384
384
  import pulumi
@@ -392,7 +392,7 @@ class QueueIamPolicy(pulumi.CustomResource):
392
392
  members=["user:jane@example.com"])
393
393
  ```
394
394
 
395
- ## google\\_cloud\\_tasks\\_queue\\_iam\\_member
395
+ ## cloudtasks.QueueIamMember
396
396
 
397
397
  ```python
398
398
  import pulumi
@@ -406,7 +406,7 @@ class QueueIamPolicy(pulumi.CustomResource):
406
406
  member="user:jane@example.com")
407
407
  ```
408
408
 
409
- ## google\\_cloud\\_tasks\\_queue\\_iam\\_policy
409
+ ## cloudtasks.QueueIamPolicy
410
410
 
411
411
  ```python
412
412
  import pulumi
@@ -423,7 +423,7 @@ class QueueIamPolicy(pulumi.CustomResource):
423
423
  policy_data=admin.policy_data)
424
424
  ```
425
425
 
426
- ## google\\_cloud\\_tasks\\_queue\\_iam\\_binding
426
+ ## cloudtasks.QueueIamBinding
427
427
 
428
428
  ```python
429
429
  import pulumi
@@ -437,7 +437,7 @@ class QueueIamPolicy(pulumi.CustomResource):
437
437
  members=["user:jane@example.com"])
438
438
  ```
439
439
 
440
- ## google\\_cloud\\_tasks\\_queue\\_iam\\_member
440
+ ## cloudtasks.QueueIamMember
441
441
 
442
442
  ```python
443
443
  import pulumi
@@ -108,6 +108,7 @@ from .instance_iam_member import *
108
108
  from .instance_iam_policy import *
109
109
  from .instance_settings import *
110
110
  from .instance_template import *
111
+ from .interconnect import *
111
112
  from .interconnect_attachment import *
112
113
  from .machine_image import *
113
114
  from .machine_image_iam_binding import *
@@ -181,6 +181,10 @@ __all__ = [
181
181
  'InstanceTemplateServiceAccountArgs',
182
182
  'InstanceTemplateShieldedInstanceConfigArgs',
183
183
  'InterconnectAttachmentPrivateInterconnectInfoArgs',
184
+ 'InterconnectCircuitInfoArgs',
185
+ 'InterconnectExpectedOutageArgs',
186
+ 'InterconnectMacsecArgs',
187
+ 'InterconnectMacsecPreSharedKeyArgs',
184
188
  'MachineImageIamBindingConditionArgs',
185
189
  'MachineImageIamMemberConditionArgs',
186
190
  'MachineImageMachineImageEncryptionKeyArgs',
@@ -309,6 +313,7 @@ __all__ = [
309
313
  'RegionSecurityPolicyDdosProtectionConfigArgs',
310
314
  'RegionSecurityPolicyRuleMatchArgs',
311
315
  'RegionSecurityPolicyRuleMatchConfigArgs',
316
+ 'RegionSecurityPolicyRuleMatchExprArgs',
312
317
  'RegionSecurityPolicyRuleNetworkMatchArgs',
313
318
  'RegionSecurityPolicyRuleNetworkMatchUserDefinedFieldArgs',
314
319
  'RegionSecurityPolicyRulePreconfiguredWafConfigArgs',
@@ -13250,6 +13255,362 @@ class InterconnectAttachmentPrivateInterconnectInfoArgs:
13250
13255
  pulumi.set(self, "tag8021q", value)
13251
13256
 
13252
13257
 
13258
+ @pulumi.input_type
13259
+ class InterconnectCircuitInfoArgs:
13260
+ def __init__(__self__, *,
13261
+ customer_demarc_id: Optional[pulumi.Input[str]] = None,
13262
+ google_circuit_id: Optional[pulumi.Input[str]] = None,
13263
+ google_demarc_id: Optional[pulumi.Input[str]] = None):
13264
+ """
13265
+ :param pulumi.Input[str] customer_demarc_id: (Output)
13266
+ Customer-side demarc ID for this circuit.
13267
+ :param pulumi.Input[str] google_circuit_id: (Output)
13268
+ Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
13269
+ :param pulumi.Input[str] google_demarc_id: (Output)
13270
+ Google-side demarc ID for this circuit. Assigned at circuit turn-up and provided by
13271
+ Google to the customer in the LOA.
13272
+ """
13273
+ if customer_demarc_id is not None:
13274
+ pulumi.set(__self__, "customer_demarc_id", customer_demarc_id)
13275
+ if google_circuit_id is not None:
13276
+ pulumi.set(__self__, "google_circuit_id", google_circuit_id)
13277
+ if google_demarc_id is not None:
13278
+ pulumi.set(__self__, "google_demarc_id", google_demarc_id)
13279
+
13280
+ @property
13281
+ @pulumi.getter(name="customerDemarcId")
13282
+ def customer_demarc_id(self) -> Optional[pulumi.Input[str]]:
13283
+ """
13284
+ (Output)
13285
+ Customer-side demarc ID for this circuit.
13286
+ """
13287
+ return pulumi.get(self, "customer_demarc_id")
13288
+
13289
+ @customer_demarc_id.setter
13290
+ def customer_demarc_id(self, value: Optional[pulumi.Input[str]]):
13291
+ pulumi.set(self, "customer_demarc_id", value)
13292
+
13293
+ @property
13294
+ @pulumi.getter(name="googleCircuitId")
13295
+ def google_circuit_id(self) -> Optional[pulumi.Input[str]]:
13296
+ """
13297
+ (Output)
13298
+ Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
13299
+ """
13300
+ return pulumi.get(self, "google_circuit_id")
13301
+
13302
+ @google_circuit_id.setter
13303
+ def google_circuit_id(self, value: Optional[pulumi.Input[str]]):
13304
+ pulumi.set(self, "google_circuit_id", value)
13305
+
13306
+ @property
13307
+ @pulumi.getter(name="googleDemarcId")
13308
+ def google_demarc_id(self) -> Optional[pulumi.Input[str]]:
13309
+ """
13310
+ (Output)
13311
+ Google-side demarc ID for this circuit. Assigned at circuit turn-up and provided by
13312
+ Google to the customer in the LOA.
13313
+ """
13314
+ return pulumi.get(self, "google_demarc_id")
13315
+
13316
+ @google_demarc_id.setter
13317
+ def google_demarc_id(self, value: Optional[pulumi.Input[str]]):
13318
+ pulumi.set(self, "google_demarc_id", value)
13319
+
13320
+
13321
+ @pulumi.input_type
13322
+ class InterconnectExpectedOutageArgs:
13323
+ def __init__(__self__, *,
13324
+ affected_circuits: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
13325
+ description: Optional[pulumi.Input[str]] = None,
13326
+ end_time: Optional[pulumi.Input[str]] = None,
13327
+ issue_type: Optional[pulumi.Input[str]] = None,
13328
+ name: Optional[pulumi.Input[str]] = None,
13329
+ source: Optional[pulumi.Input[str]] = None,
13330
+ start_time: Optional[pulumi.Input[str]] = None,
13331
+ state: Optional[pulumi.Input[str]] = None):
13332
+ """
13333
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] affected_circuits: (Output)
13334
+ If issueType is IT_PARTIAL_OUTAGE, a list of the Google-side circuit IDs that will be
13335
+ affected.
13336
+ :param pulumi.Input[str] description: An optional description of this resource. Provide this property when you create the resource.
13337
+ :param pulumi.Input[str] end_time: (Output)
13338
+ Scheduled end time for the outage (milliseconds since Unix epoch).
13339
+ :param pulumi.Input[str] issue_type: (Output)
13340
+ Form this outage is expected to take. Note that the versions of this enum prefixed with
13341
+ "IT_" have been deprecated in favor of the unprefixed values. Can take one of the
13342
+ following values:
13343
+ - OUTAGE: The Interconnect may be completely out of service for some or all of the
13344
+ specified window.
13345
+ - PARTIAL_OUTAGE: Some circuits comprising the Interconnect as a whole should remain
13346
+ up, but with reduced bandwidth.
13347
+ :param pulumi.Input[str] name: Name of the resource. Provided by the client when the resource is created. The name must be
13348
+ 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters
13349
+ long and match the regular expression `a-z?` which means the first
13350
+ character must be a lowercase letter, and all following characters must be a dash,
13351
+ lowercase letter, or digit, except the last character, which cannot be a dash.
13352
+ :param pulumi.Input[str] source: (Output)
13353
+ The party that generated this notification. Note that the value of NSRC_GOOGLE has been
13354
+ deprecated in favor of GOOGLE. Can take the following value:
13355
+ - GOOGLE: this notification as generated by Google.
13356
+ :param pulumi.Input[str] start_time: (Output)
13357
+ Scheduled start time for the outage (milliseconds since Unix epoch).
13358
+ :param pulumi.Input[str] state: (Output)
13359
+ State of this notification. Note that the versions of this enum prefixed with "NS_" have
13360
+ been deprecated in favor of the unprefixed values. Can take one of the following values:
13361
+ - ACTIVE: This outage notification is active. The event could be in the past, present,
13362
+ or future. See startTime and endTime for scheduling.
13363
+ - CANCELLED: The outage associated with this notification was cancelled before the
13364
+ outage was due to start.
13365
+ - COMPLETED: The outage associated with this notification is complete.
13366
+ """
13367
+ if affected_circuits is not None:
13368
+ pulumi.set(__self__, "affected_circuits", affected_circuits)
13369
+ if description is not None:
13370
+ pulumi.set(__self__, "description", description)
13371
+ if end_time is not None:
13372
+ pulumi.set(__self__, "end_time", end_time)
13373
+ if issue_type is not None:
13374
+ pulumi.set(__self__, "issue_type", issue_type)
13375
+ if name is not None:
13376
+ pulumi.set(__self__, "name", name)
13377
+ if source is not None:
13378
+ pulumi.set(__self__, "source", source)
13379
+ if start_time is not None:
13380
+ pulumi.set(__self__, "start_time", start_time)
13381
+ if state is not None:
13382
+ pulumi.set(__self__, "state", state)
13383
+
13384
+ @property
13385
+ @pulumi.getter(name="affectedCircuits")
13386
+ def affected_circuits(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
13387
+ """
13388
+ (Output)
13389
+ If issueType is IT_PARTIAL_OUTAGE, a list of the Google-side circuit IDs that will be
13390
+ affected.
13391
+ """
13392
+ return pulumi.get(self, "affected_circuits")
13393
+
13394
+ @affected_circuits.setter
13395
+ def affected_circuits(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
13396
+ pulumi.set(self, "affected_circuits", value)
13397
+
13398
+ @property
13399
+ @pulumi.getter
13400
+ def description(self) -> Optional[pulumi.Input[str]]:
13401
+ """
13402
+ An optional description of this resource. Provide this property when you create the resource.
13403
+ """
13404
+ return pulumi.get(self, "description")
13405
+
13406
+ @description.setter
13407
+ def description(self, value: Optional[pulumi.Input[str]]):
13408
+ pulumi.set(self, "description", value)
13409
+
13410
+ @property
13411
+ @pulumi.getter(name="endTime")
13412
+ def end_time(self) -> Optional[pulumi.Input[str]]:
13413
+ """
13414
+ (Output)
13415
+ Scheduled end time for the outage (milliseconds since Unix epoch).
13416
+ """
13417
+ return pulumi.get(self, "end_time")
13418
+
13419
+ @end_time.setter
13420
+ def end_time(self, value: Optional[pulumi.Input[str]]):
13421
+ pulumi.set(self, "end_time", value)
13422
+
13423
+ @property
13424
+ @pulumi.getter(name="issueType")
13425
+ def issue_type(self) -> Optional[pulumi.Input[str]]:
13426
+ """
13427
+ (Output)
13428
+ Form this outage is expected to take. Note that the versions of this enum prefixed with
13429
+ "IT_" have been deprecated in favor of the unprefixed values. Can take one of the
13430
+ following values:
13431
+ - OUTAGE: The Interconnect may be completely out of service for some or all of the
13432
+ specified window.
13433
+ - PARTIAL_OUTAGE: Some circuits comprising the Interconnect as a whole should remain
13434
+ up, but with reduced bandwidth.
13435
+ """
13436
+ return pulumi.get(self, "issue_type")
13437
+
13438
+ @issue_type.setter
13439
+ def issue_type(self, value: Optional[pulumi.Input[str]]):
13440
+ pulumi.set(self, "issue_type", value)
13441
+
13442
+ @property
13443
+ @pulumi.getter
13444
+ def name(self) -> Optional[pulumi.Input[str]]:
13445
+ """
13446
+ Name of the resource. Provided by the client when the resource is created. The name must be
13447
+ 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters
13448
+ long and match the regular expression `a-z?` which means the first
13449
+ character must be a lowercase letter, and all following characters must be a dash,
13450
+ lowercase letter, or digit, except the last character, which cannot be a dash.
13451
+ """
13452
+ return pulumi.get(self, "name")
13453
+
13454
+ @name.setter
13455
+ def name(self, value: Optional[pulumi.Input[str]]):
13456
+ pulumi.set(self, "name", value)
13457
+
13458
+ @property
13459
+ @pulumi.getter
13460
+ def source(self) -> Optional[pulumi.Input[str]]:
13461
+ """
13462
+ (Output)
13463
+ The party that generated this notification. Note that the value of NSRC_GOOGLE has been
13464
+ deprecated in favor of GOOGLE. Can take the following value:
13465
+ - GOOGLE: this notification as generated by Google.
13466
+ """
13467
+ return pulumi.get(self, "source")
13468
+
13469
+ @source.setter
13470
+ def source(self, value: Optional[pulumi.Input[str]]):
13471
+ pulumi.set(self, "source", value)
13472
+
13473
+ @property
13474
+ @pulumi.getter(name="startTime")
13475
+ def start_time(self) -> Optional[pulumi.Input[str]]:
13476
+ """
13477
+ (Output)
13478
+ Scheduled start time for the outage (milliseconds since Unix epoch).
13479
+ """
13480
+ return pulumi.get(self, "start_time")
13481
+
13482
+ @start_time.setter
13483
+ def start_time(self, value: Optional[pulumi.Input[str]]):
13484
+ pulumi.set(self, "start_time", value)
13485
+
13486
+ @property
13487
+ @pulumi.getter
13488
+ def state(self) -> Optional[pulumi.Input[str]]:
13489
+ """
13490
+ (Output)
13491
+ State of this notification. Note that the versions of this enum prefixed with "NS_" have
13492
+ been deprecated in favor of the unprefixed values. Can take one of the following values:
13493
+ - ACTIVE: This outage notification is active. The event could be in the past, present,
13494
+ or future. See startTime and endTime for scheduling.
13495
+ - CANCELLED: The outage associated with this notification was cancelled before the
13496
+ outage was due to start.
13497
+ - COMPLETED: The outage associated with this notification is complete.
13498
+ """
13499
+ return pulumi.get(self, "state")
13500
+
13501
+ @state.setter
13502
+ def state(self, value: Optional[pulumi.Input[str]]):
13503
+ pulumi.set(self, "state", value)
13504
+
13505
+
13506
+ @pulumi.input_type
13507
+ class InterconnectMacsecArgs:
13508
+ def __init__(__self__, *,
13509
+ pre_shared_keys: pulumi.Input[Sequence[pulumi.Input['InterconnectMacsecPreSharedKeyArgs']]]):
13510
+ """
13511
+ :param pulumi.Input[Sequence[pulumi.Input['InterconnectMacsecPreSharedKeyArgs']]] pre_shared_keys: A keychain placeholder describing a set of named key objects along with their
13512
+ start times. A MACsec CKN/CAK is generated for each key in the key chain.
13513
+ Google router automatically picks the key with the most recent startTime when establishing
13514
+ or re-establishing a MACsec secure link.
13515
+ Structure is documented below.
13516
+ """
13517
+ pulumi.set(__self__, "pre_shared_keys", pre_shared_keys)
13518
+
13519
+ @property
13520
+ @pulumi.getter(name="preSharedKeys")
13521
+ def pre_shared_keys(self) -> pulumi.Input[Sequence[pulumi.Input['InterconnectMacsecPreSharedKeyArgs']]]:
13522
+ """
13523
+ A keychain placeholder describing a set of named key objects along with their
13524
+ start times. A MACsec CKN/CAK is generated for each key in the key chain.
13525
+ Google router automatically picks the key with the most recent startTime when establishing
13526
+ or re-establishing a MACsec secure link.
13527
+ Structure is documented below.
13528
+ """
13529
+ return pulumi.get(self, "pre_shared_keys")
13530
+
13531
+ @pre_shared_keys.setter
13532
+ def pre_shared_keys(self, value: pulumi.Input[Sequence[pulumi.Input['InterconnectMacsecPreSharedKeyArgs']]]):
13533
+ pulumi.set(self, "pre_shared_keys", value)
13534
+
13535
+
13536
+ @pulumi.input_type
13537
+ class InterconnectMacsecPreSharedKeyArgs:
13538
+ def __init__(__self__, *,
13539
+ name: pulumi.Input[str],
13540
+ fail_open: Optional[pulumi.Input[bool]] = None,
13541
+ start_time: Optional[pulumi.Input[str]] = None):
13542
+ """
13543
+ :param pulumi.Input[str] name: A name for this pre-shared key. The name must be 1-63 characters long, and
13544
+ comply with RFC1035. Specifically, the name must be 1-63 characters long and match
13545
+ the regular expression `a-z?` which means the first character
13546
+ must be a lowercase letter, and all following characters must be a dash, lowercase
13547
+ letter, or digit, except the last character, which cannot be a dash.
13548
+ :param pulumi.Input[bool] fail_open: If set to true, the Interconnect connection is configured with a should-secure
13549
+ MACsec security policy, that allows the Google router to fallback to cleartext
13550
+ traffic if the MKA session cannot be established. By default, the Interconnect
13551
+ connection is configured with a must-secure security policy that drops all traffic
13552
+ if the MKA session cannot be established with your router.
13553
+ :param pulumi.Input[str] start_time: A RFC3339 timestamp on or after which the key is valid. startTime can be in the
13554
+ future. If the keychain has a single key, startTime can be omitted. If the keychain
13555
+ has multiple keys, startTime is mandatory for each key. The start times of keys must
13556
+ be in increasing order. The start times of two consecutive keys must be at least 6
13557
+ hours apart.
13558
+ """
13559
+ pulumi.set(__self__, "name", name)
13560
+ if fail_open is not None:
13561
+ pulumi.set(__self__, "fail_open", fail_open)
13562
+ if start_time is not None:
13563
+ pulumi.set(__self__, "start_time", start_time)
13564
+
13565
+ @property
13566
+ @pulumi.getter
13567
+ def name(self) -> pulumi.Input[str]:
13568
+ """
13569
+ A name for this pre-shared key. The name must be 1-63 characters long, and
13570
+ comply with RFC1035. Specifically, the name must be 1-63 characters long and match
13571
+ the regular expression `a-z?` which means the first character
13572
+ must be a lowercase letter, and all following characters must be a dash, lowercase
13573
+ letter, or digit, except the last character, which cannot be a dash.
13574
+ """
13575
+ return pulumi.get(self, "name")
13576
+
13577
+ @name.setter
13578
+ def name(self, value: pulumi.Input[str]):
13579
+ pulumi.set(self, "name", value)
13580
+
13581
+ @property
13582
+ @pulumi.getter(name="failOpen")
13583
+ def fail_open(self) -> Optional[pulumi.Input[bool]]:
13584
+ """
13585
+ If set to true, the Interconnect connection is configured with a should-secure
13586
+ MACsec security policy, that allows the Google router to fallback to cleartext
13587
+ traffic if the MKA session cannot be established. By default, the Interconnect
13588
+ connection is configured with a must-secure security policy that drops all traffic
13589
+ if the MKA session cannot be established with your router.
13590
+ """
13591
+ return pulumi.get(self, "fail_open")
13592
+
13593
+ @fail_open.setter
13594
+ def fail_open(self, value: Optional[pulumi.Input[bool]]):
13595
+ pulumi.set(self, "fail_open", value)
13596
+
13597
+ @property
13598
+ @pulumi.getter(name="startTime")
13599
+ def start_time(self) -> Optional[pulumi.Input[str]]:
13600
+ """
13601
+ A RFC3339 timestamp on or after which the key is valid. startTime can be in the
13602
+ future. If the keychain has a single key, startTime can be omitted. If the keychain
13603
+ has multiple keys, startTime is mandatory for each key. The start times of keys must
13604
+ be in increasing order. The start times of two consecutive keys must be at least 6
13605
+ hours apart.
13606
+ """
13607
+ return pulumi.get(self, "start_time")
13608
+
13609
+ @start_time.setter
13610
+ def start_time(self, value: Optional[pulumi.Input[str]]):
13611
+ pulumi.set(self, "start_time", value)
13612
+
13613
+
13253
13614
  @pulumi.input_type
13254
13615
  class MachineImageIamBindingConditionArgs:
13255
13616
  def __init__(__self__, *,
@@ -22142,17 +22503,22 @@ class RegionSecurityPolicyDdosProtectionConfigArgs:
22142
22503
  class RegionSecurityPolicyRuleMatchArgs:
22143
22504
  def __init__(__self__, *,
22144
22505
  config: Optional[pulumi.Input['RegionSecurityPolicyRuleMatchConfigArgs']] = None,
22506
+ expr: Optional[pulumi.Input['RegionSecurityPolicyRuleMatchExprArgs']] = None,
22145
22507
  versioned_expr: Optional[pulumi.Input[str]] = None):
22146
22508
  """
22147
22509
  :param pulumi.Input['RegionSecurityPolicyRuleMatchConfigArgs'] config: The configuration options available when specifying versionedExpr.
22148
22510
  This field must be specified if versionedExpr is specified and cannot be specified if versionedExpr is not specified.
22149
22511
  Structure is documented below.
22512
+ :param pulumi.Input['RegionSecurityPolicyRuleMatchExprArgs'] expr: User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header.
22513
+ Structure is documented below.
22150
22514
  :param pulumi.Input[str] versioned_expr: Preconfigured versioned expression. If this field is specified, config must also be specified.
22151
22515
  Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding srcIpRange field in config.
22152
22516
  Possible values are: `SRC_IPS_V1`.
22153
22517
  """
22154
22518
  if config is not None:
22155
22519
  pulumi.set(__self__, "config", config)
22520
+ if expr is not None:
22521
+ pulumi.set(__self__, "expr", expr)
22156
22522
  if versioned_expr is not None:
22157
22523
  pulumi.set(__self__, "versioned_expr", versioned_expr)
22158
22524
 
@@ -22170,6 +22536,19 @@ class RegionSecurityPolicyRuleMatchArgs:
22170
22536
  def config(self, value: Optional[pulumi.Input['RegionSecurityPolicyRuleMatchConfigArgs']]):
22171
22537
  pulumi.set(self, "config", value)
22172
22538
 
22539
+ @property
22540
+ @pulumi.getter
22541
+ def expr(self) -> Optional[pulumi.Input['RegionSecurityPolicyRuleMatchExprArgs']]:
22542
+ """
22543
+ User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header.
22544
+ Structure is documented below.
22545
+ """
22546
+ return pulumi.get(self, "expr")
22547
+
22548
+ @expr.setter
22549
+ def expr(self, value: Optional[pulumi.Input['RegionSecurityPolicyRuleMatchExprArgs']]):
22550
+ pulumi.set(self, "expr", value)
22551
+
22173
22552
  @property
22174
22553
  @pulumi.getter(name="versionedExpr")
22175
22554
  def versioned_expr(self) -> Optional[pulumi.Input[str]]:
@@ -22208,6 +22587,28 @@ class RegionSecurityPolicyRuleMatchConfigArgs:
22208
22587
  pulumi.set(self, "src_ip_ranges", value)
22209
22588
 
22210
22589
 
22590
+ @pulumi.input_type
22591
+ class RegionSecurityPolicyRuleMatchExprArgs:
22592
+ def __init__(__self__, *,
22593
+ expression: pulumi.Input[str]):
22594
+ """
22595
+ :param pulumi.Input[str] expression: Textual representation of an expression in Common Expression Language syntax. The application context of the containing message determines which well-known feature set of CEL is supported.
22596
+ """
22597
+ pulumi.set(__self__, "expression", expression)
22598
+
22599
+ @property
22600
+ @pulumi.getter
22601
+ def expression(self) -> pulumi.Input[str]:
22602
+ """
22603
+ Textual representation of an expression in Common Expression Language syntax. The application context of the containing message determines which well-known feature set of CEL is supported.
22604
+ """
22605
+ return pulumi.get(self, "expression")
22606
+
22607
+ @expression.setter
22608
+ def expression(self, value: pulumi.Input[str]):
22609
+ pulumi.set(self, "expression", value)
22610
+
22611
+
22211
22612
  @pulumi.input_type
22212
22613
  class RegionSecurityPolicyRuleNetworkMatchArgs:
22213
22614
  def __init__(__self__, *,
@@ -314,7 +314,7 @@ class DiskIamBinding(pulumi.CustomResource):
314
314
 
315
315
  > **Note:** `compute.DiskIamBinding` resources **can be** used in conjunction with `compute.DiskIamMember` resources **only if** they do not grant privilege to the same role.
316
316
 
317
- ## google\\_compute\\_disk\\_iam\\_policy
317
+ ## compute.DiskIamPolicy
318
318
 
319
319
  ```python
320
320
  import pulumi
@@ -331,7 +331,7 @@ class DiskIamBinding(pulumi.CustomResource):
331
331
  policy_data=admin.policy_data)
332
332
  ```
333
333
 
334
- ## google\\_compute\\_disk\\_iam\\_binding
334
+ ## compute.DiskIamBinding
335
335
 
336
336
  ```python
337
337
  import pulumi
@@ -345,7 +345,7 @@ class DiskIamBinding(pulumi.CustomResource):
345
345
  members=["user:jane@example.com"])
346
346
  ```
347
347
 
348
- ## google\\_compute\\_disk\\_iam\\_member
348
+ ## compute.DiskIamMember
349
349
 
350
350
  ```python
351
351
  import pulumi
@@ -359,7 +359,7 @@ class DiskIamBinding(pulumi.CustomResource):
359
359
  member="user:jane@example.com")
360
360
  ```
361
361
 
362
- ## google\\_compute\\_disk\\_iam\\_policy
362
+ ## compute.DiskIamPolicy
363
363
 
364
364
  ```python
365
365
  import pulumi
@@ -376,7 +376,7 @@ class DiskIamBinding(pulumi.CustomResource):
376
376
  policy_data=admin.policy_data)
377
377
  ```
378
378
 
379
- ## google\\_compute\\_disk\\_iam\\_binding
379
+ ## compute.DiskIamBinding
380
380
 
381
381
  ```python
382
382
  import pulumi
@@ -390,7 +390,7 @@ class DiskIamBinding(pulumi.CustomResource):
390
390
  members=["user:jane@example.com"])
391
391
  ```
392
392
 
393
- ## google\\_compute\\_disk\\_iam\\_member
393
+ ## compute.DiskIamMember
394
394
 
395
395
  ```python
396
396
  import pulumi
@@ -486,7 +486,7 @@ class DiskIamBinding(pulumi.CustomResource):
486
486
 
487
487
  > **Note:** `compute.DiskIamBinding` resources **can be** used in conjunction with `compute.DiskIamMember` resources **only if** they do not grant privilege to the same role.
488
488
 
489
- ## google\\_compute\\_disk\\_iam\\_policy
489
+ ## compute.DiskIamPolicy
490
490
 
491
491
  ```python
492
492
  import pulumi
@@ -503,7 +503,7 @@ class DiskIamBinding(pulumi.CustomResource):
503
503
  policy_data=admin.policy_data)
504
504
  ```
505
505
 
506
- ## google\\_compute\\_disk\\_iam\\_binding
506
+ ## compute.DiskIamBinding
507
507
 
508
508
  ```python
509
509
  import pulumi
@@ -517,7 +517,7 @@ class DiskIamBinding(pulumi.CustomResource):
517
517
  members=["user:jane@example.com"])
518
518
  ```
519
519
 
520
- ## google\\_compute\\_disk\\_iam\\_member
520
+ ## compute.DiskIamMember
521
521
 
522
522
  ```python
523
523
  import pulumi
@@ -531,7 +531,7 @@ class DiskIamBinding(pulumi.CustomResource):
531
531
  member="user:jane@example.com")
532
532
  ```
533
533
 
534
- ## google\\_compute\\_disk\\_iam\\_policy
534
+ ## compute.DiskIamPolicy
535
535
 
536
536
  ```python
537
537
  import pulumi
@@ -548,7 +548,7 @@ class DiskIamBinding(pulumi.CustomResource):
548
548
  policy_data=admin.policy_data)
549
549
  ```
550
550
 
551
- ## google\\_compute\\_disk\\_iam\\_binding
551
+ ## compute.DiskIamBinding
552
552
 
553
553
  ```python
554
554
  import pulumi
@@ -562,7 +562,7 @@ class DiskIamBinding(pulumi.CustomResource):
562
562
  members=["user:jane@example.com"])
563
563
  ```
564
564
 
565
- ## google\\_compute\\_disk\\_iam\\_member
565
+ ## compute.DiskIamMember
566
566
 
567
567
  ```python
568
568
  import pulumi