pulumi-gcp 8.41.0a1755297349__py3-none-any.whl → 8.42.0a1756095712__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 (343) hide show
  1. pulumi_gcp/__init__.py +24 -0
  2. pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +2 -0
  3. pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +2 -0
  4. pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +2 -0
  5. pulumi_gcp/apigateway/api_config_iam_binding.py +2 -0
  6. pulumi_gcp/apigateway/api_config_iam_member.py +2 -0
  7. pulumi_gcp/apigateway/api_config_iam_policy.py +2 -0
  8. pulumi_gcp/apigateway/api_iam_binding.py +2 -0
  9. pulumi_gcp/apigateway/api_iam_member.py +2 -0
  10. pulumi_gcp/apigateway/api_iam_policy.py +2 -0
  11. pulumi_gcp/apigateway/gateway_iam_binding.py +2 -0
  12. pulumi_gcp/apigateway/gateway_iam_member.py +2 -0
  13. pulumi_gcp/apigateway/gateway_iam_policy.py +2 -0
  14. pulumi_gcp/apigee/environment_iam_binding.py +2 -0
  15. pulumi_gcp/apigee/environment_iam_member.py +2 -0
  16. pulumi_gcp/apigee/environment_iam_policy.py +2 -0
  17. pulumi_gcp/artifactregistry/__init__.py +5 -0
  18. pulumi_gcp/artifactregistry/get_package.py +220 -0
  19. pulumi_gcp/artifactregistry/get_repositories.py +160 -0
  20. pulumi_gcp/artifactregistry/get_tag.py +187 -0
  21. pulumi_gcp/artifactregistry/get_tags.py +200 -0
  22. pulumi_gcp/artifactregistry/get_version.py +261 -0
  23. pulumi_gcp/artifactregistry/outputs.py +130 -0
  24. pulumi_gcp/artifactregistry/repository_iam_binding.py +2 -0
  25. pulumi_gcp/artifactregistry/repository_iam_member.py +2 -0
  26. pulumi_gcp/artifactregistry/repository_iam_policy.py +2 -0
  27. pulumi_gcp/backupdisasterrecovery/backup_plan.py +114 -7
  28. pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +12 -1
  29. pulumi_gcp/beyondcorp/application_iam_binding.py +8 -0
  30. pulumi_gcp/beyondcorp/application_iam_member.py +8 -0
  31. pulumi_gcp/beyondcorp/application_iam_policy.py +8 -0
  32. pulumi_gcp/beyondcorp/get_application_iam_policy.py +4 -0
  33. pulumi_gcp/beyondcorp/security_gateway_application_iam_binding.py +2 -0
  34. pulumi_gcp/beyondcorp/security_gateway_application_iam_member.py +2 -0
  35. pulumi_gcp/beyondcorp/security_gateway_application_iam_policy.py +2 -0
  36. pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +2 -0
  37. pulumi_gcp/beyondcorp/security_gateway_iam_member.py +2 -0
  38. pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +2 -0
  39. pulumi_gcp/bigquery/connection_iam_binding.py +2 -0
  40. pulumi_gcp/bigquery/connection_iam_member.py +2 -0
  41. pulumi_gcp/bigquery/connection_iam_policy.py +2 -0
  42. pulumi_gcp/bigquery/data_transfer_config.py +2 -0
  43. pulumi_gcp/bigquery/dataset.py +2 -2
  44. pulumi_gcp/bigquery/iam_binding.py +2 -0
  45. pulumi_gcp/bigquery/iam_member.py +2 -0
  46. pulumi_gcp/bigquery/iam_policy.py +2 -0
  47. pulumi_gcp/bigquery/reservation.py +535 -0
  48. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +2 -0
  49. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +2 -0
  50. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +2 -0
  51. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +2 -0
  52. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +2 -0
  53. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +2 -0
  54. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +2 -0
  55. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +2 -0
  56. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +2 -0
  57. pulumi_gcp/binaryauthorization/attestor_iam_binding.py +2 -0
  58. pulumi_gcp/binaryauthorization/attestor_iam_member.py +2 -0
  59. pulumi_gcp/binaryauthorization/attestor_iam_policy.py +2 -0
  60. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +2 -0
  61. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +2 -0
  62. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +2 -0
  63. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +2 -0
  64. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +2 -0
  65. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +2 -0
  66. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +2 -0
  67. pulumi_gcp/cloudbuildv2/connection_iam_member.py +2 -0
  68. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +2 -0
  69. pulumi_gcp/clouddeploy/_inputs.py +48 -48
  70. pulumi_gcp/clouddeploy/deploy_policy.py +54 -74
  71. pulumi_gcp/clouddeploy/outputs.py +32 -32
  72. pulumi_gcp/cloudfunctions/function_iam_binding.py +2 -0
  73. pulumi_gcp/cloudfunctions/function_iam_member.py +2 -0
  74. pulumi_gcp/cloudfunctions/function_iam_policy.py +2 -0
  75. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +2 -0
  76. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +2 -0
  77. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +2 -0
  78. pulumi_gcp/cloudrun/iam_binding.py +2 -0
  79. pulumi_gcp/cloudrun/iam_member.py +2 -0
  80. pulumi_gcp/cloudrun/iam_policy.py +2 -0
  81. pulumi_gcp/cloudrunv2/job_iam_binding.py +2 -0
  82. pulumi_gcp/cloudrunv2/job_iam_member.py +2 -0
  83. pulumi_gcp/cloudrunv2/job_iam_policy.py +2 -0
  84. pulumi_gcp/cloudrunv2/service_iam_binding.py +2 -0
  85. pulumi_gcp/cloudrunv2/service_iam_member.py +2 -0
  86. pulumi_gcp/cloudrunv2/service_iam_policy.py +2 -0
  87. pulumi_gcp/cloudrunv2/worker_pool_iam_binding.py +2 -0
  88. pulumi_gcp/cloudrunv2/worker_pool_iam_member.py +2 -0
  89. pulumi_gcp/cloudrunv2/worker_pool_iam_policy.py +2 -0
  90. pulumi_gcp/cloudtasks/queue_iam_binding.py +2 -0
  91. pulumi_gcp/cloudtasks/queue_iam_member.py +2 -0
  92. pulumi_gcp/cloudtasks/queue_iam_policy.py +2 -0
  93. pulumi_gcp/colab/runtime_template_iam_binding.py +2 -0
  94. pulumi_gcp/colab/runtime_template_iam_member.py +2 -0
  95. pulumi_gcp/colab/runtime_template_iam_policy.py +2 -0
  96. pulumi_gcp/composer/user_workloads_config_map.py +26 -2
  97. pulumi_gcp/compute/_inputs.py +355 -0
  98. pulumi_gcp/compute/disk_iam_binding.py +2 -0
  99. pulumi_gcp/compute/disk_iam_member.py +2 -0
  100. pulumi_gcp/compute/disk_iam_policy.py +2 -0
  101. pulumi_gcp/compute/get_region_backend_service.py +12 -1
  102. pulumi_gcp/compute/image_iam_binding.py +2 -0
  103. pulumi_gcp/compute/image_iam_member.py +2 -0
  104. pulumi_gcp/compute/image_iam_policy.py +2 -0
  105. pulumi_gcp/compute/instance_iam_binding.py +2 -0
  106. pulumi_gcp/compute/instance_iam_member.py +2 -0
  107. pulumi_gcp/compute/instance_iam_policy.py +2 -0
  108. pulumi_gcp/compute/instance_template_iam_binding.py +2 -0
  109. pulumi_gcp/compute/instance_template_iam_member.py +2 -0
  110. pulumi_gcp/compute/instance_template_iam_policy.py +2 -0
  111. pulumi_gcp/compute/instant_snapshot_iam_binding.py +2 -0
  112. pulumi_gcp/compute/instant_snapshot_iam_member.py +2 -0
  113. pulumi_gcp/compute/instant_snapshot_iam_policy.py +2 -0
  114. pulumi_gcp/compute/machine_image_iam_binding.py +2 -0
  115. pulumi_gcp/compute/machine_image_iam_member.py +2 -0
  116. pulumi_gcp/compute/machine_image_iam_policy.py +2 -0
  117. pulumi_gcp/compute/outputs.py +404 -0
  118. pulumi_gcp/compute/region_backend_service.py +257 -0
  119. pulumi_gcp/compute/region_disk_iam_binding.py +2 -0
  120. pulumi_gcp/compute/region_disk_iam_member.py +2 -0
  121. pulumi_gcp/compute/region_disk_iam_policy.py +2 -0
  122. pulumi_gcp/compute/region_security_policy.py +54 -0
  123. pulumi_gcp/compute/service_attachment.py +126 -0
  124. pulumi_gcp/compute/snapshot_iam_binding.py +2 -0
  125. pulumi_gcp/compute/snapshot_iam_member.py +2 -0
  126. pulumi_gcp/compute/snapshot_iam_policy.py +2 -0
  127. pulumi_gcp/compute/storage_pool_iam_binding.py +2 -0
  128. pulumi_gcp/compute/storage_pool_iam_member.py +2 -0
  129. pulumi_gcp/compute/storage_pool_iam_policy.py +2 -0
  130. pulumi_gcp/compute/subnetwork_iam_binding.py +2 -0
  131. pulumi_gcp/compute/subnetwork_iam_member.py +2 -0
  132. pulumi_gcp/compute/subnetwork_iam_policy.py +2 -0
  133. pulumi_gcp/config/__init__.pyi +0 -4
  134. pulumi_gcp/config/vars.py +0 -8
  135. pulumi_gcp/container/_inputs.py +2373 -267
  136. pulumi_gcp/container/outputs.py +2481 -81
  137. pulumi_gcp/containeranalysis/note_iam_binding.py +2 -0
  138. pulumi_gcp/containeranalysis/note_iam_member.py +2 -0
  139. pulumi_gcp/containeranalysis/note_iam_policy.py +2 -0
  140. pulumi_gcp/datacatalog/entry_group_iam_binding.py +2 -0
  141. pulumi_gcp/datacatalog/entry_group_iam_member.py +2 -0
  142. pulumi_gcp/datacatalog/entry_group_iam_policy.py +2 -0
  143. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +2 -0
  144. pulumi_gcp/datacatalog/policy_tag_iam_member.py +2 -0
  145. pulumi_gcp/datacatalog/policy_tag_iam_policy.py +2 -0
  146. pulumi_gcp/datacatalog/tag_template_iam_binding.py +2 -0
  147. pulumi_gcp/datacatalog/tag_template_iam_member.py +2 -0
  148. pulumi_gcp/datacatalog/tag_template_iam_policy.py +2 -0
  149. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +2 -0
  150. pulumi_gcp/datacatalog/taxonomy_iam_member.py +2 -0
  151. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +2 -0
  152. pulumi_gcp/datafusion/instance.py +18 -4
  153. pulumi_gcp/dataplex/aspect_type_iam_binding.py +2 -0
  154. pulumi_gcp/dataplex/aspect_type_iam_member.py +2 -0
  155. pulumi_gcp/dataplex/aspect_type_iam_policy.py +2 -0
  156. pulumi_gcp/dataplex/asset_iam_binding.py +2 -0
  157. pulumi_gcp/dataplex/asset_iam_member.py +2 -0
  158. pulumi_gcp/dataplex/asset_iam_policy.py +2 -0
  159. pulumi_gcp/dataplex/datascan_iam_binding.py +2 -0
  160. pulumi_gcp/dataplex/datascan_iam_member.py +2 -0
  161. pulumi_gcp/dataplex/datascan_iam_policy.py +2 -0
  162. pulumi_gcp/dataplex/entry_group_iam_binding.py +2 -0
  163. pulumi_gcp/dataplex/entry_group_iam_member.py +2 -0
  164. pulumi_gcp/dataplex/entry_group_iam_policy.py +2 -0
  165. pulumi_gcp/dataplex/entry_type_iam_binding.py +2 -0
  166. pulumi_gcp/dataplex/entry_type_iam_member.py +2 -0
  167. pulumi_gcp/dataplex/entry_type_iam_policy.py +2 -0
  168. pulumi_gcp/dataplex/glossary_iam_binding.py +2 -0
  169. pulumi_gcp/dataplex/glossary_iam_member.py +2 -0
  170. pulumi_gcp/dataplex/glossary_iam_policy.py +2 -0
  171. pulumi_gcp/dataplex/lake_iam_binding.py +2 -0
  172. pulumi_gcp/dataplex/lake_iam_member.py +2 -0
  173. pulumi_gcp/dataplex/lake_iam_policy.py +2 -0
  174. pulumi_gcp/dataplex/task_iam_binding.py +2 -0
  175. pulumi_gcp/dataplex/task_iam_member.py +2 -0
  176. pulumi_gcp/dataplex/task_iam_policy.py +2 -0
  177. pulumi_gcp/dataplex/zone_iam_binding.py +2 -0
  178. pulumi_gcp/dataplex/zone_iam_member.py +2 -0
  179. pulumi_gcp/dataplex/zone_iam_policy.py +2 -0
  180. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +2 -0
  181. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +2 -0
  182. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +2 -0
  183. pulumi_gcp/dataproc/metastore_database_iam_binding.py +2 -0
  184. pulumi_gcp/dataproc/metastore_database_iam_member.py +2 -0
  185. pulumi_gcp/dataproc/metastore_database_iam_policy.py +2 -0
  186. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +2 -0
  187. pulumi_gcp/dataproc/metastore_federation_iam_member.py +2 -0
  188. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +2 -0
  189. pulumi_gcp/dataproc/metastore_service_iam_binding.py +2 -0
  190. pulumi_gcp/dataproc/metastore_service_iam_member.py +2 -0
  191. pulumi_gcp/dataproc/metastore_service_iam_policy.py +2 -0
  192. pulumi_gcp/dataproc/metastore_table_iam_binding.py +2 -0
  193. pulumi_gcp/dataproc/metastore_table_iam_member.py +2 -0
  194. pulumi_gcp/dataproc/metastore_table_iam_policy.py +2 -0
  195. pulumi_gcp/diagflow/__init__.py +2 -0
  196. pulumi_gcp/diagflow/_inputs.py +2829 -0
  197. pulumi_gcp/diagflow/conversation_profile.py +959 -0
  198. pulumi_gcp/diagflow/cx_playbook.py +967 -0
  199. pulumi_gcp/diagflow/outputs.py +2330 -0
  200. pulumi_gcp/dns/dns_managed_zone_iam_binding.py +2 -0
  201. pulumi_gcp/dns/dns_managed_zone_iam_member.py +2 -0
  202. pulumi_gcp/dns/dns_managed_zone_iam_policy.py +2 -0
  203. pulumi_gcp/endpoints/service_iam_binding.py +2 -0
  204. pulumi_gcp/endpoints/service_iam_member.py +2 -0
  205. pulumi_gcp/endpoints/service_iam_policy.py +2 -0
  206. pulumi_gcp/gemini/repository_group_iam_binding.py +2 -0
  207. pulumi_gcp/gemini/repository_group_iam_member.py +2 -0
  208. pulumi_gcp/gemini/repository_group_iam_policy.py +2 -0
  209. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +2 -0
  210. pulumi_gcp/gkebackup/backup_plan_iam_member.py +2 -0
  211. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +2 -0
  212. pulumi_gcp/gkebackup/restore_plan_iam_binding.py +2 -0
  213. pulumi_gcp/gkebackup/restore_plan_iam_member.py +2 -0
  214. pulumi_gcp/gkebackup/restore_plan_iam_policy.py +2 -0
  215. pulumi_gcp/gkehub/feature_iam_binding.py +2 -0
  216. pulumi_gcp/gkehub/feature_iam_member.py +2 -0
  217. pulumi_gcp/gkehub/feature_iam_policy.py +2 -0
  218. pulumi_gcp/gkehub/membership_iam_binding.py +2 -0
  219. pulumi_gcp/gkehub/membership_iam_member.py +2 -0
  220. pulumi_gcp/gkehub/membership_iam_policy.py +2 -0
  221. pulumi_gcp/gkehub/scope_iam_binding.py +2 -0
  222. pulumi_gcp/gkehub/scope_iam_member.py +2 -0
  223. pulumi_gcp/gkehub/scope_iam_policy.py +2 -0
  224. pulumi_gcp/gkeonprem/vmware_admin_cluster.py +24 -3
  225. pulumi_gcp/healthcare/consent_store_iam_binding.py +2 -0
  226. pulumi_gcp/healthcare/consent_store_iam_member.py +2 -0
  227. pulumi_gcp/healthcare/consent_store_iam_policy.py +2 -0
  228. pulumi_gcp/iam/workforce_pool_iam_binding.py +2 -0
  229. pulumi_gcp/iam/workforce_pool_iam_member.py +2 -0
  230. pulumi_gcp/iam/workforce_pool_iam_policy.py +2 -0
  231. pulumi_gcp/iap/app_engine_service_iam_binding.py +2 -0
  232. pulumi_gcp/iap/app_engine_service_iam_member.py +2 -0
  233. pulumi_gcp/iap/app_engine_service_iam_policy.py +2 -0
  234. pulumi_gcp/iap/app_engine_version_iam_binding.py +2 -0
  235. pulumi_gcp/iap/app_engine_version_iam_member.py +2 -0
  236. pulumi_gcp/iap/app_engine_version_iam_policy.py +2 -0
  237. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +2 -0
  238. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +2 -0
  239. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +2 -0
  240. pulumi_gcp/iap/tunnel_iam_binding.py +2 -0
  241. pulumi_gcp/iap/tunnel_iam_member.py +2 -0
  242. pulumi_gcp/iap/tunnel_iam_policy.py +2 -0
  243. pulumi_gcp/iap/tunnel_instance_iam_binding.py +2 -0
  244. pulumi_gcp/iap/tunnel_instance_iam_member.py +2 -0
  245. pulumi_gcp/iap/tunnel_instance_iam_policy.py +2 -0
  246. pulumi_gcp/iap/web_backend_service_iam_binding.py +2 -0
  247. pulumi_gcp/iap/web_backend_service_iam_member.py +2 -0
  248. pulumi_gcp/iap/web_backend_service_iam_policy.py +2 -0
  249. pulumi_gcp/iap/web_cloud_run_service_iam_binding.py +2 -0
  250. pulumi_gcp/iap/web_cloud_run_service_iam_member.py +2 -0
  251. pulumi_gcp/iap/web_cloud_run_service_iam_policy.py +2 -0
  252. pulumi_gcp/iap/web_iam_binding.py +2 -0
  253. pulumi_gcp/iap/web_iam_member.py +2 -0
  254. pulumi_gcp/iap/web_iam_policy.py +2 -0
  255. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +2 -0
  256. pulumi_gcp/iap/web_region_backend_service_iam_member.py +2 -0
  257. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +2 -0
  258. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +2 -0
  259. pulumi_gcp/iap/web_type_app_enging_iam_member.py +2 -0
  260. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +2 -0
  261. pulumi_gcp/iap/web_type_compute_iam_binding.py +2 -0
  262. pulumi_gcp/iap/web_type_compute_iam_member.py +2 -0
  263. pulumi_gcp/iap/web_type_compute_iam_policy.py +2 -0
  264. pulumi_gcp/kms/crypto_key.py +7 -0
  265. pulumi_gcp/kms/ekm_connection_iam_binding.py +2 -0
  266. pulumi_gcp/kms/ekm_connection_iam_member.py +2 -0
  267. pulumi_gcp/kms/ekm_connection_iam_policy.py +2 -0
  268. pulumi_gcp/kms/outputs.py +2 -0
  269. pulumi_gcp/logging/log_view_iam_binding.py +2 -0
  270. pulumi_gcp/logging/log_view_iam_member.py +2 -0
  271. pulumi_gcp/logging/log_view_iam_policy.py +2 -0
  272. pulumi_gcp/memorystore/get_instance.py +12 -1
  273. pulumi_gcp/memorystore/instance.py +70 -0
  274. pulumi_gcp/monitoring/_inputs.py +3 -3
  275. pulumi_gcp/monitoring/outputs.py +2 -2
  276. pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +213 -168
  277. pulumi_gcp/notebooks/instance.py +18 -18
  278. pulumi_gcp/notebooks/instance_iam_binding.py +2 -0
  279. pulumi_gcp/notebooks/instance_iam_member.py +2 -0
  280. pulumi_gcp/notebooks/instance_iam_policy.py +2 -0
  281. pulumi_gcp/notebooks/runtime_iam_binding.py +2 -0
  282. pulumi_gcp/notebooks/runtime_iam_member.py +2 -0
  283. pulumi_gcp/notebooks/runtime_iam_policy.py +2 -0
  284. pulumi_gcp/organizations/folder.py +56 -0
  285. pulumi_gcp/organizations/get_folder.py +29 -1
  286. pulumi_gcp/projects/api_key.py +88 -1
  287. pulumi_gcp/provider.py +0 -40
  288. pulumi_gcp/pubsub/schema_iam_binding.py +2 -0
  289. pulumi_gcp/pubsub/schema_iam_member.py +2 -0
  290. pulumi_gcp/pubsub/schema_iam_policy.py +2 -0
  291. pulumi_gcp/pubsub/subscription.py +84 -0
  292. pulumi_gcp/pubsub/topic.py +80 -0
  293. pulumi_gcp/pubsub/topic_iam_binding.py +2 -0
  294. pulumi_gcp/pubsub/topic_iam_member.py +2 -0
  295. pulumi_gcp/pubsub/topic_iam_policy.py +2 -0
  296. pulumi_gcp/pulumi-plugin.json +1 -1
  297. pulumi_gcp/secretmanager/regional_secret_iam_binding.py +2 -0
  298. pulumi_gcp/secretmanager/regional_secret_iam_member.py +2 -0
  299. pulumi_gcp/secretmanager/regional_secret_iam_policy.py +2 -0
  300. pulumi_gcp/secretmanager/secret_iam_binding.py +2 -0
  301. pulumi_gcp/secretmanager/secret_iam_member.py +2 -0
  302. pulumi_gcp/secretmanager/secret_iam_policy.py +2 -0
  303. pulumi_gcp/secretmanager/secret_version.py +1 -48
  304. pulumi_gcp/securesourcemanager/repository_iam_binding.py +2 -0
  305. pulumi_gcp/securesourcemanager/repository_iam_member.py +2 -0
  306. pulumi_gcp/securesourcemanager/repository_iam_policy.py +2 -0
  307. pulumi_gcp/securitycenter/instance_iam_binding.py +18 -4
  308. pulumi_gcp/securitycenter/instance_iam_member.py +18 -4
  309. pulumi_gcp/securitycenter/instance_iam_policy.py +18 -4
  310. pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +2 -0
  311. pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +2 -0
  312. pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +2 -0
  313. pulumi_gcp/servicedirectory/namespace_iam_binding.py +2 -0
  314. pulumi_gcp/servicedirectory/namespace_iam_member.py +2 -0
  315. pulumi_gcp/servicedirectory/namespace_iam_policy.py +2 -0
  316. pulumi_gcp/servicedirectory/service_iam_binding.py +2 -0
  317. pulumi_gcp/servicedirectory/service_iam_member.py +2 -0
  318. pulumi_gcp/servicedirectory/service_iam_policy.py +2 -0
  319. pulumi_gcp/sourcerepo/repository_iam_binding.py +2 -0
  320. pulumi_gcp/sourcerepo/repository_iam_member.py +2 -0
  321. pulumi_gcp/sourcerepo/repository_iam_policy.py +2 -0
  322. pulumi_gcp/sql/_inputs.py +82 -4
  323. pulumi_gcp/sql/database_instance.py +108 -7
  324. pulumi_gcp/sql/get_database_instance.py +12 -1
  325. pulumi_gcp/sql/outputs.py +154 -7
  326. pulumi_gcp/storage/_inputs.py +104 -12
  327. pulumi_gcp/storage/outputs.py +84 -7
  328. pulumi_gcp/tags/tag_key_iam_binding.py +2 -0
  329. pulumi_gcp/tags/tag_key_iam_member.py +2 -0
  330. pulumi_gcp/tags/tag_key_iam_policy.py +2 -0
  331. pulumi_gcp/tags/tag_value_iam_binding.py +2 -0
  332. pulumi_gcp/tags/tag_value_iam_member.py +2 -0
  333. pulumi_gcp/tags/tag_value_iam_policy.py +2 -0
  334. pulumi_gcp/tpu/get_tensorflow_versions.py +10 -0
  335. pulumi_gcp/vertex/__init__.py +1 -0
  336. pulumi_gcp/vertex/_inputs.py +122 -0
  337. pulumi_gcp/vertex/ai_index.py +21 -7
  338. pulumi_gcp/vertex/ai_rag_engine_config.py +354 -0
  339. pulumi_gcp/vertex/outputs.py +69 -0
  340. {pulumi_gcp-8.41.0a1755297349.dist-info → pulumi_gcp-8.42.0a1756095712.dist-info}/METADATA +1 -1
  341. {pulumi_gcp-8.41.0a1755297349.dist-info → pulumi_gcp-8.42.0a1756095712.dist-info}/RECORD +343 -335
  342. {pulumi_gcp-8.41.0a1755297349.dist-info → pulumi_gcp-8.42.0a1756095712.dist-info}/WHEEL +0 -0
  343. {pulumi_gcp-8.41.0a1755297349.dist-info → pulumi_gcp-8.42.0a1756095712.dist-info}/top_level.txt +0 -0
@@ -33,21 +33,21 @@ class DeployPolicyArgs:
33
33
  """
34
34
  The set of arguments for constructing a DeployPolicy resource.
35
35
  :param pulumi.Input[_builtins.str] location: The location for the resource
36
- :param pulumi.Input[Sequence[pulumi.Input['DeployPolicyRuleArgs']]] rules: Required. Rules to apply. At least one rule must be present.
36
+ :param pulumi.Input[Sequence[pulumi.Input['DeployPolicyRuleArgs']]] rules: Rules to apply. At least one rule must be present.
37
37
  Structure is documented below.
38
- :param pulumi.Input[Sequence[pulumi.Input['DeployPolicySelectorArgs']]] selectors: Required. Selected resources to which the policy will be applied. At least one selector is required. If one selector matches the resource the policy applies. For example, if there are two selectors and the action being attempted matches one of them, the policy will apply to that action.
38
+ :param pulumi.Input[Sequence[pulumi.Input['DeployPolicySelectorArgs']]] selectors: Selected resources to which the policy will be applied. At least one selector is required. If one selector matches the resource the policy applies. For example, if there are two selectors and the action being attempted matches one of them, the policy will apply to that action.
39
39
  Structure is documented below.
40
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.
40
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.
41
41
  **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
42
42
  Please refer to the field `effective_annotations` for all of the annotations present on the resource.
43
- :param pulumi.Input[_builtins.str] description: Optional. Description of the `DeployPolicy`. Max length is 255 characters.
44
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.
43
+ :param pulumi.Input[_builtins.str] description: Description of the `DeployPolicy`. Max length is 255 characters.
44
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.
45
45
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
46
46
  Please refer to the field `effective_labels` for all of the labels present on the resource.
47
47
  :param pulumi.Input[_builtins.str] name: Name of the `DeployPolicy`.
48
48
  :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
49
49
  If it is not provided, the provider project is used.
50
- :param pulumi.Input[_builtins.bool] suspended: Optional. When suspended, the policy will not prevent actions from occurring, even if the action violates the policy.
50
+ :param pulumi.Input[_builtins.bool] suspended: When suspended, the policy will not prevent actions from occurring, even if the action violates the policy.
51
51
  """
52
52
  pulumi.set(__self__, "location", location)
53
53
  pulumi.set(__self__, "rules", rules)
@@ -81,7 +81,7 @@ class DeployPolicyArgs:
81
81
  @pulumi.getter
82
82
  def rules(self) -> pulumi.Input[Sequence[pulumi.Input['DeployPolicyRuleArgs']]]:
83
83
  """
84
- Required. Rules to apply. At least one rule must be present.
84
+ Rules to apply. At least one rule must be present.
85
85
  Structure is documented below.
86
86
  """
87
87
  return pulumi.get(self, "rules")
@@ -94,7 +94,7 @@ class DeployPolicyArgs:
94
94
  @pulumi.getter
95
95
  def selectors(self) -> pulumi.Input[Sequence[pulumi.Input['DeployPolicySelectorArgs']]]:
96
96
  """
97
- Required. Selected resources to which the policy will be applied. At least one selector is required. If one selector matches the resource the policy applies. For example, if there are two selectors and the action being attempted matches one of them, the policy will apply to that action.
97
+ Selected resources to which the policy will be applied. At least one selector is required. If one selector matches the resource the policy applies. For example, if there are two selectors and the action being attempted matches one of them, the policy will apply to that action.
98
98
  Structure is documented below.
99
99
  """
100
100
  return pulumi.get(self, "selectors")
@@ -107,7 +107,7 @@ class DeployPolicyArgs:
107
107
  @pulumi.getter
108
108
  def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
109
109
  """
110
- Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.
110
+ User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.
111
111
  **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
112
112
  Please refer to the field `effective_annotations` for all of the annotations present on the resource.
113
113
  """
@@ -121,7 +121,7 @@ class DeployPolicyArgs:
121
121
  @pulumi.getter
122
122
  def description(self) -> Optional[pulumi.Input[_builtins.str]]:
123
123
  """
124
- Optional. Description of the `DeployPolicy`. Max length is 255 characters.
124
+ Description of the `DeployPolicy`. Max length is 255 characters.
125
125
  """
126
126
  return pulumi.get(self, "description")
127
127
 
@@ -133,7 +133,7 @@ class DeployPolicyArgs:
133
133
  @pulumi.getter
134
134
  def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
135
135
  """
136
- Optional. Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.
136
+ Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.
137
137
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
138
138
  Please refer to the field `effective_labels` for all of the labels present on the resource.
139
139
  """
@@ -172,7 +172,7 @@ class DeployPolicyArgs:
172
172
  @pulumi.getter
173
173
  def suspended(self) -> Optional[pulumi.Input[_builtins.bool]]:
174
174
  """
175
- Optional. When suspended, the policy will not prevent actions from occurring, even if the action violates the policy.
175
+ When suspended, the policy will not prevent actions from occurring, even if the action violates the policy.
176
176
  """
177
177
  return pulumi.get(self, "suspended")
178
178
 
@@ -202,14 +202,14 @@ class _DeployPolicyState:
202
202
  update_time: Optional[pulumi.Input[_builtins.str]] = None):
203
203
  """
204
204
  Input properties used for looking up and filtering DeployPolicy resources.
205
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.
205
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.
206
206
  **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
207
207
  Please refer to the field `effective_annotations` for all of the annotations present on the resource.
208
208
  :param pulumi.Input[_builtins.str] create_time: Output only. Time at which the DeployPolicy was created.
209
- :param pulumi.Input[_builtins.str] description: Optional. Description of the `DeployPolicy`. Max length is 255 characters.
209
+ :param pulumi.Input[_builtins.str] description: Description of the `DeployPolicy`. Max length is 255 characters.
210
210
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
211
- :param pulumi.Input[_builtins.str] etag: Optional. The weak etag of the `DeployPolicy` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
212
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.
211
+ :param pulumi.Input[_builtins.str] etag: The weak etag of the `DeployPolicy` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
212
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.
213
213
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
214
214
  Please refer to the field `effective_labels` for all of the labels present on the resource.
215
215
  :param pulumi.Input[_builtins.str] location: The location for the resource
@@ -218,11 +218,11 @@ class _DeployPolicyState:
218
218
  If it is not provided, the provider project is used.
219
219
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] pulumi_labels: The combination of labels configured directly on the resource
220
220
  and default labels configured on the provider.
221
- :param pulumi.Input[Sequence[pulumi.Input['DeployPolicyRuleArgs']]] rules: Required. Rules to apply. At least one rule must be present.
221
+ :param pulumi.Input[Sequence[pulumi.Input['DeployPolicyRuleArgs']]] rules: Rules to apply. At least one rule must be present.
222
222
  Structure is documented below.
223
- :param pulumi.Input[Sequence[pulumi.Input['DeployPolicySelectorArgs']]] selectors: Required. Selected resources to which the policy will be applied. At least one selector is required. If one selector matches the resource the policy applies. For example, if there are two selectors and the action being attempted matches one of them, the policy will apply to that action.
223
+ :param pulumi.Input[Sequence[pulumi.Input['DeployPolicySelectorArgs']]] selectors: Selected resources to which the policy will be applied. At least one selector is required. If one selector matches the resource the policy applies. For example, if there are two selectors and the action being attempted matches one of them, the policy will apply to that action.
224
224
  Structure is documented below.
225
- :param pulumi.Input[_builtins.bool] suspended: Optional. When suspended, the policy will not prevent actions from occurring, even if the action violates the policy.
225
+ :param pulumi.Input[_builtins.bool] suspended: When suspended, the policy will not prevent actions from occurring, even if the action violates the policy.
226
226
  :param pulumi.Input[_builtins.str] uid: Output only. Unique identifier of the `DeployPolicy`.
227
227
  :param pulumi.Input[_builtins.str] update_time: Output only. Time at which the DeployPolicy was updated.
228
228
  """
@@ -263,7 +263,7 @@ class _DeployPolicyState:
263
263
  @pulumi.getter
264
264
  def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
265
265
  """
266
- Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.
266
+ User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.
267
267
  **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
268
268
  Please refer to the field `effective_annotations` for all of the annotations present on the resource.
269
269
  """
@@ -289,7 +289,7 @@ class _DeployPolicyState:
289
289
  @pulumi.getter
290
290
  def description(self) -> Optional[pulumi.Input[_builtins.str]]:
291
291
  """
292
- Optional. Description of the `DeployPolicy`. Max length is 255 characters.
292
+ Description of the `DeployPolicy`. Max length is 255 characters.
293
293
  """
294
294
  return pulumi.get(self, "description")
295
295
 
@@ -322,7 +322,7 @@ class _DeployPolicyState:
322
322
  @pulumi.getter
323
323
  def etag(self) -> Optional[pulumi.Input[_builtins.str]]:
324
324
  """
325
- Optional. The weak etag of the `DeployPolicy` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
325
+ The weak etag of the `DeployPolicy` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
326
326
  """
327
327
  return pulumi.get(self, "etag")
328
328
 
@@ -334,7 +334,7 @@ class _DeployPolicyState:
334
334
  @pulumi.getter
335
335
  def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
336
336
  """
337
- Optional. Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.
337
+ Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.
338
338
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
339
339
  Please refer to the field `effective_labels` for all of the labels present on the resource.
340
340
  """
@@ -398,7 +398,7 @@ class _DeployPolicyState:
398
398
  @pulumi.getter
399
399
  def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeployPolicyRuleArgs']]]]:
400
400
  """
401
- Required. Rules to apply. At least one rule must be present.
401
+ Rules to apply. At least one rule must be present.
402
402
  Structure is documented below.
403
403
  """
404
404
  return pulumi.get(self, "rules")
@@ -411,7 +411,7 @@ class _DeployPolicyState:
411
411
  @pulumi.getter
412
412
  def selectors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeployPolicySelectorArgs']]]]:
413
413
  """
414
- Required. Selected resources to which the policy will be applied. At least one selector is required. If one selector matches the resource the policy applies. For example, if there are two selectors and the action being attempted matches one of them, the policy will apply to that action.
414
+ Selected resources to which the policy will be applied. At least one selector is required. If one selector matches the resource the policy applies. For example, if there are two selectors and the action being attempted matches one of them, the policy will apply to that action.
415
415
  Structure is documented below.
416
416
  """
417
417
  return pulumi.get(self, "selectors")
@@ -424,7 +424,7 @@ class _DeployPolicyState:
424
424
  @pulumi.getter
425
425
  def suspended(self) -> Optional[pulumi.Input[_builtins.bool]]:
426
426
  """
427
- Optional. When suspended, the policy will not prevent actions from occurring, even if the action violates the policy.
427
+ When suspended, the policy will not prevent actions from occurring, even if the action violates the policy.
428
428
  """
429
429
  return pulumi.get(self, "suspended")
430
430
 
@@ -505,11 +505,11 @@ class DeployPolicy(pulumi.CustomResource):
505
505
  "time_zone": "America/Los_Angeles",
506
506
  "weekly_windows": [{
507
507
  "start_time": {
508
- "hours": 12,
508
+ "hours": 0,
509
509
  "minutes": 0,
510
510
  },
511
511
  "end_time": {
512
- "hours": 13,
512
+ "hours": 24,
513
513
  "minutes": 0,
514
514
  },
515
515
  }],
@@ -562,16 +562,12 @@ class DeployPolicy(pulumi.CustomResource):
562
562
  "time_zone": "America/Los_Angeles",
563
563
  "weekly_windows": [{
564
564
  "start_time": {
565
- "hours": 12,
565
+ "hours": 0,
566
566
  "minutes": 0,
567
- "seconds": 0,
568
- "nanos": 0,
569
567
  },
570
568
  "end_time": {
571
569
  "hours": 13,
572
570
  "minutes": 0,
573
- "seconds": 0,
574
- "nanos": 0,
575
571
  },
576
572
  }],
577
573
  },
@@ -588,8 +584,6 @@ class DeployPolicy(pulumi.CustomResource):
588
584
  "start_time": {
589
585
  "hours": 13,
590
586
  "minutes": 0,
591
- "seconds": 0,
592
- "nanos": 0,
593
587
  },
594
588
  "end_time": {
595
589
  "hours": 14,
@@ -601,16 +595,12 @@ class DeployPolicy(pulumi.CustomResource):
601
595
  }],
602
596
  "one_time_windows": [{
603
597
  "start_time": {
604
- "hours": 15,
598
+ "hours": 0,
605
599
  "minutes": 0,
606
- "seconds": 0,
607
- "nanos": 0,
608
600
  },
609
601
  "end_time": {
610
602
  "hours": 16,
611
603
  "minutes": 0,
612
- "seconds": 0,
613
- "nanos": 0,
614
604
  },
615
605
  "start_date": {
616
606
  "year": 2019,
@@ -655,22 +645,22 @@ class DeployPolicy(pulumi.CustomResource):
655
645
 
656
646
  :param str resource_name: The name of the resource.
657
647
  :param pulumi.ResourceOptions opts: Options for the resource.
658
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.
648
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.
659
649
  **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
660
650
  Please refer to the field `effective_annotations` for all of the annotations present on the resource.
661
- :param pulumi.Input[_builtins.str] description: Optional. Description of the `DeployPolicy`. Max length is 255 characters.
662
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.
651
+ :param pulumi.Input[_builtins.str] description: Description of the `DeployPolicy`. Max length is 255 characters.
652
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.
663
653
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
664
654
  Please refer to the field `effective_labels` for all of the labels present on the resource.
665
655
  :param pulumi.Input[_builtins.str] location: The location for the resource
666
656
  :param pulumi.Input[_builtins.str] name: Name of the `DeployPolicy`.
667
657
  :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
668
658
  If it is not provided, the provider project is used.
669
- :param pulumi.Input[Sequence[pulumi.Input[Union['DeployPolicyRuleArgs', 'DeployPolicyRuleArgsDict']]]] rules: Required. Rules to apply. At least one rule must be present.
659
+ :param pulumi.Input[Sequence[pulumi.Input[Union['DeployPolicyRuleArgs', 'DeployPolicyRuleArgsDict']]]] rules: Rules to apply. At least one rule must be present.
670
660
  Structure is documented below.
671
- :param pulumi.Input[Sequence[pulumi.Input[Union['DeployPolicySelectorArgs', 'DeployPolicySelectorArgsDict']]]] selectors: Required. Selected resources to which the policy will be applied. At least one selector is required. If one selector matches the resource the policy applies. For example, if there are two selectors and the action being attempted matches one of them, the policy will apply to that action.
661
+ :param pulumi.Input[Sequence[pulumi.Input[Union['DeployPolicySelectorArgs', 'DeployPolicySelectorArgsDict']]]] selectors: Selected resources to which the policy will be applied. At least one selector is required. If one selector matches the resource the policy applies. For example, if there are two selectors and the action being attempted matches one of them, the policy will apply to that action.
672
662
  Structure is documented below.
673
- :param pulumi.Input[_builtins.bool] suspended: Optional. When suspended, the policy will not prevent actions from occurring, even if the action violates the policy.
663
+ :param pulumi.Input[_builtins.bool] suspended: When suspended, the policy will not prevent actions from occurring, even if the action violates the policy.
674
664
  """
675
665
  ...
676
666
  @overload
@@ -710,11 +700,11 @@ class DeployPolicy(pulumi.CustomResource):
710
700
  "time_zone": "America/Los_Angeles",
711
701
  "weekly_windows": [{
712
702
  "start_time": {
713
- "hours": 12,
703
+ "hours": 0,
714
704
  "minutes": 0,
715
705
  },
716
706
  "end_time": {
717
- "hours": 13,
707
+ "hours": 24,
718
708
  "minutes": 0,
719
709
  },
720
710
  }],
@@ -767,16 +757,12 @@ class DeployPolicy(pulumi.CustomResource):
767
757
  "time_zone": "America/Los_Angeles",
768
758
  "weekly_windows": [{
769
759
  "start_time": {
770
- "hours": 12,
760
+ "hours": 0,
771
761
  "minutes": 0,
772
- "seconds": 0,
773
- "nanos": 0,
774
762
  },
775
763
  "end_time": {
776
764
  "hours": 13,
777
765
  "minutes": 0,
778
- "seconds": 0,
779
- "nanos": 0,
780
766
  },
781
767
  }],
782
768
  },
@@ -793,8 +779,6 @@ class DeployPolicy(pulumi.CustomResource):
793
779
  "start_time": {
794
780
  "hours": 13,
795
781
  "minutes": 0,
796
- "seconds": 0,
797
- "nanos": 0,
798
782
  },
799
783
  "end_time": {
800
784
  "hours": 14,
@@ -806,16 +790,12 @@ class DeployPolicy(pulumi.CustomResource):
806
790
  }],
807
791
  "one_time_windows": [{
808
792
  "start_time": {
809
- "hours": 15,
793
+ "hours": 0,
810
794
  "minutes": 0,
811
- "seconds": 0,
812
- "nanos": 0,
813
795
  },
814
796
  "end_time": {
815
797
  "hours": 16,
816
798
  "minutes": 0,
817
- "seconds": 0,
818
- "nanos": 0,
819
799
  },
820
800
  "start_date": {
821
801
  "year": 2019,
@@ -948,14 +928,14 @@ class DeployPolicy(pulumi.CustomResource):
948
928
  :param str resource_name: The unique name of the resulting resource.
949
929
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
950
930
  :param pulumi.ResourceOptions opts: Options for the resource.
951
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.
931
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.
952
932
  **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
953
933
  Please refer to the field `effective_annotations` for all of the annotations present on the resource.
954
934
  :param pulumi.Input[_builtins.str] create_time: Output only. Time at which the DeployPolicy was created.
955
- :param pulumi.Input[_builtins.str] description: Optional. Description of the `DeployPolicy`. Max length is 255 characters.
935
+ :param pulumi.Input[_builtins.str] description: Description of the `DeployPolicy`. Max length is 255 characters.
956
936
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
957
- :param pulumi.Input[_builtins.str] etag: Optional. The weak etag of the `DeployPolicy` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
958
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Optional. Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.
937
+ :param pulumi.Input[_builtins.str] etag: The weak etag of the `DeployPolicy` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
938
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.
959
939
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
960
940
  Please refer to the field `effective_labels` for all of the labels present on the resource.
961
941
  :param pulumi.Input[_builtins.str] location: The location for the resource
@@ -964,11 +944,11 @@ class DeployPolicy(pulumi.CustomResource):
964
944
  If it is not provided, the provider project is used.
965
945
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] pulumi_labels: The combination of labels configured directly on the resource
966
946
  and default labels configured on the provider.
967
- :param pulumi.Input[Sequence[pulumi.Input[Union['DeployPolicyRuleArgs', 'DeployPolicyRuleArgsDict']]]] rules: Required. Rules to apply. At least one rule must be present.
947
+ :param pulumi.Input[Sequence[pulumi.Input[Union['DeployPolicyRuleArgs', 'DeployPolicyRuleArgsDict']]]] rules: Rules to apply. At least one rule must be present.
968
948
  Structure is documented below.
969
- :param pulumi.Input[Sequence[pulumi.Input[Union['DeployPolicySelectorArgs', 'DeployPolicySelectorArgsDict']]]] selectors: Required. Selected resources to which the policy will be applied. At least one selector is required. If one selector matches the resource the policy applies. For example, if there are two selectors and the action being attempted matches one of them, the policy will apply to that action.
949
+ :param pulumi.Input[Sequence[pulumi.Input[Union['DeployPolicySelectorArgs', 'DeployPolicySelectorArgsDict']]]] selectors: Selected resources to which the policy will be applied. At least one selector is required. If one selector matches the resource the policy applies. For example, if there are two selectors and the action being attempted matches one of them, the policy will apply to that action.
970
950
  Structure is documented below.
971
- :param pulumi.Input[_builtins.bool] suspended: Optional. When suspended, the policy will not prevent actions from occurring, even if the action violates the policy.
951
+ :param pulumi.Input[_builtins.bool] suspended: When suspended, the policy will not prevent actions from occurring, even if the action violates the policy.
972
952
  :param pulumi.Input[_builtins.str] uid: Output only. Unique identifier of the `DeployPolicy`.
973
953
  :param pulumi.Input[_builtins.str] update_time: Output only. Time at which the DeployPolicy was updated.
974
954
  """
@@ -998,7 +978,7 @@ class DeployPolicy(pulumi.CustomResource):
998
978
  @pulumi.getter
999
979
  def annotations(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
1000
980
  """
1001
- Optional. User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.
981
+ User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.
1002
982
  **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
1003
983
  Please refer to the field `effective_annotations` for all of the annotations present on the resource.
1004
984
  """
@@ -1016,7 +996,7 @@ class DeployPolicy(pulumi.CustomResource):
1016
996
  @pulumi.getter
1017
997
  def description(self) -> pulumi.Output[Optional[_builtins.str]]:
1018
998
  """
1019
- Optional. Description of the `DeployPolicy`. Max length is 255 characters.
999
+ Description of the `DeployPolicy`. Max length is 255 characters.
1020
1000
  """
1021
1001
  return pulumi.get(self, "description")
1022
1002
 
@@ -1037,7 +1017,7 @@ class DeployPolicy(pulumi.CustomResource):
1037
1017
  @pulumi.getter
1038
1018
  def etag(self) -> pulumi.Output[_builtins.str]:
1039
1019
  """
1040
- Optional. The weak etag of the `DeployPolicy` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
1020
+ The weak etag of the `DeployPolicy` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
1041
1021
  """
1042
1022
  return pulumi.get(self, "etag")
1043
1023
 
@@ -1045,7 +1025,7 @@ class DeployPolicy(pulumi.CustomResource):
1045
1025
  @pulumi.getter
1046
1026
  def labels(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
1047
1027
  """
1048
- Optional. Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.
1028
+ Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.
1049
1029
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
1050
1030
  Please refer to the field `effective_labels` for all of the labels present on the resource.
1051
1031
  """
@@ -1089,7 +1069,7 @@ class DeployPolicy(pulumi.CustomResource):
1089
1069
  @pulumi.getter
1090
1070
  def rules(self) -> pulumi.Output[Sequence['outputs.DeployPolicyRule']]:
1091
1071
  """
1092
- Required. Rules to apply. At least one rule must be present.
1072
+ Rules to apply. At least one rule must be present.
1093
1073
  Structure is documented below.
1094
1074
  """
1095
1075
  return pulumi.get(self, "rules")
@@ -1098,7 +1078,7 @@ class DeployPolicy(pulumi.CustomResource):
1098
1078
  @pulumi.getter
1099
1079
  def selectors(self) -> pulumi.Output[Sequence['outputs.DeployPolicySelector']]:
1100
1080
  """
1101
- Required. Selected resources to which the policy will be applied. At least one selector is required. If one selector matches the resource the policy applies. For example, if there are two selectors and the action being attempted matches one of them, the policy will apply to that action.
1081
+ Selected resources to which the policy will be applied. At least one selector is required. If one selector matches the resource the policy applies. For example, if there are two selectors and the action being attempted matches one of them, the policy will apply to that action.
1102
1082
  Structure is documented below.
1103
1083
  """
1104
1084
  return pulumi.get(self, "selectors")
@@ -1107,7 +1087,7 @@ class DeployPolicy(pulumi.CustomResource):
1107
1087
  @pulumi.getter
1108
1088
  def suspended(self) -> pulumi.Output[Optional[_builtins.bool]]:
1109
1089
  """
1110
- Optional. When suspended, the policy will not prevent actions from occurring, even if the action violates the policy.
1090
+ When suspended, the policy will not prevent actions from occurring, even if the action violates the policy.
1111
1091
  """
1112
1092
  return pulumi.get(self, "suspended")
1113
1093