pulumi-gcp 8.20.0a1739946722__py3-none-any.whl → 8.21.0a1740551699__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 (189) hide show
  1. pulumi_gcp/__init__.py +48 -0
  2. pulumi_gcp/accesscontextmanager/_inputs.py +168 -8
  3. pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py +2 -2
  4. pulumi_gcp/accesscontextmanager/outputs.py +104 -8
  5. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +78 -3
  6. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +78 -3
  7. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +78 -3
  8. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +78 -3
  9. pulumi_gcp/alloydb/__init__.py +1 -0
  10. pulumi_gcp/alloydb/get_instance.py +466 -0
  11. pulumi_gcp/alloydb/outputs.py +352 -0
  12. pulumi_gcp/apigateway/get_api_config_iam_policy.py +20 -2
  13. pulumi_gcp/apigateway/get_api_iam_policy.py +20 -2
  14. pulumi_gcp/apigateway/get_gateway_iam_policy.py +22 -2
  15. pulumi_gcp/apigee/get_environment_iam_policy.py +2 -2
  16. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +2 -2
  17. pulumi_gcp/beyondcorp/get_application_iam_policy.py +2 -2
  18. pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +2 -2
  19. pulumi_gcp/bigquery/connection.py +2 -14
  20. pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -2
  21. pulumi_gcp/bigquery/get_table_iam_policy.py +2 -2
  22. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +8 -8
  23. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +8 -8
  24. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +8 -8
  25. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
  26. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
  27. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +8 -8
  28. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +8 -8
  29. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +8 -8
  30. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -2
  31. pulumi_gcp/binaryauthorization/get_attestor_iam_policy.py +2 -2
  32. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +2 -2
  33. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +2 -2
  34. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +2 -2
  35. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +2 -2
  36. pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +2 -2
  37. pulumi_gcp/clouddeploy/get_target_iam_policy.py +2 -2
  38. pulumi_gcp/cloudfunctions/get_function_iam_policy.py +2 -2
  39. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +2 -2
  40. pulumi_gcp/cloudrun/_inputs.py +6 -3
  41. pulumi_gcp/cloudrun/get_service_iam_policy.py +2 -2
  42. pulumi_gcp/cloudrun/outputs.py +4 -2
  43. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +2 -2
  44. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +2 -2
  45. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +2 -2
  46. pulumi_gcp/colab/get_runtime_template_iam_policy.py +2 -2
  47. pulumi_gcp/composer/_inputs.py +6 -6
  48. pulumi_gcp/composer/outputs.py +8 -8
  49. pulumi_gcp/compute/_inputs.py +756 -30
  50. pulumi_gcp/compute/firewall_policy_rule.py +0 -2
  51. pulumi_gcp/compute/get_backend_bucket_iam_policy.py +20 -2
  52. pulumi_gcp/compute/get_backend_service_iam_policy.py +20 -2
  53. pulumi_gcp/compute/get_disk_iam_policy.py +2 -2
  54. pulumi_gcp/compute/get_hc_vpn_gateway.py +45 -1
  55. pulumi_gcp/compute/get_image_iam_policy.py +2 -2
  56. pulumi_gcp/compute/get_instance_iam_policy.py +2 -2
  57. pulumi_gcp/compute/get_instance_template_iam_policy.py +2 -2
  58. pulumi_gcp/compute/get_machine_image_iam_policy.py +20 -2
  59. pulumi_gcp/compute/get_region_backend_service_iam_policy.py +22 -2
  60. pulumi_gcp/compute/get_region_disk_iam_policy.py +2 -2
  61. pulumi_gcp/compute/get_snapshot_iam_policy.py +2 -2
  62. pulumi_gcp/compute/get_subnetwork_iam_policy.py +2 -2
  63. pulumi_gcp/compute/ha_vpn_gateway.py +189 -2
  64. pulumi_gcp/compute/instance_template.py +14 -35
  65. pulumi_gcp/compute/outputs.py +796 -18
  66. pulumi_gcp/config/__init__.pyi +2 -0
  67. pulumi_gcp/config/vars.py +4 -0
  68. pulumi_gcp/container/_inputs.py +447 -3
  69. pulumi_gcp/container/outputs.py +469 -5
  70. pulumi_gcp/containeranalysis/get_note_iam_policy.py +2 -2
  71. pulumi_gcp/datacatalog/entry_group_iam_binding.py +8 -8
  72. pulumi_gcp/datacatalog/entry_group_iam_member.py +8 -8
  73. pulumi_gcp/datacatalog/entry_group_iam_policy.py +8 -8
  74. pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +2 -2
  75. pulumi_gcp/datacatalog/get_policy_tag_iam_policy.py +2 -2
  76. pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +2 -2
  77. pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +2 -2
  78. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +8 -8
  79. pulumi_gcp/datacatalog/policy_tag_iam_member.py +8 -8
  80. pulumi_gcp/datacatalog/policy_tag_iam_policy.py +8 -8
  81. pulumi_gcp/datacatalog/tag_template_iam_binding.py +8 -8
  82. pulumi_gcp/datacatalog/tag_template_iam_member.py +8 -8
  83. pulumi_gcp/datacatalog/tag_template_iam_policy.py +8 -8
  84. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +8 -8
  85. pulumi_gcp/datacatalog/taxonomy_iam_member.py +8 -8
  86. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +8 -8
  87. pulumi_gcp/dataform/get_repository_iam_policy.py +22 -2
  88. pulumi_gcp/datafusion/get_instance_iam_policy.py +2 -2
  89. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -2
  90. pulumi_gcp/dataplex/get_asset_iam_policy.py +2 -2
  91. pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -2
  92. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -2
  93. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -2
  94. pulumi_gcp/dataplex/get_lake_iam_policy.py +2 -2
  95. pulumi_gcp/dataplex/get_task_iam_policy.py +2 -2
  96. pulumi_gcp/dataplex/get_zone_iam_policy.py +2 -2
  97. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -2
  98. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -2
  99. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -2
  100. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +8 -8
  101. pulumi_gcp/dataproc/metastore_federation_iam_member.py +8 -8
  102. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +8 -8
  103. pulumi_gcp/dataproc/metastore_service_iam_binding.py +8 -8
  104. pulumi_gcp/dataproc/metastore_service_iam_member.py +8 -8
  105. pulumi_gcp/dataproc/metastore_service_iam_policy.py +8 -8
  106. pulumi_gcp/dns/get_managed_zone_iam_policy.py +2 -2
  107. pulumi_gcp/endpoints/get_service_iam_policy.py +2 -2
  108. pulumi_gcp/eventarc/_inputs.py +29 -8
  109. pulumi_gcp/eventarc/google_channel_config.py +58 -46
  110. pulumi_gcp/eventarc/outputs.py +20 -6
  111. pulumi_gcp/eventarc/trigger.py +95 -72
  112. pulumi_gcp/filestore/backup.py +4 -4
  113. pulumi_gcp/firebase/__init__.py +1 -0
  114. pulumi_gcp/firebase/data_connect_service.py +937 -0
  115. pulumi_gcp/gemini/__init__.py +4 -0
  116. pulumi_gcp/gemini/data_sharing_with_google_setting.py +607 -0
  117. pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +608 -0
  118. pulumi_gcp/gemini/get_repository_group_iam_policy.py +2 -2
  119. pulumi_gcp/gemini/logging_setting.py +42 -54
  120. pulumi_gcp/gemini/logging_setting_binding.py +722 -0
  121. pulumi_gcp/gemini/release_channel_setting.py +39 -43
  122. pulumi_gcp/gemini/release_channel_setting_binding.py +734 -0
  123. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +2 -2
  124. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +2 -2
  125. pulumi_gcp/gkehub/get_feature_iam_policy.py +2 -2
  126. pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -2
  127. pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -2
  128. pulumi_gcp/healthcare/get_consent_store_iam_policy.py +2 -2
  129. pulumi_gcp/iap/get_app_engine_service_iam_policy.py +2 -2
  130. pulumi_gcp/iap/get_app_engine_version_iam_policy.py +2 -2
  131. pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -2
  132. pulumi_gcp/iap/get_tunnel_iam_policy.py +2 -2
  133. pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +2 -2
  134. pulumi_gcp/iap/get_web_backend_service_iam_policy.py +2 -2
  135. pulumi_gcp/iap/get_web_iam_policy.py +2 -2
  136. pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +2 -2
  137. pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
  138. pulumi_gcp/iap/get_web_type_compute_iam_policy.py +2 -2
  139. pulumi_gcp/kms/get_ekm_connection_iam_policy.py +2 -2
  140. pulumi_gcp/logging/get_log_view_iam_policy.py +2 -2
  141. pulumi_gcp/monitoring/_inputs.py +588 -0
  142. pulumi_gcp/monitoring/outputs.py +410 -0
  143. pulumi_gcp/netapp/__init__.py +1 -0
  144. pulumi_gcp/netapp/volume_quota_rule.py +895 -0
  145. pulumi_gcp/networksecurity/address_group_iam_binding.py +4 -4
  146. pulumi_gcp/networksecurity/address_group_iam_member.py +4 -4
  147. pulumi_gcp/networksecurity/address_group_iam_policy.py +4 -4
  148. pulumi_gcp/networkservices/authz_extension.py +8 -15
  149. pulumi_gcp/networkservices/mesh.py +79 -12
  150. pulumi_gcp/notebooks/get_instance_iam_policy.py +2 -2
  151. pulumi_gcp/notebooks/get_runtime_iam_policy.py +2 -2
  152. pulumi_gcp/provider.py +20 -0
  153. pulumi_gcp/pubsub/get_schema_iam_policy.py +2 -2
  154. pulumi_gcp/pubsub/get_topic_iam_policy.py +2 -2
  155. pulumi_gcp/pulumi-plugin.json +1 -1
  156. pulumi_gcp/runtimeconfig/get_config_iam_policy.py +20 -2
  157. pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -2
  158. pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -2
  159. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -2
  160. pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -2
  161. pulumi_gcp/securitycenter/get_source_iam_policy.py +2 -2
  162. pulumi_gcp/securitycenter/get_v2_organization_source_iam_policy.py +2 -2
  163. pulumi_gcp/securitycenter/mute_config.py +136 -3
  164. pulumi_gcp/securitycenter/v2_folder_notification_config.py +2 -14
  165. pulumi_gcp/securitycenter/v2_organization_notification_config.py +2 -14
  166. pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +8 -8
  167. pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +8 -8
  168. pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +8 -8
  169. pulumi_gcp/securitycenter/v2_project_notification_config.py +2 -14
  170. pulumi_gcp/servicedirectory/get_namespace_iam_policy.py +18 -2
  171. pulumi_gcp/servicedirectory/get_service_iam_policy.py +18 -2
  172. pulumi_gcp/sourcerepo/get_repository_iam_policy.py +2 -2
  173. pulumi_gcp/spanner/instance.py +0 -46
  174. pulumi_gcp/sql/_inputs.py +6 -6
  175. pulumi_gcp/sql/outputs.py +4 -4
  176. pulumi_gcp/storage/bucket.py +30 -0
  177. pulumi_gcp/storage/get_bucket_iam_policy.py +2 -2
  178. pulumi_gcp/tags/get_tag_key_iam_policy.py +2 -2
  179. pulumi_gcp/tags/get_tag_value_iam_policy.py +2 -2
  180. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +22 -2
  181. pulumi_gcp/vertex/get_ai_featurestore_entitytype_iam_policy.py +20 -2
  182. pulumi_gcp/vertex/get_ai_featurestore_iam_policy.py +22 -2
  183. pulumi_gcp/workbench/get_instance_iam_policy.py +2 -2
  184. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +24 -2
  185. pulumi_gcp/workstations/get_workstation_iam_policy.py +26 -2
  186. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740551699.dist-info}/METADATA +1 -1
  187. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740551699.dist-info}/RECORD +189 -182
  188. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740551699.dist-info}/WHEEL +1 -1
  189. {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740551699.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py CHANGED
@@ -5018,6 +5018,14 @@ _utilities.register(
5018
5018
  "gcp:firebase/appleApp:AppleApp": "AppleApp"
5019
5019
  }
5020
5020
  },
5021
+ {
5022
+ "pkg": "gcp",
5023
+ "mod": "firebase/dataConnectService",
5024
+ "fqn": "pulumi_gcp.firebase",
5025
+ "classes": {
5026
+ "gcp:firebase/dataConnectService:DataConnectService": "DataConnectService"
5027
+ }
5028
+ },
5021
5029
  {
5022
5030
  "pkg": "gcp",
5023
5031
  "mod": "firebase/databaseInstance",
@@ -5210,6 +5218,22 @@ _utilities.register(
5210
5218
  "gcp:gemini/codeRepositoryIndex:CodeRepositoryIndex": "CodeRepositoryIndex"
5211
5219
  }
5212
5220
  },
5221
+ {
5222
+ "pkg": "gcp",
5223
+ "mod": "gemini/dataSharingWithGoogleSetting",
5224
+ "fqn": "pulumi_gcp.gemini",
5225
+ "classes": {
5226
+ "gcp:gemini/dataSharingWithGoogleSetting:DataSharingWithGoogleSetting": "DataSharingWithGoogleSetting"
5227
+ }
5228
+ },
5229
+ {
5230
+ "pkg": "gcp",
5231
+ "mod": "gemini/geminiGcpEnablementSetting",
5232
+ "fqn": "pulumi_gcp.gemini",
5233
+ "classes": {
5234
+ "gcp:gemini/geminiGcpEnablementSetting:GeminiGcpEnablementSetting": "GeminiGcpEnablementSetting"
5235
+ }
5236
+ },
5213
5237
  {
5214
5238
  "pkg": "gcp",
5215
5239
  "mod": "gemini/loggingSetting",
@@ -5218,6 +5242,14 @@ _utilities.register(
5218
5242
  "gcp:gemini/loggingSetting:LoggingSetting": "LoggingSetting"
5219
5243
  }
5220
5244
  },
5245
+ {
5246
+ "pkg": "gcp",
5247
+ "mod": "gemini/loggingSettingBinding",
5248
+ "fqn": "pulumi_gcp.gemini",
5249
+ "classes": {
5250
+ "gcp:gemini/loggingSettingBinding:LoggingSettingBinding": "LoggingSettingBinding"
5251
+ }
5252
+ },
5221
5253
  {
5222
5254
  "pkg": "gcp",
5223
5255
  "mod": "gemini/releaseChannelSetting",
@@ -5226,6 +5258,14 @@ _utilities.register(
5226
5258
  "gcp:gemini/releaseChannelSetting:ReleaseChannelSetting": "ReleaseChannelSetting"
5227
5259
  }
5228
5260
  },
5261
+ {
5262
+ "pkg": "gcp",
5263
+ "mod": "gemini/releaseChannelSettingBinding",
5264
+ "fqn": "pulumi_gcp.gemini",
5265
+ "classes": {
5266
+ "gcp:gemini/releaseChannelSettingBinding:ReleaseChannelSettingBinding": "ReleaseChannelSettingBinding"
5267
+ }
5268
+ },
5229
5269
  {
5230
5270
  "pkg": "gcp",
5231
5271
  "mod": "gemini/repositoryGroup",
@@ -6634,6 +6674,14 @@ _utilities.register(
6634
6674
  "gcp:netapp/volume:Volume": "Volume"
6635
6675
  }
6636
6676
  },
6677
+ {
6678
+ "pkg": "gcp",
6679
+ "mod": "netapp/volumeQuotaRule",
6680
+ "fqn": "pulumi_gcp.netapp",
6681
+ "classes": {
6682
+ "gcp:netapp/volumeQuotaRule:VolumeQuotaRule": "VolumeQuotaRule"
6683
+ }
6684
+ },
6637
6685
  {
6638
6686
  "pkg": "gcp",
6639
6687
  "mod": "netapp/volumeReplication",
@@ -4067,6 +4067,10 @@ if not MYPY:
4067
4067
  cause this `EgressPolicy` to apply.
4068
4068
  Structure is documented below.
4069
4069
  """
4070
+ title: NotRequired[pulumi.Input[str]]
4071
+ """
4072
+ Human readable title. Must be unique within the perimeter. Does not affect behavior.
4073
+ """
4070
4074
  elif False:
4071
4075
  ServicePerimeterSpecEgressPolicyArgsDict: TypeAlias = Mapping[str, Any]
4072
4076
 
@@ -4074,18 +4078,22 @@ elif False:
4074
4078
  class ServicePerimeterSpecEgressPolicyArgs:
4075
4079
  def __init__(__self__, *,
4076
4080
  egress_from: Optional[pulumi.Input['ServicePerimeterSpecEgressPolicyEgressFromArgs']] = None,
4077
- egress_to: Optional[pulumi.Input['ServicePerimeterSpecEgressPolicyEgressToArgs']] = None):
4081
+ egress_to: Optional[pulumi.Input['ServicePerimeterSpecEgressPolicyEgressToArgs']] = None,
4082
+ title: Optional[pulumi.Input[str]] = None):
4078
4083
  """
4079
4084
  :param pulumi.Input['ServicePerimeterSpecEgressPolicyEgressFromArgs'] egress_from: Defines conditions on the source of a request causing this `EgressPolicy` to apply.
4080
4085
  Structure is documented below.
4081
4086
  :param pulumi.Input['ServicePerimeterSpecEgressPolicyEgressToArgs'] egress_to: Defines the conditions on the `ApiOperation` and destination resources that
4082
4087
  cause this `EgressPolicy` to apply.
4083
4088
  Structure is documented below.
4089
+ :param pulumi.Input[str] title: Human readable title. Must be unique within the perimeter. Does not affect behavior.
4084
4090
  """
4085
4091
  if egress_from is not None:
4086
4092
  pulumi.set(__self__, "egress_from", egress_from)
4087
4093
  if egress_to is not None:
4088
4094
  pulumi.set(__self__, "egress_to", egress_to)
4095
+ if title is not None:
4096
+ pulumi.set(__self__, "title", title)
4089
4097
 
4090
4098
  @property
4091
4099
  @pulumi.getter(name="egressFrom")
@@ -4114,6 +4122,18 @@ class ServicePerimeterSpecEgressPolicyArgs:
4114
4122
  def egress_to(self, value: Optional[pulumi.Input['ServicePerimeterSpecEgressPolicyEgressToArgs']]):
4115
4123
  pulumi.set(self, "egress_to", value)
4116
4124
 
4125
+ @property
4126
+ @pulumi.getter
4127
+ def title(self) -> Optional[pulumi.Input[str]]:
4128
+ """
4129
+ Human readable title. Must be unique within the perimeter. Does not affect behavior.
4130
+ """
4131
+ return pulumi.get(self, "title")
4132
+
4133
+ @title.setter
4134
+ def title(self, value: Optional[pulumi.Input[str]]):
4135
+ pulumi.set(self, "title", value)
4136
+
4117
4137
 
4118
4138
  if not MYPY:
4119
4139
  class ServicePerimeterSpecEgressPolicyEgressFromArgsDict(TypedDict):
@@ -4536,6 +4556,10 @@ if not MYPY:
4536
4556
  this `IngressPolicy` to apply.
4537
4557
  Structure is documented below.
4538
4558
  """
4559
+ title: NotRequired[pulumi.Input[str]]
4560
+ """
4561
+ Human readable title. Must be unique within the perimeter. Does not affect behavior.
4562
+ """
4539
4563
  elif False:
4540
4564
  ServicePerimeterSpecIngressPolicyArgsDict: TypeAlias = Mapping[str, Any]
4541
4565
 
@@ -4543,7 +4567,8 @@ elif False:
4543
4567
  class ServicePerimeterSpecIngressPolicyArgs:
4544
4568
  def __init__(__self__, *,
4545
4569
  ingress_from: Optional[pulumi.Input['ServicePerimeterSpecIngressPolicyIngressFromArgs']] = None,
4546
- ingress_to: Optional[pulumi.Input['ServicePerimeterSpecIngressPolicyIngressToArgs']] = None):
4570
+ ingress_to: Optional[pulumi.Input['ServicePerimeterSpecIngressPolicyIngressToArgs']] = None,
4571
+ title: Optional[pulumi.Input[str]] = None):
4547
4572
  """
4548
4573
  :param pulumi.Input['ServicePerimeterSpecIngressPolicyIngressFromArgs'] ingress_from: Defines the conditions on the source of a request causing this `IngressPolicy`
4549
4574
  to apply.
@@ -4551,11 +4576,14 @@ class ServicePerimeterSpecIngressPolicyArgs:
4551
4576
  :param pulumi.Input['ServicePerimeterSpecIngressPolicyIngressToArgs'] ingress_to: Defines the conditions on the `ApiOperation` and request destination that cause
4552
4577
  this `IngressPolicy` to apply.
4553
4578
  Structure is documented below.
4579
+ :param pulumi.Input[str] title: Human readable title. Must be unique within the perimeter. Does not affect behavior.
4554
4580
  """
4555
4581
  if ingress_from is not None:
4556
4582
  pulumi.set(__self__, "ingress_from", ingress_from)
4557
4583
  if ingress_to is not None:
4558
4584
  pulumi.set(__self__, "ingress_to", ingress_to)
4585
+ if title is not None:
4586
+ pulumi.set(__self__, "title", title)
4559
4587
 
4560
4588
  @property
4561
4589
  @pulumi.getter(name="ingressFrom")
@@ -4585,6 +4613,18 @@ class ServicePerimeterSpecIngressPolicyArgs:
4585
4613
  def ingress_to(self, value: Optional[pulumi.Input['ServicePerimeterSpecIngressPolicyIngressToArgs']]):
4586
4614
  pulumi.set(self, "ingress_to", value)
4587
4615
 
4616
+ @property
4617
+ @pulumi.getter
4618
+ def title(self) -> Optional[pulumi.Input[str]]:
4619
+ """
4620
+ Human readable title. Must be unique within the perimeter. Does not affect behavior.
4621
+ """
4622
+ return pulumi.get(self, "title")
4623
+
4624
+ @title.setter
4625
+ def title(self, value: Optional[pulumi.Input[str]]):
4626
+ pulumi.set(self, "title", value)
4627
+
4588
4628
 
4589
4629
  if not MYPY:
4590
4630
  class ServicePerimeterSpecIngressPolicyIngressFromArgsDict(TypedDict):
@@ -5228,6 +5268,10 @@ if not MYPY:
5228
5268
  cause this `EgressPolicy` to apply.
5229
5269
  Structure is documented below.
5230
5270
  """
5271
+ title: NotRequired[pulumi.Input[str]]
5272
+ """
5273
+ Human readable title. Must be unique within the perimeter. Does not affect behavior.
5274
+ """
5231
5275
  elif False:
5232
5276
  ServicePerimeterStatusEgressPolicyArgsDict: TypeAlias = Mapping[str, Any]
5233
5277
 
@@ -5235,18 +5279,22 @@ elif False:
5235
5279
  class ServicePerimeterStatusEgressPolicyArgs:
5236
5280
  def __init__(__self__, *,
5237
5281
  egress_from: Optional[pulumi.Input['ServicePerimeterStatusEgressPolicyEgressFromArgs']] = None,
5238
- egress_to: Optional[pulumi.Input['ServicePerimeterStatusEgressPolicyEgressToArgs']] = None):
5282
+ egress_to: Optional[pulumi.Input['ServicePerimeterStatusEgressPolicyEgressToArgs']] = None,
5283
+ title: Optional[pulumi.Input[str]] = None):
5239
5284
  """
5240
5285
  :param pulumi.Input['ServicePerimeterStatusEgressPolicyEgressFromArgs'] egress_from: Defines conditions on the source of a request causing this `EgressPolicy` to apply.
5241
5286
  Structure is documented below.
5242
5287
  :param pulumi.Input['ServicePerimeterStatusEgressPolicyEgressToArgs'] egress_to: Defines the conditions on the `ApiOperation` and destination resources that
5243
5288
  cause this `EgressPolicy` to apply.
5244
5289
  Structure is documented below.
5290
+ :param pulumi.Input[str] title: Human readable title. Must be unique within the perimeter. Does not affect behavior.
5245
5291
  """
5246
5292
  if egress_from is not None:
5247
5293
  pulumi.set(__self__, "egress_from", egress_from)
5248
5294
  if egress_to is not None:
5249
5295
  pulumi.set(__self__, "egress_to", egress_to)
5296
+ if title is not None:
5297
+ pulumi.set(__self__, "title", title)
5250
5298
 
5251
5299
  @property
5252
5300
  @pulumi.getter(name="egressFrom")
@@ -5275,6 +5323,18 @@ class ServicePerimeterStatusEgressPolicyArgs:
5275
5323
  def egress_to(self, value: Optional[pulumi.Input['ServicePerimeterStatusEgressPolicyEgressToArgs']]):
5276
5324
  pulumi.set(self, "egress_to", value)
5277
5325
 
5326
+ @property
5327
+ @pulumi.getter
5328
+ def title(self) -> Optional[pulumi.Input[str]]:
5329
+ """
5330
+ Human readable title. Must be unique within the perimeter. Does not affect behavior.
5331
+ """
5332
+ return pulumi.get(self, "title")
5333
+
5334
+ @title.setter
5335
+ def title(self, value: Optional[pulumi.Input[str]]):
5336
+ pulumi.set(self, "title", value)
5337
+
5278
5338
 
5279
5339
  if not MYPY:
5280
5340
  class ServicePerimeterStatusEgressPolicyEgressFromArgsDict(TypedDict):
@@ -5697,6 +5757,10 @@ if not MYPY:
5697
5757
  this `IngressPolicy` to apply.
5698
5758
  Structure is documented below.
5699
5759
  """
5760
+ title: NotRequired[pulumi.Input[str]]
5761
+ """
5762
+ Human readable title. Must be unique within the perimeter. Does not affect behavior.
5763
+ """
5700
5764
  elif False:
5701
5765
  ServicePerimeterStatusIngressPolicyArgsDict: TypeAlias = Mapping[str, Any]
5702
5766
 
@@ -5704,7 +5768,8 @@ elif False:
5704
5768
  class ServicePerimeterStatusIngressPolicyArgs:
5705
5769
  def __init__(__self__, *,
5706
5770
  ingress_from: Optional[pulumi.Input['ServicePerimeterStatusIngressPolicyIngressFromArgs']] = None,
5707
- ingress_to: Optional[pulumi.Input['ServicePerimeterStatusIngressPolicyIngressToArgs']] = None):
5771
+ ingress_to: Optional[pulumi.Input['ServicePerimeterStatusIngressPolicyIngressToArgs']] = None,
5772
+ title: Optional[pulumi.Input[str]] = None):
5708
5773
  """
5709
5774
  :param pulumi.Input['ServicePerimeterStatusIngressPolicyIngressFromArgs'] ingress_from: Defines the conditions on the source of a request causing this `IngressPolicy`
5710
5775
  to apply.
@@ -5712,11 +5777,14 @@ class ServicePerimeterStatusIngressPolicyArgs:
5712
5777
  :param pulumi.Input['ServicePerimeterStatusIngressPolicyIngressToArgs'] ingress_to: Defines the conditions on the `ApiOperation` and request destination that cause
5713
5778
  this `IngressPolicy` to apply.
5714
5779
  Structure is documented below.
5780
+ :param pulumi.Input[str] title: Human readable title. Must be unique within the perimeter. Does not affect behavior.
5715
5781
  """
5716
5782
  if ingress_from is not None:
5717
5783
  pulumi.set(__self__, "ingress_from", ingress_from)
5718
5784
  if ingress_to is not None:
5719
5785
  pulumi.set(__self__, "ingress_to", ingress_to)
5786
+ if title is not None:
5787
+ pulumi.set(__self__, "title", title)
5720
5788
 
5721
5789
  @property
5722
5790
  @pulumi.getter(name="ingressFrom")
@@ -5746,6 +5814,18 @@ class ServicePerimeterStatusIngressPolicyArgs:
5746
5814
  def ingress_to(self, value: Optional[pulumi.Input['ServicePerimeterStatusIngressPolicyIngressToArgs']]):
5747
5815
  pulumi.set(self, "ingress_to", value)
5748
5816
 
5817
+ @property
5818
+ @pulumi.getter
5819
+ def title(self) -> Optional[pulumi.Input[str]]:
5820
+ """
5821
+ Human readable title. Must be unique within the perimeter. Does not affect behavior.
5822
+ """
5823
+ return pulumi.get(self, "title")
5824
+
5825
+ @title.setter
5826
+ def title(self, value: Optional[pulumi.Input[str]]):
5827
+ pulumi.set(self, "title", value)
5828
+
5749
5829
 
5750
5830
  if not MYPY:
5751
5831
  class ServicePerimeterStatusIngressPolicyIngressFromArgsDict(TypedDict):
@@ -6684,6 +6764,10 @@ if not MYPY:
6684
6764
  cause this `EgressPolicy` to apply.
6685
6765
  Structure is documented below.
6686
6766
  """
6767
+ title: NotRequired[pulumi.Input[str]]
6768
+ """
6769
+ Human readable title. Must be unique within the perimeter. Does not affect behavior.
6770
+ """
6687
6771
  elif False:
6688
6772
  ServicePerimetersServicePerimeterSpecEgressPolicyArgsDict: TypeAlias = Mapping[str, Any]
6689
6773
 
@@ -6691,18 +6775,22 @@ elif False:
6691
6775
  class ServicePerimetersServicePerimeterSpecEgressPolicyArgs:
6692
6776
  def __init__(__self__, *,
6693
6777
  egress_from: Optional[pulumi.Input['ServicePerimetersServicePerimeterSpecEgressPolicyEgressFromArgs']] = None,
6694
- egress_to: Optional[pulumi.Input['ServicePerimetersServicePerimeterSpecEgressPolicyEgressToArgs']] = None):
6778
+ egress_to: Optional[pulumi.Input['ServicePerimetersServicePerimeterSpecEgressPolicyEgressToArgs']] = None,
6779
+ title: Optional[pulumi.Input[str]] = None):
6695
6780
  """
6696
6781
  :param pulumi.Input['ServicePerimetersServicePerimeterSpecEgressPolicyEgressFromArgs'] egress_from: Defines conditions on the source of a request causing this `EgressPolicy` to apply.
6697
6782
  Structure is documented below.
6698
6783
  :param pulumi.Input['ServicePerimetersServicePerimeterSpecEgressPolicyEgressToArgs'] egress_to: Defines the conditions on the `ApiOperation` and destination resources that
6699
6784
  cause this `EgressPolicy` to apply.
6700
6785
  Structure is documented below.
6786
+ :param pulumi.Input[str] title: Human readable title. Must be unique within the perimeter. Does not affect behavior.
6701
6787
  """
6702
6788
  if egress_from is not None:
6703
6789
  pulumi.set(__self__, "egress_from", egress_from)
6704
6790
  if egress_to is not None:
6705
6791
  pulumi.set(__self__, "egress_to", egress_to)
6792
+ if title is not None:
6793
+ pulumi.set(__self__, "title", title)
6706
6794
 
6707
6795
  @property
6708
6796
  @pulumi.getter(name="egressFrom")
@@ -6731,6 +6819,18 @@ class ServicePerimetersServicePerimeterSpecEgressPolicyArgs:
6731
6819
  def egress_to(self, value: Optional[pulumi.Input['ServicePerimetersServicePerimeterSpecEgressPolicyEgressToArgs']]):
6732
6820
  pulumi.set(self, "egress_to", value)
6733
6821
 
6822
+ @property
6823
+ @pulumi.getter
6824
+ def title(self) -> Optional[pulumi.Input[str]]:
6825
+ """
6826
+ Human readable title. Must be unique within the perimeter. Does not affect behavior.
6827
+ """
6828
+ return pulumi.get(self, "title")
6829
+
6830
+ @title.setter
6831
+ def title(self, value: Optional[pulumi.Input[str]]):
6832
+ pulumi.set(self, "title", value)
6833
+
6734
6834
 
6735
6835
  if not MYPY:
6736
6836
  class ServicePerimetersServicePerimeterSpecEgressPolicyEgressFromArgsDict(TypedDict):
@@ -7159,6 +7259,10 @@ if not MYPY:
7159
7259
  this `IngressPolicy` to apply.
7160
7260
  Structure is documented below.
7161
7261
  """
7262
+ title: NotRequired[pulumi.Input[str]]
7263
+ """
7264
+ Human readable title. Must be unique within the perimeter. Does not affect behavior.
7265
+ """
7162
7266
  elif False:
7163
7267
  ServicePerimetersServicePerimeterSpecIngressPolicyArgsDict: TypeAlias = Mapping[str, Any]
7164
7268
 
@@ -7166,7 +7270,8 @@ elif False:
7166
7270
  class ServicePerimetersServicePerimeterSpecIngressPolicyArgs:
7167
7271
  def __init__(__self__, *,
7168
7272
  ingress_from: Optional[pulumi.Input['ServicePerimetersServicePerimeterSpecIngressPolicyIngressFromArgs']] = None,
7169
- ingress_to: Optional[pulumi.Input['ServicePerimetersServicePerimeterSpecIngressPolicyIngressToArgs']] = None):
7273
+ ingress_to: Optional[pulumi.Input['ServicePerimetersServicePerimeterSpecIngressPolicyIngressToArgs']] = None,
7274
+ title: Optional[pulumi.Input[str]] = None):
7170
7275
  """
7171
7276
  :param pulumi.Input['ServicePerimetersServicePerimeterSpecIngressPolicyIngressFromArgs'] ingress_from: Defines the conditions on the source of a request causing this `IngressPolicy`
7172
7277
  to apply.
@@ -7174,11 +7279,14 @@ class ServicePerimetersServicePerimeterSpecIngressPolicyArgs:
7174
7279
  :param pulumi.Input['ServicePerimetersServicePerimeterSpecIngressPolicyIngressToArgs'] ingress_to: Defines the conditions on the `ApiOperation` and request destination that cause
7175
7280
  this `IngressPolicy` to apply.
7176
7281
  Structure is documented below.
7282
+ :param pulumi.Input[str] title: Human readable title. Must be unique within the perimeter. Does not affect behavior.
7177
7283
  """
7178
7284
  if ingress_from is not None:
7179
7285
  pulumi.set(__self__, "ingress_from", ingress_from)
7180
7286
  if ingress_to is not None:
7181
7287
  pulumi.set(__self__, "ingress_to", ingress_to)
7288
+ if title is not None:
7289
+ pulumi.set(__self__, "title", title)
7182
7290
 
7183
7291
  @property
7184
7292
  @pulumi.getter(name="ingressFrom")
@@ -7208,6 +7316,18 @@ class ServicePerimetersServicePerimeterSpecIngressPolicyArgs:
7208
7316
  def ingress_to(self, value: Optional[pulumi.Input['ServicePerimetersServicePerimeterSpecIngressPolicyIngressToArgs']]):
7209
7317
  pulumi.set(self, "ingress_to", value)
7210
7318
 
7319
+ @property
7320
+ @pulumi.getter
7321
+ def title(self) -> Optional[pulumi.Input[str]]:
7322
+ """
7323
+ Human readable title. Must be unique within the perimeter. Does not affect behavior.
7324
+ """
7325
+ return pulumi.get(self, "title")
7326
+
7327
+ @title.setter
7328
+ def title(self, value: Optional[pulumi.Input[str]]):
7329
+ pulumi.set(self, "title", value)
7330
+
7211
7331
 
7212
7332
  if not MYPY:
7213
7333
  class ServicePerimetersServicePerimeterSpecIngressPolicyIngressFromArgsDict(TypedDict):
@@ -7851,6 +7971,10 @@ if not MYPY:
7851
7971
  cause this `EgressPolicy` to apply.
7852
7972
  Structure is documented below.
7853
7973
  """
7974
+ title: NotRequired[pulumi.Input[str]]
7975
+ """
7976
+ Human readable title. Must be unique within the perimeter. Does not affect behavior.
7977
+ """
7854
7978
  elif False:
7855
7979
  ServicePerimetersServicePerimeterStatusEgressPolicyArgsDict: TypeAlias = Mapping[str, Any]
7856
7980
 
@@ -7858,18 +7982,22 @@ elif False:
7858
7982
  class ServicePerimetersServicePerimeterStatusEgressPolicyArgs:
7859
7983
  def __init__(__self__, *,
7860
7984
  egress_from: Optional[pulumi.Input['ServicePerimetersServicePerimeterStatusEgressPolicyEgressFromArgs']] = None,
7861
- egress_to: Optional[pulumi.Input['ServicePerimetersServicePerimeterStatusEgressPolicyEgressToArgs']] = None):
7985
+ egress_to: Optional[pulumi.Input['ServicePerimetersServicePerimeterStatusEgressPolicyEgressToArgs']] = None,
7986
+ title: Optional[pulumi.Input[str]] = None):
7862
7987
  """
7863
7988
  :param pulumi.Input['ServicePerimetersServicePerimeterStatusEgressPolicyEgressFromArgs'] egress_from: Defines conditions on the source of a request causing this `EgressPolicy` to apply.
7864
7989
  Structure is documented below.
7865
7990
  :param pulumi.Input['ServicePerimetersServicePerimeterStatusEgressPolicyEgressToArgs'] egress_to: Defines the conditions on the `ApiOperation` and destination resources that
7866
7991
  cause this `EgressPolicy` to apply.
7867
7992
  Structure is documented below.
7993
+ :param pulumi.Input[str] title: Human readable title. Must be unique within the perimeter. Does not affect behavior.
7868
7994
  """
7869
7995
  if egress_from is not None:
7870
7996
  pulumi.set(__self__, "egress_from", egress_from)
7871
7997
  if egress_to is not None:
7872
7998
  pulumi.set(__self__, "egress_to", egress_to)
7999
+ if title is not None:
8000
+ pulumi.set(__self__, "title", title)
7873
8001
 
7874
8002
  @property
7875
8003
  @pulumi.getter(name="egressFrom")
@@ -7898,6 +8026,18 @@ class ServicePerimetersServicePerimeterStatusEgressPolicyArgs:
7898
8026
  def egress_to(self, value: Optional[pulumi.Input['ServicePerimetersServicePerimeterStatusEgressPolicyEgressToArgs']]):
7899
8027
  pulumi.set(self, "egress_to", value)
7900
8028
 
8029
+ @property
8030
+ @pulumi.getter
8031
+ def title(self) -> Optional[pulumi.Input[str]]:
8032
+ """
8033
+ Human readable title. Must be unique within the perimeter. Does not affect behavior.
8034
+ """
8035
+ return pulumi.get(self, "title")
8036
+
8037
+ @title.setter
8038
+ def title(self, value: Optional[pulumi.Input[str]]):
8039
+ pulumi.set(self, "title", value)
8040
+
7901
8041
 
7902
8042
  if not MYPY:
7903
8043
  class ServicePerimetersServicePerimeterStatusEgressPolicyEgressFromArgsDict(TypedDict):
@@ -8326,6 +8466,10 @@ if not MYPY:
8326
8466
  this `IngressPolicy` to apply.
8327
8467
  Structure is documented below.
8328
8468
  """
8469
+ title: NotRequired[pulumi.Input[str]]
8470
+ """
8471
+ Human readable title. Must be unique within the perimeter. Does not affect behavior.
8472
+ """
8329
8473
  elif False:
8330
8474
  ServicePerimetersServicePerimeterStatusIngressPolicyArgsDict: TypeAlias = Mapping[str, Any]
8331
8475
 
@@ -8333,7 +8477,8 @@ elif False:
8333
8477
  class ServicePerimetersServicePerimeterStatusIngressPolicyArgs:
8334
8478
  def __init__(__self__, *,
8335
8479
  ingress_from: Optional[pulumi.Input['ServicePerimetersServicePerimeterStatusIngressPolicyIngressFromArgs']] = None,
8336
- ingress_to: Optional[pulumi.Input['ServicePerimetersServicePerimeterStatusIngressPolicyIngressToArgs']] = None):
8480
+ ingress_to: Optional[pulumi.Input['ServicePerimetersServicePerimeterStatusIngressPolicyIngressToArgs']] = None,
8481
+ title: Optional[pulumi.Input[str]] = None):
8337
8482
  """
8338
8483
  :param pulumi.Input['ServicePerimetersServicePerimeterStatusIngressPolicyIngressFromArgs'] ingress_from: Defines the conditions on the source of a request causing this `IngressPolicy`
8339
8484
  to apply.
@@ -8341,11 +8486,14 @@ class ServicePerimetersServicePerimeterStatusIngressPolicyArgs:
8341
8486
  :param pulumi.Input['ServicePerimetersServicePerimeterStatusIngressPolicyIngressToArgs'] ingress_to: Defines the conditions on the `ApiOperation` and request destination that cause
8342
8487
  this `IngressPolicy` to apply.
8343
8488
  Structure is documented below.
8489
+ :param pulumi.Input[str] title: Human readable title. Must be unique within the perimeter. Does not affect behavior.
8344
8490
  """
8345
8491
  if ingress_from is not None:
8346
8492
  pulumi.set(__self__, "ingress_from", ingress_from)
8347
8493
  if ingress_to is not None:
8348
8494
  pulumi.set(__self__, "ingress_to", ingress_to)
8495
+ if title is not None:
8496
+ pulumi.set(__self__, "title", title)
8349
8497
 
8350
8498
  @property
8351
8499
  @pulumi.getter(name="ingressFrom")
@@ -8375,6 +8523,18 @@ class ServicePerimetersServicePerimeterStatusIngressPolicyArgs:
8375
8523
  def ingress_to(self, value: Optional[pulumi.Input['ServicePerimetersServicePerimeterStatusIngressPolicyIngressToArgs']]):
8376
8524
  pulumi.set(self, "ingress_to", value)
8377
8525
 
8526
+ @property
8527
+ @pulumi.getter
8528
+ def title(self) -> Optional[pulumi.Input[str]]:
8529
+ """
8530
+ Human readable title. Must be unique within the perimeter. Does not affect behavior.
8531
+ """
8532
+ return pulumi.get(self, "title")
8533
+
8534
+ @title.setter
8535
+ def title(self, value: Optional[pulumi.Input[str]]):
8536
+ pulumi.set(self, "title", value)
8537
+
8378
8538
 
8379
8539
  if not MYPY:
8380
8540
  class ServicePerimetersServicePerimeterStatusIngressPolicyIngressFromArgsDict(TypedDict):
@@ -88,7 +88,7 @@ def get_access_policy_iam_policy(name: Optional[str] = None,
88
88
  """
89
89
  Retrieves the current IAM policy data for accesspolicy
90
90
 
91
- ## example
91
+ ## Example Usage
92
92
 
93
93
  ```python
94
94
  import pulumi
@@ -115,7 +115,7 @@ def get_access_policy_iam_policy_output(name: Optional[pulumi.Input[str]] = None
115
115
  """
116
116
  Retrieves the current IAM policy data for accesspolicy
117
117
 
118
- ## example
118
+ ## Example Usage
119
119
 
120
120
  ```python
121
121
  import pulumi