pulumi-gcp 9.0.0a1__py3-none-any.whl → 9.0.0a1758219982__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 (209) hide show
  1. pulumi_gcp/__init__.py +48 -0
  2. pulumi_gcp/activedirectory/peering.py +16 -0
  3. pulumi_gcp/apigateway/api_config_iam_binding.py +4 -4
  4. pulumi_gcp/apigateway/api_config_iam_member.py +4 -4
  5. pulumi_gcp/apigateway/api_config_iam_policy.py +4 -4
  6. pulumi_gcp/apigateway/api_iam_binding.py +4 -4
  7. pulumi_gcp/apigateway/api_iam_member.py +4 -4
  8. pulumi_gcp/apigateway/api_iam_policy.py +4 -4
  9. pulumi_gcp/apigateway/gateway_iam_binding.py +4 -4
  10. pulumi_gcp/apigateway/gateway_iam_member.py +4 -4
  11. pulumi_gcp/apigateway/gateway_iam_policy.py +4 -4
  12. pulumi_gcp/artifactregistry/__init__.py +1 -0
  13. pulumi_gcp/artifactregistry/get_python_package.py +237 -0
  14. pulumi_gcp/artifactregistry/get_repository.py +12 -1
  15. pulumi_gcp/artifactregistry/repository.py +28 -0
  16. pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
  17. pulumi_gcp/backupdisasterrecovery/backup_plan.py +4 -4
  18. pulumi_gcp/backupdisasterrecovery/get_backup.py +12 -1
  19. pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +4 -0
  20. pulumi_gcp/backupdisasterrecovery/get_data_source_references.py +135 -0
  21. pulumi_gcp/backupdisasterrecovery/get_management_server.py +4 -0
  22. pulumi_gcp/backupdisasterrecovery/outputs.py +103 -0
  23. pulumi_gcp/bigquery/app_profile.py +14 -49
  24. pulumi_gcp/bigquery/dataset_access.py +4 -8
  25. pulumi_gcp/bigquery/table.py +7 -21
  26. pulumi_gcp/bigqueryanalyticshub/data_exchange_subscription.py +20 -0
  27. pulumi_gcp/bigtable/app_profile.py +14 -49
  28. pulumi_gcp/bigtable/table.py +42 -42
  29. pulumi_gcp/certificatemanager/certificate_map_entry.py +7 -7
  30. pulumi_gcp/chronicle/_inputs.py +6 -5
  31. pulumi_gcp/chronicle/outputs.py +4 -3
  32. pulumi_gcp/chronicle/reference_list.py +53 -5
  33. pulumi_gcp/cloudasset/get_resources_search_all.py +8 -0
  34. pulumi_gcp/cloudbuild/_inputs.py +20 -0
  35. pulumi_gcp/cloudbuild/outputs.py +14 -0
  36. pulumi_gcp/cloudbuild/trigger.py +4 -2
  37. pulumi_gcp/cloudbuild/worker_pool.py +28 -21
  38. pulumi_gcp/cloudfunctions/function.py +4 -8
  39. pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +16 -0
  40. pulumi_gcp/cloudrunv2/_inputs.py +57 -0
  41. pulumi_gcp/cloudrunv2/get_service.py +12 -1
  42. pulumi_gcp/cloudrunv2/outputs.py +81 -0
  43. pulumi_gcp/cloudrunv2/service.py +54 -0
  44. pulumi_gcp/cloudrunv2/worker_pool.py +2 -2
  45. pulumi_gcp/composer/environment.py +28 -49
  46. pulumi_gcp/compute/_inputs.py +804 -24
  47. pulumi_gcp/compute/backend_bucket.py +14 -0
  48. pulumi_gcp/compute/backend_bucket_iam_binding.py +236 -0
  49. pulumi_gcp/compute/backend_bucket_iam_member.py +236 -0
  50. pulumi_gcp/compute/backend_bucket_iam_policy.py +236 -0
  51. pulumi_gcp/compute/backend_service_iam_binding.py +464 -0
  52. pulumi_gcp/compute/backend_service_iam_member.py +464 -0
  53. pulumi_gcp/compute/backend_service_iam_policy.py +464 -0
  54. pulumi_gcp/compute/cross_site_network.py +16 -0
  55. pulumi_gcp/compute/future_reservation.py +32 -0
  56. pulumi_gcp/compute/get_region_backend_service.py +12 -1
  57. pulumi_gcp/compute/get_resource_policy.py +2 -20
  58. pulumi_gcp/compute/instance_from_machine_image.py +75 -110
  59. pulumi_gcp/compute/instance_from_template.py +75 -110
  60. pulumi_gcp/compute/instance_group_manager.py +7 -14
  61. pulumi_gcp/compute/instance_template.py +7 -14
  62. pulumi_gcp/compute/interconnect.py +4 -8
  63. pulumi_gcp/compute/machine_image_iam_binding.py +8 -4
  64. pulumi_gcp/compute/machine_image_iam_member.py +8 -4
  65. pulumi_gcp/compute/machine_image_iam_policy.py +8 -4
  66. pulumi_gcp/compute/network_edge_security_service.py +16 -0
  67. pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +12 -0
  68. pulumi_gcp/compute/outputs.py +671 -16
  69. pulumi_gcp/compute/preview_feature.py +16 -0
  70. pulumi_gcp/compute/public_delegated_prefix.py +42 -0
  71. pulumi_gcp/compute/region_backend_service.py +54 -0
  72. pulumi_gcp/compute/region_backend_service_iam_binding.py +488 -0
  73. pulumi_gcp/compute/region_backend_service_iam_member.py +488 -0
  74. pulumi_gcp/compute/region_backend_service_iam_policy.py +488 -0
  75. pulumi_gcp/compute/region_instance_group_manager.py +7 -14
  76. pulumi_gcp/compute/region_network_endpoint_group.py +1 -3
  77. pulumi_gcp/compute/region_resize_request.py +24 -0
  78. pulumi_gcp/compute/region_url_map.py +75 -0
  79. pulumi_gcp/compute/wire_group.py +16 -0
  80. pulumi_gcp/container/_inputs.py +446 -18
  81. pulumi_gcp/container/aws_cluster.py +28 -42
  82. pulumi_gcp/container/aws_node_pool.py +28 -42
  83. pulumi_gcp/container/azure_cluster.py +35 -70
  84. pulumi_gcp/container/azure_node_pool.py +28 -42
  85. pulumi_gcp/container/cluster.py +16 -7
  86. pulumi_gcp/container/outputs.py +423 -15
  87. pulumi_gcp/dataflow/flex_template_job.py +10 -0
  88. pulumi_gcp/dataform/repository.py +16 -0
  89. pulumi_gcp/dataform/repository_release_config.py +16 -0
  90. pulumi_gcp/dataform/repository_workflow_config.py +16 -0
  91. pulumi_gcp/dataplex/asset.py +28 -21
  92. pulumi_gcp/dataplex/zone.py +28 -21
  93. pulumi_gcp/dataproc/cluster.py +21 -14
  94. pulumi_gcp/dataproc/workflow_template.py +42 -105
  95. pulumi_gcp/discoveryengine/__init__.py +1 -0
  96. pulumi_gcp/discoveryengine/_inputs.py +94 -0
  97. pulumi_gcp/discoveryengine/acl_config.py +393 -0
  98. pulumi_gcp/discoveryengine/outputs.py +92 -0
  99. pulumi_gcp/firebase/android_app.py +16 -0
  100. pulumi_gcp/firebase/apple_app.py +16 -0
  101. pulumi_gcp/firebase/database_instance.py +16 -0
  102. pulumi_gcp/firebase/extensions_instance.py +12 -0
  103. pulumi_gcp/firebase/get_android_app.py +4 -2
  104. pulumi_gcp/firebase/get_apple_app.py +4 -2
  105. pulumi_gcp/firebase/get_apple_app_config.py +16 -2
  106. pulumi_gcp/firebase/get_hosting_channel.py +4 -2
  107. pulumi_gcp/firebase/hosting_channel.py +20 -0
  108. pulumi_gcp/firebase/hosting_custom_domain.py +20 -0
  109. pulumi_gcp/firebase/hosting_release.py +16 -0
  110. pulumi_gcp/firebase/hosting_site.py +16 -0
  111. pulumi_gcp/firebase/hosting_version.py +16 -0
  112. pulumi_gcp/firebase/storage_bucket.py +18 -0
  113. pulumi_gcp/firestore/index.py +118 -3
  114. pulumi_gcp/folder/service_identity.py +26 -0
  115. pulumi_gcp/gkehub/membership_rbac_role_binding.py +16 -0
  116. pulumi_gcp/healthcare/_inputs.py +205 -0
  117. pulumi_gcp/healthcare/fhir_store.py +128 -0
  118. pulumi_gcp/healthcare/outputs.py +163 -0
  119. pulumi_gcp/iam/workload_identity_pool_iam_binding.py +464 -0
  120. pulumi_gcp/iam/workload_identity_pool_iam_member.py +464 -0
  121. pulumi_gcp/iam/workload_identity_pool_iam_policy.py +464 -0
  122. pulumi_gcp/iam/workload_identity_pool_managed_identity.py +18 -0
  123. pulumi_gcp/iam/workload_identity_pool_namespace.py +20 -0
  124. pulumi_gcp/iap/__init__.py +4 -0
  125. pulumi_gcp/iap/_inputs.py +130 -0
  126. pulumi_gcp/iap/get_web_forwarding_rule_service_iam_policy.py +159 -0
  127. pulumi_gcp/iap/outputs.py +76 -0
  128. pulumi_gcp/iap/web_forwarding_rule_service_iam_binding.py +1002 -0
  129. pulumi_gcp/iap/web_forwarding_rule_service_iam_member.py +1002 -0
  130. pulumi_gcp/iap/web_forwarding_rule_service_iam_policy.py +821 -0
  131. pulumi_gcp/kms/get_kms_secret_asymmetric.py +22 -0
  132. pulumi_gcp/logging/billing_account_bucket_config.py +7 -21
  133. pulumi_gcp/logging/folder_bucket_config.py +7 -21
  134. pulumi_gcp/logging/organization_bucket_config.py +7 -21
  135. pulumi_gcp/logging/organization_sink.py +7 -7
  136. pulumi_gcp/managedkafka/connect_cluster.py +4 -0
  137. pulumi_gcp/managedkafka/connector.py +4 -0
  138. pulumi_gcp/memorystore/instance.py +14 -14
  139. pulumi_gcp/monitoring/dashboard.py +7 -14
  140. pulumi_gcp/netapp/storage_pool.py +91 -2
  141. pulumi_gcp/netapp/volume.py +47 -0
  142. pulumi_gcp/networkmanagement/__init__.py +1 -0
  143. pulumi_gcp/networkmanagement/organization_vpc_flow_logs_config.py +1028 -0
  144. pulumi_gcp/networksecurity/authorization_policy.py +12 -0
  145. pulumi_gcp/networkservices/gateway.py +7 -7
  146. pulumi_gcp/networkservices/service_lb_policies.py +12 -0
  147. pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
  148. pulumi_gcp/organizations/project.py +7 -21
  149. pulumi_gcp/projects/service.py +0 -7
  150. pulumi_gcp/pulumi-plugin.json +1 -1
  151. pulumi_gcp/resourcemanager/capability.py +16 -0
  152. pulumi_gcp/runtimeconfig/config.py +16 -0
  153. pulumi_gcp/runtimeconfig/config_iam_binding.py +236 -0
  154. pulumi_gcp/runtimeconfig/config_iam_member.py +236 -0
  155. pulumi_gcp/runtimeconfig/config_iam_policy.py +236 -0
  156. pulumi_gcp/runtimeconfig/variable.py +10 -0
  157. pulumi_gcp/saasruntime/__init__.py +1 -0
  158. pulumi_gcp/saasruntime/_inputs.py +458 -0
  159. pulumi_gcp/saasruntime/outputs.py +392 -0
  160. pulumi_gcp/saasruntime/saa_s.py +4 -0
  161. pulumi_gcp/saasruntime/unit_kind.py +1024 -0
  162. pulumi_gcp/securesourcemanager/instance.py +7 -7
  163. pulumi_gcp/securesourcemanager/repository.py +7 -7
  164. pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
  165. pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
  166. pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
  167. pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
  168. pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
  169. pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
  170. pulumi_gcp/sql/_inputs.py +135 -1
  171. pulumi_gcp/sql/database_instance.py +54 -14
  172. pulumi_gcp/sql/get_database_instance.py +12 -1
  173. pulumi_gcp/sql/outputs.py +265 -3
  174. pulumi_gcp/storage/_inputs.py +246 -0
  175. pulumi_gcp/storage/bucket.py +7 -14
  176. pulumi_gcp/storage/bucket_object.py +0 -9
  177. pulumi_gcp/storage/outputs.py +191 -1
  178. pulumi_gcp/storage/transfer_job.py +47 -0
  179. pulumi_gcp/tpu/v2_queued_resource.py +16 -0
  180. pulumi_gcp/tpu/v2_vm.py +16 -0
  181. pulumi_gcp/vertex/ai_feature_group_iam_binding.py +236 -0
  182. pulumi_gcp/vertex/ai_feature_group_iam_member.py +236 -0
  183. pulumi_gcp/vertex/ai_feature_group_iam_policy.py +236 -0
  184. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +248 -0
  185. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +248 -0
  186. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +248 -0
  187. pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +236 -0
  188. pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +236 -0
  189. pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +236 -0
  190. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +238 -0
  191. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +238 -0
  192. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +238 -0
  193. pulumi_gcp/vertex/ai_feature_store_iam_binding.py +248 -0
  194. pulumi_gcp/vertex/ai_feature_store_iam_member.py +248 -0
  195. pulumi_gcp/vertex/ai_feature_store_iam_policy.py +248 -0
  196. pulumi_gcp/vertex/ai_metadata_store.py +16 -0
  197. pulumi_gcp/workstations/workstation.py +16 -0
  198. pulumi_gcp/workstations/workstation_cluster.py +16 -0
  199. pulumi_gcp/workstations/workstation_config.py +16 -0
  200. pulumi_gcp/workstations/workstation_config_iam_binding.py +260 -0
  201. pulumi_gcp/workstations/workstation_config_iam_member.py +260 -0
  202. pulumi_gcp/workstations/workstation_config_iam_policy.py +260 -0
  203. pulumi_gcp/workstations/workstation_iam_binding.py +272 -0
  204. pulumi_gcp/workstations/workstation_iam_member.py +272 -0
  205. pulumi_gcp/workstations/workstation_iam_policy.py +272 -0
  206. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/METADATA +1 -1
  207. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/RECORD +209 -200
  208. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/WHEEL +0 -0
  209. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/top_level.txt +0 -0
pulumi_gcp/iap/_inputs.py CHANGED
@@ -67,6 +67,10 @@ __all__ = [
67
67
  'WebCloudRunServiceIamBindingConditionArgsDict',
68
68
  'WebCloudRunServiceIamMemberConditionArgs',
69
69
  'WebCloudRunServiceIamMemberConditionArgsDict',
70
+ 'WebForwardingRuleServiceIamBindingConditionArgs',
71
+ 'WebForwardingRuleServiceIamBindingConditionArgsDict',
72
+ 'WebForwardingRuleServiceIamMemberConditionArgs',
73
+ 'WebForwardingRuleServiceIamMemberConditionArgsDict',
70
74
  'WebIamBindingConditionArgs',
71
75
  'WebIamBindingConditionArgsDict',
72
76
  'WebIamMemberConditionArgs',
@@ -2123,6 +2127,132 @@ class WebCloudRunServiceIamMemberConditionArgs:
2123
2127
  pulumi.set(self, "description", value)
2124
2128
 
2125
2129
 
2130
+ if not MYPY:
2131
+ class WebForwardingRuleServiceIamBindingConditionArgsDict(TypedDict):
2132
+ expression: pulumi.Input[_builtins.str]
2133
+ """
2134
+ Textual representation of an expression in Common Expression Language syntax.
2135
+ """
2136
+ title: pulumi.Input[_builtins.str]
2137
+ """
2138
+ A title for the expression, i.e. a short string describing its purpose.
2139
+ """
2140
+ description: NotRequired[pulumi.Input[_builtins.str]]
2141
+ elif False:
2142
+ WebForwardingRuleServiceIamBindingConditionArgsDict: TypeAlias = Mapping[str, Any]
2143
+
2144
+ @pulumi.input_type
2145
+ class WebForwardingRuleServiceIamBindingConditionArgs:
2146
+ def __init__(__self__, *,
2147
+ expression: pulumi.Input[_builtins.str],
2148
+ title: pulumi.Input[_builtins.str],
2149
+ description: Optional[pulumi.Input[_builtins.str]] = None):
2150
+ """
2151
+ :param pulumi.Input[_builtins.str] expression: Textual representation of an expression in Common Expression Language syntax.
2152
+ :param pulumi.Input[_builtins.str] title: A title for the expression, i.e. a short string describing its purpose.
2153
+ """
2154
+ pulumi.set(__self__, "expression", expression)
2155
+ pulumi.set(__self__, "title", title)
2156
+ if description is not None:
2157
+ pulumi.set(__self__, "description", description)
2158
+
2159
+ @_builtins.property
2160
+ @pulumi.getter
2161
+ def expression(self) -> pulumi.Input[_builtins.str]:
2162
+ """
2163
+ Textual representation of an expression in Common Expression Language syntax.
2164
+ """
2165
+ return pulumi.get(self, "expression")
2166
+
2167
+ @expression.setter
2168
+ def expression(self, value: pulumi.Input[_builtins.str]):
2169
+ pulumi.set(self, "expression", value)
2170
+
2171
+ @_builtins.property
2172
+ @pulumi.getter
2173
+ def title(self) -> pulumi.Input[_builtins.str]:
2174
+ """
2175
+ A title for the expression, i.e. a short string describing its purpose.
2176
+ """
2177
+ return pulumi.get(self, "title")
2178
+
2179
+ @title.setter
2180
+ def title(self, value: pulumi.Input[_builtins.str]):
2181
+ pulumi.set(self, "title", value)
2182
+
2183
+ @_builtins.property
2184
+ @pulumi.getter
2185
+ def description(self) -> Optional[pulumi.Input[_builtins.str]]:
2186
+ return pulumi.get(self, "description")
2187
+
2188
+ @description.setter
2189
+ def description(self, value: Optional[pulumi.Input[_builtins.str]]):
2190
+ pulumi.set(self, "description", value)
2191
+
2192
+
2193
+ if not MYPY:
2194
+ class WebForwardingRuleServiceIamMemberConditionArgsDict(TypedDict):
2195
+ expression: pulumi.Input[_builtins.str]
2196
+ """
2197
+ Textual representation of an expression in Common Expression Language syntax.
2198
+ """
2199
+ title: pulumi.Input[_builtins.str]
2200
+ """
2201
+ A title for the expression, i.e. a short string describing its purpose.
2202
+ """
2203
+ description: NotRequired[pulumi.Input[_builtins.str]]
2204
+ elif False:
2205
+ WebForwardingRuleServiceIamMemberConditionArgsDict: TypeAlias = Mapping[str, Any]
2206
+
2207
+ @pulumi.input_type
2208
+ class WebForwardingRuleServiceIamMemberConditionArgs:
2209
+ def __init__(__self__, *,
2210
+ expression: pulumi.Input[_builtins.str],
2211
+ title: pulumi.Input[_builtins.str],
2212
+ description: Optional[pulumi.Input[_builtins.str]] = None):
2213
+ """
2214
+ :param pulumi.Input[_builtins.str] expression: Textual representation of an expression in Common Expression Language syntax.
2215
+ :param pulumi.Input[_builtins.str] title: A title for the expression, i.e. a short string describing its purpose.
2216
+ """
2217
+ pulumi.set(__self__, "expression", expression)
2218
+ pulumi.set(__self__, "title", title)
2219
+ if description is not None:
2220
+ pulumi.set(__self__, "description", description)
2221
+
2222
+ @_builtins.property
2223
+ @pulumi.getter
2224
+ def expression(self) -> pulumi.Input[_builtins.str]:
2225
+ """
2226
+ Textual representation of an expression in Common Expression Language syntax.
2227
+ """
2228
+ return pulumi.get(self, "expression")
2229
+
2230
+ @expression.setter
2231
+ def expression(self, value: pulumi.Input[_builtins.str]):
2232
+ pulumi.set(self, "expression", value)
2233
+
2234
+ @_builtins.property
2235
+ @pulumi.getter
2236
+ def title(self) -> pulumi.Input[_builtins.str]:
2237
+ """
2238
+ A title for the expression, i.e. a short string describing its purpose.
2239
+ """
2240
+ return pulumi.get(self, "title")
2241
+
2242
+ @title.setter
2243
+ def title(self, value: pulumi.Input[_builtins.str]):
2244
+ pulumi.set(self, "title", value)
2245
+
2246
+ @_builtins.property
2247
+ @pulumi.getter
2248
+ def description(self) -> Optional[pulumi.Input[_builtins.str]]:
2249
+ return pulumi.get(self, "description")
2250
+
2251
+ @description.setter
2252
+ def description(self, value: Optional[pulumi.Input[_builtins.str]]):
2253
+ pulumi.set(self, "description", value)
2254
+
2255
+
2126
2256
  if not MYPY:
2127
2257
  class WebIamBindingConditionArgsDict(TypedDict):
2128
2258
  expression: pulumi.Input[_builtins.str]
@@ -0,0 +1,159 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import builtins as _builtins
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from .. import _utilities
16
+
17
+ __all__ = [
18
+ 'GetWebForwardingRuleServiceIamPolicyResult',
19
+ 'AwaitableGetWebForwardingRuleServiceIamPolicyResult',
20
+ 'get_web_forwarding_rule_service_iam_policy',
21
+ 'get_web_forwarding_rule_service_iam_policy_output',
22
+ ]
23
+
24
+ @pulumi.output_type
25
+ class GetWebForwardingRuleServiceIamPolicyResult:
26
+ """
27
+ A collection of values returned by getWebForwardingRuleServiceIamPolicy.
28
+ """
29
+ def __init__(__self__, etag=None, forwarding_rule_service_name=None, id=None, policy_data=None, project=None):
30
+ if etag and not isinstance(etag, str):
31
+ raise TypeError("Expected argument 'etag' to be a str")
32
+ pulumi.set(__self__, "etag", etag)
33
+ if forwarding_rule_service_name and not isinstance(forwarding_rule_service_name, str):
34
+ raise TypeError("Expected argument 'forwarding_rule_service_name' to be a str")
35
+ pulumi.set(__self__, "forwarding_rule_service_name", forwarding_rule_service_name)
36
+ if id and not isinstance(id, str):
37
+ raise TypeError("Expected argument 'id' to be a str")
38
+ pulumi.set(__self__, "id", id)
39
+ if policy_data and not isinstance(policy_data, str):
40
+ raise TypeError("Expected argument 'policy_data' to be a str")
41
+ pulumi.set(__self__, "policy_data", policy_data)
42
+ if project and not isinstance(project, str):
43
+ raise TypeError("Expected argument 'project' to be a str")
44
+ pulumi.set(__self__, "project", project)
45
+
46
+ @_builtins.property
47
+ @pulumi.getter
48
+ def etag(self) -> _builtins.str:
49
+ """
50
+ (Computed) The etag of the IAM policy.
51
+ """
52
+ return pulumi.get(self, "etag")
53
+
54
+ @_builtins.property
55
+ @pulumi.getter(name="forwardingRuleServiceName")
56
+ def forwarding_rule_service_name(self) -> _builtins.str:
57
+ return pulumi.get(self, "forwarding_rule_service_name")
58
+
59
+ @_builtins.property
60
+ @pulumi.getter
61
+ def id(self) -> _builtins.str:
62
+ """
63
+ The provider-assigned unique ID for this managed resource.
64
+ """
65
+ return pulumi.get(self, "id")
66
+
67
+ @_builtins.property
68
+ @pulumi.getter(name="policyData")
69
+ def policy_data(self) -> _builtins.str:
70
+ """
71
+ (Required only by `iap.WebForwardingRuleServiceIamPolicy`) The policy data generated by
72
+ a `organizations_get_iam_policy` data source.
73
+ """
74
+ return pulumi.get(self, "policy_data")
75
+
76
+ @_builtins.property
77
+ @pulumi.getter
78
+ def project(self) -> _builtins.str:
79
+ return pulumi.get(self, "project")
80
+
81
+
82
+ class AwaitableGetWebForwardingRuleServiceIamPolicyResult(GetWebForwardingRuleServiceIamPolicyResult):
83
+ # pylint: disable=using-constant-test
84
+ def __await__(self):
85
+ if False:
86
+ yield self
87
+ return GetWebForwardingRuleServiceIamPolicyResult(
88
+ etag=self.etag,
89
+ forwarding_rule_service_name=self.forwarding_rule_service_name,
90
+ id=self.id,
91
+ policy_data=self.policy_data,
92
+ project=self.project)
93
+
94
+
95
+ def get_web_forwarding_rule_service_iam_policy(forwarding_rule_service_name: Optional[_builtins.str] = None,
96
+ project: Optional[_builtins.str] = None,
97
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetWebForwardingRuleServiceIamPolicyResult:
98
+ """
99
+ Retrieves the current IAM policy data for webforwardingruleservice
100
+
101
+ ## Example Usage
102
+
103
+ ```python
104
+ import pulumi
105
+ import pulumi_gcp as gcp
106
+
107
+ policy = gcp.iap.get_web_forwarding_rule_service_iam_policy(project=default["project"],
108
+ forwarding_rule_service_name=default["name"])
109
+ ```
110
+
111
+
112
+ :param _builtins.str forwarding_rule_service_name: Used to find the parent resource to bind the IAM policy to
113
+ :param _builtins.str project: The ID of the project in which the resource belongs.
114
+ If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
115
+ """
116
+ __args__ = dict()
117
+ __args__['forwardingRuleServiceName'] = forwarding_rule_service_name
118
+ __args__['project'] = project
119
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
120
+ __ret__ = pulumi.runtime.invoke('gcp:iap/getWebForwardingRuleServiceIamPolicy:getWebForwardingRuleServiceIamPolicy', __args__, opts=opts, typ=GetWebForwardingRuleServiceIamPolicyResult).value
121
+
122
+ return AwaitableGetWebForwardingRuleServiceIamPolicyResult(
123
+ etag=pulumi.get(__ret__, 'etag'),
124
+ forwarding_rule_service_name=pulumi.get(__ret__, 'forwarding_rule_service_name'),
125
+ id=pulumi.get(__ret__, 'id'),
126
+ policy_data=pulumi.get(__ret__, 'policy_data'),
127
+ project=pulumi.get(__ret__, 'project'))
128
+ def get_web_forwarding_rule_service_iam_policy_output(forwarding_rule_service_name: Optional[pulumi.Input[_builtins.str]] = None,
129
+ project: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
130
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetWebForwardingRuleServiceIamPolicyResult]:
131
+ """
132
+ Retrieves the current IAM policy data for webforwardingruleservice
133
+
134
+ ## Example Usage
135
+
136
+ ```python
137
+ import pulumi
138
+ import pulumi_gcp as gcp
139
+
140
+ policy = gcp.iap.get_web_forwarding_rule_service_iam_policy(project=default["project"],
141
+ forwarding_rule_service_name=default["name"])
142
+ ```
143
+
144
+
145
+ :param _builtins.str forwarding_rule_service_name: Used to find the parent resource to bind the IAM policy to
146
+ :param _builtins.str project: The ID of the project in which the resource belongs.
147
+ If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
148
+ """
149
+ __args__ = dict()
150
+ __args__['forwardingRuleServiceName'] = forwarding_rule_service_name
151
+ __args__['project'] = project
152
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
153
+ __ret__ = pulumi.runtime.invoke_output('gcp:iap/getWebForwardingRuleServiceIamPolicy:getWebForwardingRuleServiceIamPolicy', __args__, opts=opts, typ=GetWebForwardingRuleServiceIamPolicyResult)
154
+ return __ret__.apply(lambda __response__: GetWebForwardingRuleServiceIamPolicyResult(
155
+ etag=pulumi.get(__response__, 'etag'),
156
+ forwarding_rule_service_name=pulumi.get(__response__, 'forwarding_rule_service_name'),
157
+ id=pulumi.get(__response__, 'id'),
158
+ policy_data=pulumi.get(__response__, 'policy_data'),
159
+ project=pulumi.get(__response__, 'project')))
pulumi_gcp/iap/outputs.py CHANGED
@@ -42,6 +42,8 @@ __all__ = [
42
42
  'WebBackendServiceIamMemberCondition',
43
43
  'WebCloudRunServiceIamBindingCondition',
44
44
  'WebCloudRunServiceIamMemberCondition',
45
+ 'WebForwardingRuleServiceIamBindingCondition',
46
+ 'WebForwardingRuleServiceIamMemberCondition',
45
47
  'WebIamBindingCondition',
46
48
  'WebIamMemberCondition',
47
49
  'WebRegionBackendServiceIamBindingCondition',
@@ -1494,6 +1496,80 @@ class WebCloudRunServiceIamMemberCondition(dict):
1494
1496
  return pulumi.get(self, "description")
1495
1497
 
1496
1498
 
1499
+ @pulumi.output_type
1500
+ class WebForwardingRuleServiceIamBindingCondition(dict):
1501
+ def __init__(__self__, *,
1502
+ expression: _builtins.str,
1503
+ title: _builtins.str,
1504
+ description: Optional[_builtins.str] = None):
1505
+ """
1506
+ :param _builtins.str expression: Textual representation of an expression in Common Expression Language syntax.
1507
+ :param _builtins.str title: A title for the expression, i.e. a short string describing its purpose.
1508
+ """
1509
+ pulumi.set(__self__, "expression", expression)
1510
+ pulumi.set(__self__, "title", title)
1511
+ if description is not None:
1512
+ pulumi.set(__self__, "description", description)
1513
+
1514
+ @_builtins.property
1515
+ @pulumi.getter
1516
+ def expression(self) -> _builtins.str:
1517
+ """
1518
+ Textual representation of an expression in Common Expression Language syntax.
1519
+ """
1520
+ return pulumi.get(self, "expression")
1521
+
1522
+ @_builtins.property
1523
+ @pulumi.getter
1524
+ def title(self) -> _builtins.str:
1525
+ """
1526
+ A title for the expression, i.e. a short string describing its purpose.
1527
+ """
1528
+ return pulumi.get(self, "title")
1529
+
1530
+ @_builtins.property
1531
+ @pulumi.getter
1532
+ def description(self) -> Optional[_builtins.str]:
1533
+ return pulumi.get(self, "description")
1534
+
1535
+
1536
+ @pulumi.output_type
1537
+ class WebForwardingRuleServiceIamMemberCondition(dict):
1538
+ def __init__(__self__, *,
1539
+ expression: _builtins.str,
1540
+ title: _builtins.str,
1541
+ description: Optional[_builtins.str] = None):
1542
+ """
1543
+ :param _builtins.str expression: Textual representation of an expression in Common Expression Language syntax.
1544
+ :param _builtins.str title: A title for the expression, i.e. a short string describing its purpose.
1545
+ """
1546
+ pulumi.set(__self__, "expression", expression)
1547
+ pulumi.set(__self__, "title", title)
1548
+ if description is not None:
1549
+ pulumi.set(__self__, "description", description)
1550
+
1551
+ @_builtins.property
1552
+ @pulumi.getter
1553
+ def expression(self) -> _builtins.str:
1554
+ """
1555
+ Textual representation of an expression in Common Expression Language syntax.
1556
+ """
1557
+ return pulumi.get(self, "expression")
1558
+
1559
+ @_builtins.property
1560
+ @pulumi.getter
1561
+ def title(self) -> _builtins.str:
1562
+ """
1563
+ A title for the expression, i.e. a short string describing its purpose.
1564
+ """
1565
+ return pulumi.get(self, "title")
1566
+
1567
+ @_builtins.property
1568
+ @pulumi.getter
1569
+ def description(self) -> Optional[_builtins.str]:
1570
+ return pulumi.get(self, "description")
1571
+
1572
+
1497
1573
  @pulumi.output_type
1498
1574
  class WebIamBindingCondition(dict):
1499
1575
  def __init__(__self__, *,