pulumi-gcp 8.24.0a1743057423__py3-none-any.whl → 8.25.0__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.
- pulumi_gcp/__init__.py +131 -0
- pulumi_gcp/_inputs.py +48 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +324 -12
- pulumi_gcp/accesscontextmanager/outputs.py +204 -12
- pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -2
- pulumi_gcp/apigee/__init__.py +1 -0
- pulumi_gcp/apigee/_inputs.py +58 -0
- pulumi_gcp/apigee/dns_zone.py +491 -0
- pulumi_gcp/apigee/outputs.py +53 -0
- pulumi_gcp/bigquery/_inputs.py +158 -0
- pulumi_gcp/bigquery/outputs.py +115 -0
- pulumi_gcp/bigquery/reservation.py +189 -1
- pulumi_gcp/bigquery/reservation_assignment.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +11 -7
- pulumi_gcp/bigtable/table.py +8 -8
- pulumi_gcp/chronicle/data_access_label.py +16 -0
- pulumi_gcp/chronicle/data_access_scope.py +16 -0
- pulumi_gcp/chronicle/reference_list.py +16 -0
- pulumi_gcp/chronicle/retrohunt.py +16 -0
- pulumi_gcp/chronicle/rule.py +16 -0
- pulumi_gcp/chronicle/rule_deployment.py +16 -0
- pulumi_gcp/chronicle/watchlist.py +16 -0
- pulumi_gcp/cloudfunctionsv2/_inputs.py +20 -0
- pulumi_gcp/cloudfunctionsv2/outputs.py +25 -0
- pulumi_gcp/cloudrunv2/_inputs.py +20 -0
- pulumi_gcp/cloudrunv2/outputs.py +25 -0
- pulumi_gcp/cloudrunv2/service.py +14 -14
- pulumi_gcp/compute/__init__.py +2 -0
- pulumi_gcp/compute/_inputs.py +2627 -61
- pulumi_gcp/compute/backend_service.py +121 -3
- pulumi_gcp/compute/get_backend_service.py +15 -4
- pulumi_gcp/compute/get_images.py +172 -0
- pulumi_gcp/compute/get_instance.py +12 -1
- pulumi_gcp/compute/get_region_backend_service.py +482 -0
- pulumi_gcp/compute/get_resource_policy.py +15 -4
- pulumi_gcp/compute/get_router.py +12 -1
- pulumi_gcp/compute/get_subnetwork.py +43 -1
- pulumi_gcp/compute/image.py +54 -0
- pulumi_gcp/compute/instance.py +47 -0
- pulumi_gcp/compute/instance_from_machine_image.py +94 -0
- pulumi_gcp/compute/instance_from_template.py +47 -0
- pulumi_gcp/compute/interconnect.py +14 -7
- pulumi_gcp/compute/outputs.py +4522 -391
- pulumi_gcp/compute/public_delegated_prefix.py +69 -15
- pulumi_gcp/compute/resource_policy.py +169 -3
- pulumi_gcp/compute/router.py +54 -0
- pulumi_gcp/compute/router_route_policy.py +16 -0
- pulumi_gcp/compute/subnetwork.py +35 -5
- pulumi_gcp/config/__init__.pyi +8 -0
- pulumi_gcp/config/outputs.py +27 -0
- pulumi_gcp/config/vars.py +16 -0
- pulumi_gcp/container/_inputs.py +274 -13
- pulumi_gcp/container/cluster.py +101 -0
- pulumi_gcp/container/get_cluster.py +23 -1
- pulumi_gcp/container/get_registry_image.py +4 -0
- pulumi_gcp/container/get_registry_repository.py +4 -0
- pulumi_gcp/container/outputs.py +305 -10
- pulumi_gcp/container/registry.py +4 -0
- pulumi_gcp/datafusion/instance.py +68 -0
- pulumi_gcp/dataproc/__init__.py +8 -0
- pulumi_gcp/dataproc/_inputs.py +219 -0
- pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +193 -0
- pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +210 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +848 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +848 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +687 -0
- pulumi_gcp/dataproc/metastore_federation.py +38 -2
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +895 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +895 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +734 -0
- pulumi_gcp/dataproc/outputs.py +139 -0
- pulumi_gcp/datastream/_inputs.py +311 -94
- pulumi_gcp/datastream/connection_profile.py +40 -0
- pulumi_gcp/datastream/outputs.py +244 -51
- pulumi_gcp/datastream/stream.py +216 -0
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/sitemap.py +504 -0
- pulumi_gcp/eventarc/__init__.py +1 -0
- pulumi_gcp/eventarc/enrollment.py +980 -0
- pulumi_gcp/firebase/__init__.py +1 -0
- pulumi_gcp/firebase/_inputs.py +484 -0
- pulumi_gcp/firebase/app_hosting_build.py +1232 -0
- pulumi_gcp/firebase/outputs.py +333 -0
- pulumi_gcp/identityplatform/_inputs.py +91 -0
- pulumi_gcp/identityplatform/outputs.py +73 -0
- pulumi_gcp/identityplatform/tenant.py +56 -0
- pulumi_gcp/lustre/__init__.py +8 -0
- pulumi_gcp/lustre/instance.py +983 -0
- pulumi_gcp/managedkafka/cluster.py +2 -2
- pulumi_gcp/memorystore/__init__.py +1 -0
- pulumi_gcp/memorystore/_inputs.py +1252 -7
- pulumi_gcp/memorystore/get_instance.py +45 -1
- pulumi_gcp/memorystore/instance.py +481 -30
- pulumi_gcp/memorystore/instance_desired_user_created_endpoints.py +843 -0
- pulumi_gcp/memorystore/outputs.py +1440 -15
- pulumi_gcp/networkmanagement/_inputs.py +422 -91
- pulumi_gcp/networkmanagement/connectivity_test.py +233 -211
- pulumi_gcp/networkmanagement/outputs.py +280 -61
- pulumi_gcp/networksecurity/_inputs.py +891 -26
- pulumi_gcp/networksecurity/intercept_deployment_group.py +44 -16
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +90 -36
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +53 -8
- pulumi_gcp/networksecurity/mirroring_deployment_group.py +44 -16
- pulumi_gcp/networksecurity/mirroring_endpoint_group.py +94 -36
- pulumi_gcp/networksecurity/mirroring_endpoint_group_association.py +53 -8
- pulumi_gcp/networksecurity/outputs.py +531 -1
- pulumi_gcp/networksecurity/security_profile.py +8 -0
- pulumi_gcp/organizations/__init__.py +2 -0
- pulumi_gcp/organizations/get_iam_custom_role.py +198 -0
- pulumi_gcp/organizations/get_iam_custom_roles.py +164 -0
- pulumi_gcp/organizations/outputs.py +96 -0
- pulumi_gcp/osconfig/__init__.py +1 -0
- pulumi_gcp/osconfig/_inputs.py +5413 -0
- pulumi_gcp/osconfig/outputs.py +3962 -0
- pulumi_gcp/osconfig/v2_policy_orchestrator.py +971 -0
- pulumi_gcp/parametermanager/get_parameter.py +16 -1
- pulumi_gcp/parametermanager/get_parameter_version.py +19 -1
- pulumi_gcp/parametermanager/get_parameter_version_render.py +4 -0
- pulumi_gcp/parametermanager/get_parameters.py +4 -0
- pulumi_gcp/parametermanager/get_regional_parameter.py +4 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version.py +4 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +8 -0
- pulumi_gcp/parametermanager/get_regional_parameters.py +4 -0
- pulumi_gcp/parametermanager/outputs.py +11 -0
- pulumi_gcp/parametermanager/parameter.py +88 -0
- pulumi_gcp/parametermanager/parameter_version.py +74 -0
- pulumi_gcp/parametermanager/regional_parameter.py +12 -0
- pulumi_gcp/parametermanager/regional_parameter_version.py +12 -0
- pulumi_gcp/provider.py +75 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/_inputs.py +136 -0
- pulumi_gcp/redis/cluster.py +54 -0
- pulumi_gcp/redis/outputs.py +114 -0
- pulumi_gcp/secretmanager/regional_secret_version.py +0 -16
- pulumi_gcp/storage/__init__.py +6 -0
- pulumi_gcp/storage/_inputs.py +1322 -0
- pulumi_gcp/storage/bucket.py +7 -7
- pulumi_gcp/storage/control_folder_intelligence_config.py +420 -0
- pulumi_gcp/storage/control_organization_intelligence_config.py +420 -0
- pulumi_gcp/storage/control_project_intelligence_config.py +408 -0
- pulumi_gcp/storage/get_bucket_object_content.py +16 -1
- pulumi_gcp/storage/get_control_folder_intelligence_config.py +160 -0
- pulumi_gcp/storage/get_control_organization_intelligence_config.py +160 -0
- pulumi_gcp/storage/get_control_project_intelligence_config.py +160 -0
- pulumi_gcp/storage/outputs.py +1553 -17
- pulumi_gcp/workbench/instance.py +14 -2
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/RECORD +150 -124
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.24.0a1743057423.dist-info → pulumi_gcp-8.25.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/cloudrunv2/outputs.py
CHANGED
@@ -2205,6 +2205,8 @@ class ServiceTemplate(dict):
|
|
2205
2205
|
suggest = "encryption_key"
|
2206
2206
|
elif key == "executionEnvironment":
|
2207
2207
|
suggest = "execution_environment"
|
2208
|
+
elif key == "gpuZonalRedundancyDisabled":
|
2209
|
+
suggest = "gpu_zonal_redundancy_disabled"
|
2208
2210
|
elif key == "maxInstanceRequestConcurrency":
|
2209
2211
|
suggest = "max_instance_request_concurrency"
|
2210
2212
|
elif key == "nodeSelector":
|
@@ -2234,6 +2236,7 @@ class ServiceTemplate(dict):
|
|
2234
2236
|
containers: Optional[Sequence['outputs.ServiceTemplateContainer']] = None,
|
2235
2237
|
encryption_key: Optional[str] = None,
|
2236
2238
|
execution_environment: Optional[str] = None,
|
2239
|
+
gpu_zonal_redundancy_disabled: Optional[bool] = None,
|
2237
2240
|
labels: Optional[Mapping[str, str]] = None,
|
2238
2241
|
max_instance_request_concurrency: Optional[int] = None,
|
2239
2242
|
node_selector: Optional['outputs.ServiceTemplateNodeSelector'] = None,
|
@@ -2255,6 +2258,7 @@ class ServiceTemplate(dict):
|
|
2255
2258
|
:param str encryption_key: A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
|
2256
2259
|
:param str execution_environment: The sandbox environment to host this Revision.
|
2257
2260
|
Possible values are: `EXECUTION_ENVIRONMENT_GEN1`, `EXECUTION_ENVIRONMENT_GEN2`.
|
2261
|
+
:param bool gpu_zonal_redundancy_disabled: True if GPU zonal redundancy is disabled on this revision.
|
2258
2262
|
:param Mapping[str, str] labels: Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc.
|
2259
2263
|
For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels.
|
2260
2264
|
Cloud Run API v2 does not support labels with `run.googleapis.com`, `cloud.googleapis.com`, `serving.knative.dev`, or `autoscaling.knative.dev` namespaces, and they will be rejected.
|
@@ -2285,6 +2289,8 @@ class ServiceTemplate(dict):
|
|
2285
2289
|
pulumi.set(__self__, "encryption_key", encryption_key)
|
2286
2290
|
if execution_environment is not None:
|
2287
2291
|
pulumi.set(__self__, "execution_environment", execution_environment)
|
2292
|
+
if gpu_zonal_redundancy_disabled is not None:
|
2293
|
+
pulumi.set(__self__, "gpu_zonal_redundancy_disabled", gpu_zonal_redundancy_disabled)
|
2288
2294
|
if labels is not None:
|
2289
2295
|
pulumi.set(__self__, "labels", labels)
|
2290
2296
|
if max_instance_request_concurrency is not None:
|
@@ -2345,6 +2351,14 @@ class ServiceTemplate(dict):
|
|
2345
2351
|
"""
|
2346
2352
|
return pulumi.get(self, "execution_environment")
|
2347
2353
|
|
2354
|
+
@property
|
2355
|
+
@pulumi.getter(name="gpuZonalRedundancyDisabled")
|
2356
|
+
def gpu_zonal_redundancy_disabled(self) -> Optional[bool]:
|
2357
|
+
"""
|
2358
|
+
True if GPU zonal redundancy is disabled on this revision.
|
2359
|
+
"""
|
2360
|
+
return pulumi.get(self, "gpu_zonal_redundancy_disabled")
|
2361
|
+
|
2348
2362
|
@property
|
2349
2363
|
@pulumi.getter
|
2350
2364
|
def labels(self) -> Optional[Mapping[str, str]]:
|
@@ -5827,6 +5841,7 @@ class GetServiceTemplateResult(dict):
|
|
5827
5841
|
containers: Sequence['outputs.GetServiceTemplateContainerResult'],
|
5828
5842
|
encryption_key: str,
|
5829
5843
|
execution_environment: str,
|
5844
|
+
gpu_zonal_redundancy_disabled: bool,
|
5830
5845
|
labels: Mapping[str, str],
|
5831
5846
|
max_instance_request_concurrency: int,
|
5832
5847
|
node_selectors: Sequence['outputs.GetServiceTemplateNodeSelectorResult'],
|
@@ -5848,6 +5863,7 @@ class GetServiceTemplateResult(dict):
|
|
5848
5863
|
:param Sequence['GetServiceTemplateContainerArgs'] containers: Holds the containers that define the unit of execution for this Service.
|
5849
5864
|
:param str encryption_key: A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
|
5850
5865
|
:param str execution_environment: The sandbox environment to host this Revision. Possible values: ["EXECUTION_ENVIRONMENT_GEN1", "EXECUTION_ENVIRONMENT_GEN2"]
|
5866
|
+
:param bool gpu_zonal_redundancy_disabled: True if GPU zonal redundancy is disabled on this revision.
|
5851
5867
|
:param Mapping[str, str] labels: Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc.
|
5852
5868
|
For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels.
|
5853
5869
|
|
@@ -5871,6 +5887,7 @@ class GetServiceTemplateResult(dict):
|
|
5871
5887
|
pulumi.set(__self__, "containers", containers)
|
5872
5888
|
pulumi.set(__self__, "encryption_key", encryption_key)
|
5873
5889
|
pulumi.set(__self__, "execution_environment", execution_environment)
|
5890
|
+
pulumi.set(__self__, "gpu_zonal_redundancy_disabled", gpu_zonal_redundancy_disabled)
|
5874
5891
|
pulumi.set(__self__, "labels", labels)
|
5875
5892
|
pulumi.set(__self__, "max_instance_request_concurrency", max_instance_request_concurrency)
|
5876
5893
|
pulumi.set(__self__, "node_selectors", node_selectors)
|
@@ -5920,6 +5937,14 @@ class GetServiceTemplateResult(dict):
|
|
5920
5937
|
"""
|
5921
5938
|
return pulumi.get(self, "execution_environment")
|
5922
5939
|
|
5940
|
+
@property
|
5941
|
+
@pulumi.getter(name="gpuZonalRedundancyDisabled")
|
5942
|
+
def gpu_zonal_redundancy_disabled(self) -> bool:
|
5943
|
+
"""
|
5944
|
+
True if GPU zonal redundancy is disabled on this revision.
|
5945
|
+
"""
|
5946
|
+
return pulumi.get(self, "gpu_zonal_redundancy_disabled")
|
5947
|
+
|
5923
5948
|
@property
|
5924
5949
|
@pulumi.getter
|
5925
5950
|
def labels(self) -> Mapping[str, str]:
|
pulumi_gcp/cloudrunv2/service.py
CHANGED
@@ -64,8 +64,8 @@ class ServiceArgs:
|
|
64
64
|
:param pulumi.Input[str] ingress: Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or
|
65
65
|
INGRESS_TRAFFIC_UNSPECIFIED if no revision is active. Possible values: ["INGRESS_TRAFFIC_ALL",
|
66
66
|
"INGRESS_TRAFFIC_INTERNAL_ONLY", "INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER"]
|
67
|
-
:param pulumi.Input[bool] invoker_iam_disabled: Disables IAM permission check for run.routes.invoke for callers of this service.
|
68
|
-
|
67
|
+
:param pulumi.Input[bool] invoker_iam_disabled: Disables IAM permission check for run.routes.invoke for callers of this service. For more information, visit
|
68
|
+
https://cloud.google.com/run/docs/securing/managing-access#invoker_check.
|
69
69
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with
|
70
70
|
Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment,
|
71
71
|
state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or
|
@@ -278,8 +278,8 @@ class ServiceArgs:
|
|
278
278
|
@pulumi.getter(name="invokerIamDisabled")
|
279
279
|
def invoker_iam_disabled(self) -> Optional[pulumi.Input[bool]]:
|
280
280
|
"""
|
281
|
-
Disables IAM permission check for run.routes.invoke for callers of this service.
|
282
|
-
|
281
|
+
Disables IAM permission check for run.routes.invoke for callers of this service. For more information, visit
|
282
|
+
https://cloud.google.com/run/docs/securing/managing-access#invoker_check.
|
283
283
|
"""
|
284
284
|
return pulumi.get(self, "invoker_iam_disabled")
|
285
285
|
|
@@ -443,8 +443,8 @@ class _ServiceState:
|
|
443
443
|
:param pulumi.Input[str] ingress: Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or
|
444
444
|
INGRESS_TRAFFIC_UNSPECIFIED if no revision is active. Possible values: ["INGRESS_TRAFFIC_ALL",
|
445
445
|
"INGRESS_TRAFFIC_INTERNAL_ONLY", "INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER"]
|
446
|
-
:param pulumi.Input[bool] invoker_iam_disabled: Disables IAM permission check for run.routes.invoke for callers of this service.
|
447
|
-
|
446
|
+
:param pulumi.Input[bool] invoker_iam_disabled: Disables IAM permission check for run.routes.invoke for callers of this service. For more information, visit
|
447
|
+
https://cloud.google.com/run/docs/securing/managing-access#invoker_check.
|
448
448
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with
|
449
449
|
Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment,
|
450
450
|
state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or
|
@@ -804,8 +804,8 @@ class _ServiceState:
|
|
804
804
|
@pulumi.getter(name="invokerIamDisabled")
|
805
805
|
def invoker_iam_disabled(self) -> Optional[pulumi.Input[bool]]:
|
806
806
|
"""
|
807
|
-
Disables IAM permission check for run.routes.invoke for callers of this service.
|
808
|
-
|
807
|
+
Disables IAM permission check for run.routes.invoke for callers of this service. For more information, visit
|
808
|
+
https://cloud.google.com/run/docs/securing/managing-access#invoker_check.
|
809
809
|
"""
|
810
810
|
return pulumi.get(self, "invoker_iam_disabled")
|
811
811
|
|
@@ -1668,8 +1668,8 @@ class Service(pulumi.CustomResource):
|
|
1668
1668
|
:param pulumi.Input[str] ingress: Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or
|
1669
1669
|
INGRESS_TRAFFIC_UNSPECIFIED if no revision is active. Possible values: ["INGRESS_TRAFFIC_ALL",
|
1670
1670
|
"INGRESS_TRAFFIC_INTERNAL_ONLY", "INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER"]
|
1671
|
-
:param pulumi.Input[bool] invoker_iam_disabled: Disables IAM permission check for run.routes.invoke for callers of this service.
|
1672
|
-
|
1671
|
+
:param pulumi.Input[bool] invoker_iam_disabled: Disables IAM permission check for run.routes.invoke for callers of this service. For more information, visit
|
1672
|
+
https://cloud.google.com/run/docs/securing/managing-access#invoker_check.
|
1673
1673
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with
|
1674
1674
|
Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment,
|
1675
1675
|
state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or
|
@@ -2422,8 +2422,8 @@ class Service(pulumi.CustomResource):
|
|
2422
2422
|
:param pulumi.Input[str] ingress: Provides the ingress settings for this Service. On output, returns the currently observed ingress settings, or
|
2423
2423
|
INGRESS_TRAFFIC_UNSPECIFIED if no revision is active. Possible values: ["INGRESS_TRAFFIC_ALL",
|
2424
2424
|
"INGRESS_TRAFFIC_INTERNAL_ONLY", "INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER"]
|
2425
|
-
:param pulumi.Input[bool] invoker_iam_disabled: Disables IAM permission check for run.routes.invoke for callers of this service.
|
2426
|
-
|
2425
|
+
:param pulumi.Input[bool] invoker_iam_disabled: Disables IAM permission check for run.routes.invoke for callers of this service. For more information, visit
|
2426
|
+
https://cloud.google.com/run/docs/securing/managing-access#invoker_check.
|
2427
2427
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with
|
2428
2428
|
Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment,
|
2429
2429
|
state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or
|
@@ -2672,8 +2672,8 @@ class Service(pulumi.CustomResource):
|
|
2672
2672
|
@pulumi.getter(name="invokerIamDisabled")
|
2673
2673
|
def invoker_iam_disabled(self) -> pulumi.Output[Optional[bool]]:
|
2674
2674
|
"""
|
2675
|
-
Disables IAM permission check for run.routes.invoke for callers of this service.
|
2676
|
-
|
2675
|
+
Disables IAM permission check for run.routes.invoke for callers of this service. For more information, visit
|
2676
|
+
https://cloud.google.com/run/docs/securing/managing-access#invoker_check.
|
2677
2677
|
"""
|
2678
2678
|
return pulumi.get(self, "invoker_iam_disabled")
|
2679
2679
|
|
pulumi_gcp/compute/__init__.py
CHANGED
@@ -50,6 +50,7 @@ from .get_hc_vpn_gateway import *
|
|
50
50
|
from .get_health_check import *
|
51
51
|
from .get_image import *
|
52
52
|
from .get_image_iam_policy import *
|
53
|
+
from .get_images import *
|
53
54
|
from .get_instance import *
|
54
55
|
from .get_instance_group import *
|
55
56
|
from .get_instance_group_manager import *
|
@@ -68,6 +69,7 @@ from .get_network_endpoint_group import *
|
|
68
69
|
from .get_network_peering import *
|
69
70
|
from .get_networks import *
|
70
71
|
from .get_node_types import *
|
72
|
+
from .get_region_backend_service import *
|
71
73
|
from .get_region_backend_service_iam_policy import *
|
72
74
|
from .get_region_disk import *
|
73
75
|
from .get_region_disk_iam_policy import *
|