pulumi-gcp 7.25.0a1717135845__py3-none-any.whl → 7.26.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 +144 -0
- pulumi_gcp/alloydb/_inputs.py +92 -0
- pulumi_gcp/alloydb/backup.py +12 -4
- pulumi_gcp/alloydb/cluster.py +72 -6
- pulumi_gcp/alloydb/instance.py +60 -2
- pulumi_gcp/alloydb/outputs.py +114 -0
- pulumi_gcp/appengine/_inputs.py +18 -0
- pulumi_gcp/appengine/domain_mapping.py +1 -1
- pulumi_gcp/appengine/outputs.py +16 -0
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +6 -2
- pulumi_gcp/artifactregistry/repository_iam_binding.py +21 -7
- pulumi_gcp/artifactregistry/repository_iam_member.py +21 -7
- pulumi_gcp/artifactregistry/repository_iam_policy.py +21 -7
- pulumi_gcp/bigquery/_inputs.py +286 -2
- pulumi_gcp/bigquery/connection_iam_binding.py +21 -7
- pulumi_gcp/bigquery/connection_iam_member.py +21 -7
- pulumi_gcp/bigquery/connection_iam_policy.py +21 -7
- pulumi_gcp/bigquery/data_transfer_config.py +14 -7
- pulumi_gcp/bigquery/get_connection_iam_policy.py +6 -2
- pulumi_gcp/bigquery/outputs.py +289 -2
- pulumi_gcp/bigquery/table.py +77 -35
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +6 -2
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +6 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +21 -7
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +21 -7
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +21 -7
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +21 -7
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +6 -2
- pulumi_gcp/certificateauthority/_inputs.py +20 -4
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +21 -7
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +21 -7
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +21 -7
- pulumi_gcp/certificateauthority/certificate_template.py +157 -173
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +27 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +27 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +27 -0
- pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +6 -2
- pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +6 -0
- pulumi_gcp/certificateauthority/outputs.py +20 -4
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +21 -7
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +21 -7
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +21 -7
- pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +6 -2
- pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +6 -2
- pulumi_gcp/cloudfunctionsv2/function.py +0 -4
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +21 -7
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +21 -7
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +21 -7
- pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +6 -2
- pulumi_gcp/cloudrun/_inputs.py +80 -4
- pulumi_gcp/cloudrun/get_service_iam_policy.py +6 -2
- pulumi_gcp/cloudrun/iam_binding.py +21 -7
- pulumi_gcp/cloudrun/iam_member.py +21 -7
- pulumi_gcp/cloudrun/iam_policy.py +21 -7
- pulumi_gcp/cloudrun/outputs.py +137 -4
- pulumi_gcp/cloudrunv2/get_job_iam_policy.py +6 -2
- pulumi_gcp/cloudrunv2/get_service.py +11 -1
- pulumi_gcp/cloudrunv2/get_service_iam_policy.py +6 -2
- pulumi_gcp/cloudrunv2/job_iam_binding.py +21 -7
- pulumi_gcp/cloudrunv2/job_iam_member.py +21 -7
- pulumi_gcp/cloudrunv2/job_iam_policy.py +21 -7
- pulumi_gcp/cloudrunv2/service.py +47 -0
- pulumi_gcp/cloudrunv2/service_iam_binding.py +21 -7
- pulumi_gcp/cloudrunv2/service_iam_member.py +21 -7
- pulumi_gcp/cloudrunv2/service_iam_policy.py +21 -7
- pulumi_gcp/cloudtasks/get_queue_iam_policy.py +6 -2
- pulumi_gcp/cloudtasks/queue_iam_binding.py +21 -7
- pulumi_gcp/cloudtasks/queue_iam_member.py +21 -7
- pulumi_gcp/cloudtasks/queue_iam_policy.py +21 -7
- pulumi_gcp/composer/user_workloads_secret.py +4 -4
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +416 -194
- pulumi_gcp/compute/get_subnetworks.py +157 -0
- pulumi_gcp/compute/instance_group_membership.py +2 -2
- pulumi_gcp/compute/interconnect_attachment.py +82 -0
- pulumi_gcp/compute/network_endpoint.py +2 -2
- pulumi_gcp/compute/network_endpoint_list.py +2 -2
- pulumi_gcp/compute/outputs.py +629 -181
- pulumi_gcp/compute/region_ssl_policy.py +39 -40
- pulumi_gcp/compute/security_policy_rule.py +55 -1
- pulumi_gcp/container/_inputs.py +560 -0
- pulumi_gcp/container/outputs.py +1106 -51
- pulumi_gcp/dataplex/__init__.py +15 -0
- pulumi_gcp/dataplex/_inputs.py +264 -0
- pulumi_gcp/dataplex/aspect_type.py +1077 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +779 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +779 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +618 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +21 -7
- pulumi_gcp/dataplex/datascan_iam_member.py +21 -7
- pulumi_gcp/dataplex/datascan_iam_policy.py +21 -7
- pulumi_gcp/dataplex/entry_group.py +722 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +779 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +779 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +618 -0
- pulumi_gcp/dataplex/entry_type.py +963 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +779 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +779 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +618 -0
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +168 -0
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +6 -2
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +168 -0
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +168 -0
- pulumi_gcp/dataplex/get_task_iam_policy.py +6 -2
- pulumi_gcp/dataplex/outputs.py +188 -0
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataplex/task_iam_binding.py +21 -7
- pulumi_gcp/dataplex/task_iam_member.py +21 -7
- pulumi_gcp/dataplex/task_iam_policy.py +21 -7
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +21 -7
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +21 -7
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +21 -7
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +6 -2
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +6 -2
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +6 -2
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +21 -7
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +21 -7
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +21 -7
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +21 -7
- pulumi_gcp/dataproc/metastore_service_iam_member.py +21 -7
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +21 -7
- pulumi_gcp/datastream/connection_profile.py +47 -0
- pulumi_gcp/datastream/private_connection.py +47 -0
- pulumi_gcp/datastream/stream.py +47 -0
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +21 -7
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +21 -7
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +21 -7
- pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +6 -2
- pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +6 -2
- pulumi_gcp/gkehub/feature_iam_binding.py +21 -7
- pulumi_gcp/gkehub/feature_iam_member.py +21 -7
- pulumi_gcp/gkehub/feature_iam_policy.py +21 -7
- pulumi_gcp/gkehub/get_feature_iam_policy.py +6 -2
- pulumi_gcp/gkehub/get_membership_iam_policy.py +6 -2
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_iam_binding.py +21 -7
- pulumi_gcp/gkehub/membership_iam_member.py +21 -7
- pulumi_gcp/gkehub/membership_iam_policy.py +21 -7
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/kms/__init__.py +2 -0
- pulumi_gcp/kms/autokey_config.py +366 -0
- pulumi_gcp/kms/key_handle.py +548 -0
- pulumi_gcp/logging/__init__.py +4 -0
- pulumi_gcp/logging/_inputs.py +100 -0
- pulumi_gcp/logging/get_log_view_iam_policy.py +157 -0
- pulumi_gcp/logging/log_view_iam_binding.py +630 -0
- pulumi_gcp/logging/log_view_iam_member.py +630 -0
- pulumi_gcp/logging/log_view_iam_policy.py +449 -0
- pulumi_gcp/logging/outputs.py +76 -0
- pulumi_gcp/netapp/storage_pool.py +9 -9
- pulumi_gcp/networksecurity/address_group_iam_policy.py +21 -7
- pulumi_gcp/networksecurity/get_address_group_iam_policy.py +6 -2
- pulumi_gcp/networkservices/__init__.py +1 -0
- pulumi_gcp/networkservices/_inputs.py +245 -27
- pulumi_gcp/networkservices/lb_route_extension.py +663 -0
- pulumi_gcp/networkservices/lb_traffic_extension.py +28 -14
- pulumi_gcp/networkservices/outputs.py +251 -20
- pulumi_gcp/notebooks/get_instance_iam_policy.py +6 -2
- pulumi_gcp/notebooks/get_runtime_iam_policy.py +6 -2
- pulumi_gcp/notebooks/instance_iam_binding.py +21 -7
- pulumi_gcp/notebooks/instance_iam_member.py +21 -7
- pulumi_gcp/notebooks/instance_iam_policy.py +21 -7
- pulumi_gcp/notebooks/runtime_iam_binding.py +21 -7
- pulumi_gcp/notebooks/runtime_iam_member.py +21 -7
- pulumi_gcp/notebooks/runtime_iam_policy.py +21 -7
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
- pulumi_gcp/pubsub/_inputs.py +16 -0
- pulumi_gcp/pubsub/outputs.py +25 -0
- pulumi_gcp/pubsub/subscription.py +8 -4
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +6 -2
- pulumi_gcp/sql/_inputs.py +2 -4
- pulumi_gcp/sql/outputs.py +6 -8
- pulumi_gcp/sql/user.py +4 -4
- pulumi_gcp/storage/_inputs.py +48 -0
- pulumi_gcp/storage/outputs.py +75 -0
- pulumi_gcp/tpu/_inputs.py +2 -2
- pulumi_gcp/tpu/outputs.py +2 -2
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +6 -2
- pulumi_gcp/workbench/get_instance_iam_policy.py +6 -2
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -2
- pulumi_gcp/workstations/get_workstation_iam_policy.py +6 -2
- pulumi_gcp/workstations/workstation_config_iam_binding.py +21 -7
- pulumi_gcp/workstations/workstation_config_iam_member.py +21 -7
- pulumi_gcp/workstations/workstation_config_iam_policy.py +21 -7
- pulumi_gcp/workstations/workstation_iam_binding.py +21 -7
- pulumi_gcp/workstations/workstation_iam_member.py +21 -7
- pulumi_gcp/workstations/workstation_iam_policy.py +21 -7
- {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/RECORD +203 -180
- {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/top_level.txt +0 -0
@@ -39,8 +39,10 @@ class LbTrafficExtensionArgs:
|
|
39
39
|
manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels
|
40
40
|
present on the resource.
|
41
41
|
:param pulumi.Input[str] load_balancing_scheme: All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. For
|
42
|
-
more information, refer to Choosing a load balancer.
|
43
|
-
|
42
|
+
more information, refer to [Choosing a load balancer](https://cloud.google.com/load-balancing/docs/backend-service) and
|
43
|
+
[Supported application load
|
44
|
+
balancers](https://cloud.google.com/service-extensions/docs/callouts-overview#supported-lbs). Possible values:
|
45
|
+
["INTERNAL_MANAGED", "EXTERNAL_MANAGED"]
|
44
46
|
:param pulumi.Input[str] name: Name of the LbTrafficExtension resource in the following format: projects/{project}/locations/{location}/lbTrafficExtensions/{lbTrafficExtension}.
|
45
47
|
"""
|
46
48
|
pulumi.set(__self__, "extension_chains", extension_chains)
|
@@ -129,8 +131,10 @@ class LbTrafficExtensionArgs:
|
|
129
131
|
def load_balancing_scheme(self) -> Optional[pulumi.Input[str]]:
|
130
132
|
"""
|
131
133
|
All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. For
|
132
|
-
more information, refer to Choosing a load balancer.
|
133
|
-
|
134
|
+
more information, refer to [Choosing a load balancer](https://cloud.google.com/load-balancing/docs/backend-service) and
|
135
|
+
[Supported application load
|
136
|
+
balancers](https://cloud.google.com/service-extensions/docs/callouts-overview#supported-lbs). Possible values:
|
137
|
+
["INTERNAL_MANAGED", "EXTERNAL_MANAGED"]
|
134
138
|
"""
|
135
139
|
return pulumi.get(self, "load_balancing_scheme")
|
136
140
|
|
@@ -188,8 +192,10 @@ class _LbTrafficExtensionState:
|
|
188
192
|
manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels
|
189
193
|
present on the resource.
|
190
194
|
:param pulumi.Input[str] load_balancing_scheme: All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. For
|
191
|
-
more information, refer to Choosing a load balancer.
|
192
|
-
|
195
|
+
more information, refer to [Choosing a load balancer](https://cloud.google.com/load-balancing/docs/backend-service) and
|
196
|
+
[Supported application load
|
197
|
+
balancers](https://cloud.google.com/service-extensions/docs/callouts-overview#supported-lbs). Possible values:
|
198
|
+
["INTERNAL_MANAGED", "EXTERNAL_MANAGED"]
|
193
199
|
:param pulumi.Input[str] location: The location of the traffic extension
|
194
200
|
:param pulumi.Input[str] name: Name of the LbTrafficExtension resource in the following format: projects/{project}/locations/{location}/lbTrafficExtensions/{lbTrafficExtension}.
|
195
201
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
@@ -288,8 +294,10 @@ class _LbTrafficExtensionState:
|
|
288
294
|
def load_balancing_scheme(self) -> Optional[pulumi.Input[str]]:
|
289
295
|
"""
|
290
296
|
All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. For
|
291
|
-
more information, refer to Choosing a load balancer.
|
292
|
-
|
297
|
+
more information, refer to [Choosing a load balancer](https://cloud.google.com/load-balancing/docs/backend-service) and
|
298
|
+
[Supported application load
|
299
|
+
balancers](https://cloud.google.com/service-extensions/docs/callouts-overview#supported-lbs). Possible values:
|
300
|
+
["INTERNAL_MANAGED", "EXTERNAL_MANAGED"]
|
293
301
|
"""
|
294
302
|
return pulumi.get(self, "load_balancing_scheme")
|
295
303
|
|
@@ -407,8 +415,10 @@ class LbTrafficExtension(pulumi.CustomResource):
|
|
407
415
|
manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels
|
408
416
|
present on the resource.
|
409
417
|
:param pulumi.Input[str] load_balancing_scheme: All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. For
|
410
|
-
more information, refer to Choosing a load balancer.
|
411
|
-
|
418
|
+
more information, refer to [Choosing a load balancer](https://cloud.google.com/load-balancing/docs/backend-service) and
|
419
|
+
[Supported application load
|
420
|
+
balancers](https://cloud.google.com/service-extensions/docs/callouts-overview#supported-lbs). Possible values:
|
421
|
+
["INTERNAL_MANAGED", "EXTERNAL_MANAGED"]
|
412
422
|
:param pulumi.Input[str] location: The location of the traffic extension
|
413
423
|
:param pulumi.Input[str] name: Name of the LbTrafficExtension resource in the following format: projects/{project}/locations/{location}/lbTrafficExtensions/{lbTrafficExtension}.
|
414
424
|
"""
|
@@ -543,8 +553,10 @@ class LbTrafficExtension(pulumi.CustomResource):
|
|
543
553
|
manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels
|
544
554
|
present on the resource.
|
545
555
|
:param pulumi.Input[str] load_balancing_scheme: All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. For
|
546
|
-
more information, refer to Choosing a load balancer.
|
547
|
-
|
556
|
+
more information, refer to [Choosing a load balancer](https://cloud.google.com/load-balancing/docs/backend-service) and
|
557
|
+
[Supported application load
|
558
|
+
balancers](https://cloud.google.com/service-extensions/docs/callouts-overview#supported-lbs). Possible values:
|
559
|
+
["INTERNAL_MANAGED", "EXTERNAL_MANAGED"]
|
548
560
|
:param pulumi.Input[str] location: The location of the traffic extension
|
549
561
|
:param pulumi.Input[str] name: Name of the LbTrafficExtension resource in the following format: projects/{project}/locations/{location}/lbTrafficExtensions/{lbTrafficExtension}.
|
550
562
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
@@ -618,8 +630,10 @@ class LbTrafficExtension(pulumi.CustomResource):
|
|
618
630
|
def load_balancing_scheme(self) -> pulumi.Output[Optional[str]]:
|
619
631
|
"""
|
620
632
|
All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. For
|
621
|
-
more information, refer to Choosing a load balancer.
|
622
|
-
|
633
|
+
more information, refer to [Choosing a load balancer](https://cloud.google.com/load-balancing/docs/backend-service) and
|
634
|
+
[Supported application load
|
635
|
+
balancers](https://cloud.google.com/service-extensions/docs/callouts-overview#supported-lbs). Possible values:
|
636
|
+
["INTERNAL_MANAGED", "EXTERNAL_MANAGED"]
|
623
637
|
"""
|
624
638
|
return pulumi.get(self, "load_balancing_scheme")
|
625
639
|
|
@@ -73,6 +73,9 @@ __all__ = [
|
|
73
73
|
'HttpRouteRuleMatchHeader',
|
74
74
|
'HttpRouteRuleMatchHeaderRangeMatch',
|
75
75
|
'HttpRouteRuleMatchQueryParameter',
|
76
|
+
'LbRouteExtensionExtensionChain',
|
77
|
+
'LbRouteExtensionExtensionChainExtension',
|
78
|
+
'LbRouteExtensionExtensionChainMatchCondition',
|
76
79
|
'LbTrafficExtensionExtensionChain',
|
77
80
|
'LbTrafficExtensionExtensionChainExtension',
|
78
81
|
'LbTrafficExtensionExtensionChainMatchCondition',
|
@@ -4500,6 +4503,232 @@ class HttpRouteRuleMatchQueryParameter(dict):
|
|
4500
4503
|
return pulumi.get(self, "regex_match")
|
4501
4504
|
|
4502
4505
|
|
4506
|
+
@pulumi.output_type
|
4507
|
+
class LbRouteExtensionExtensionChain(dict):
|
4508
|
+
@staticmethod
|
4509
|
+
def __key_warning(key: str):
|
4510
|
+
suggest = None
|
4511
|
+
if key == "matchCondition":
|
4512
|
+
suggest = "match_condition"
|
4513
|
+
|
4514
|
+
if suggest:
|
4515
|
+
pulumi.log.warn(f"Key '{key}' not found in LbRouteExtensionExtensionChain. Access the value via the '{suggest}' property getter instead.")
|
4516
|
+
|
4517
|
+
def __getitem__(self, key: str) -> Any:
|
4518
|
+
LbRouteExtensionExtensionChain.__key_warning(key)
|
4519
|
+
return super().__getitem__(key)
|
4520
|
+
|
4521
|
+
def get(self, key: str, default = None) -> Any:
|
4522
|
+
LbRouteExtensionExtensionChain.__key_warning(key)
|
4523
|
+
return super().get(key, default)
|
4524
|
+
|
4525
|
+
def __init__(__self__, *,
|
4526
|
+
extensions: Sequence['outputs.LbRouteExtensionExtensionChainExtension'],
|
4527
|
+
match_condition: 'outputs.LbRouteExtensionExtensionChainMatchCondition',
|
4528
|
+
name: str):
|
4529
|
+
"""
|
4530
|
+
:param Sequence['LbRouteExtensionExtensionChainExtensionArgs'] extensions: A set of extensions to execute for the matching request.
|
4531
|
+
At least one extension is required. Up to 3 extensions can be defined for each extension chain for
|
4532
|
+
LbTrafficExtension resource. LbRouteExtension chains are limited to 1 extension per extension chain.
|
4533
|
+
Structure is documented below.
|
4534
|
+
:param 'LbRouteExtensionExtensionChainMatchConditionArgs' match_condition: Conditions under which this chain is invoked for a request.
|
4535
|
+
Structure is documented below.
|
4536
|
+
:param str name: The name for this extension chain. The name is logged as part of the HTTP request logs.
|
4537
|
+
The name must conform with RFC-1034, is restricted to lower-cased letters, numbers and hyphens,
|
4538
|
+
and can have a maximum length of 63 characters. Additionally, the first character must be a letter
|
4539
|
+
and the last character must be a letter or a number.
|
4540
|
+
"""
|
4541
|
+
pulumi.set(__self__, "extensions", extensions)
|
4542
|
+
pulumi.set(__self__, "match_condition", match_condition)
|
4543
|
+
pulumi.set(__self__, "name", name)
|
4544
|
+
|
4545
|
+
@property
|
4546
|
+
@pulumi.getter
|
4547
|
+
def extensions(self) -> Sequence['outputs.LbRouteExtensionExtensionChainExtension']:
|
4548
|
+
"""
|
4549
|
+
A set of extensions to execute for the matching request.
|
4550
|
+
At least one extension is required. Up to 3 extensions can be defined for each extension chain for
|
4551
|
+
LbTrafficExtension resource. LbRouteExtension chains are limited to 1 extension per extension chain.
|
4552
|
+
Structure is documented below.
|
4553
|
+
"""
|
4554
|
+
return pulumi.get(self, "extensions")
|
4555
|
+
|
4556
|
+
@property
|
4557
|
+
@pulumi.getter(name="matchCondition")
|
4558
|
+
def match_condition(self) -> 'outputs.LbRouteExtensionExtensionChainMatchCondition':
|
4559
|
+
"""
|
4560
|
+
Conditions under which this chain is invoked for a request.
|
4561
|
+
Structure is documented below.
|
4562
|
+
"""
|
4563
|
+
return pulumi.get(self, "match_condition")
|
4564
|
+
|
4565
|
+
@property
|
4566
|
+
@pulumi.getter
|
4567
|
+
def name(self) -> str:
|
4568
|
+
"""
|
4569
|
+
The name for this extension chain. The name is logged as part of the HTTP request logs.
|
4570
|
+
The name must conform with RFC-1034, is restricted to lower-cased letters, numbers and hyphens,
|
4571
|
+
and can have a maximum length of 63 characters. Additionally, the first character must be a letter
|
4572
|
+
and the last character must be a letter or a number.
|
4573
|
+
"""
|
4574
|
+
return pulumi.get(self, "name")
|
4575
|
+
|
4576
|
+
|
4577
|
+
@pulumi.output_type
|
4578
|
+
class LbRouteExtensionExtensionChainExtension(dict):
|
4579
|
+
@staticmethod
|
4580
|
+
def __key_warning(key: str):
|
4581
|
+
suggest = None
|
4582
|
+
if key == "failOpen":
|
4583
|
+
suggest = "fail_open"
|
4584
|
+
elif key == "forwardHeaders":
|
4585
|
+
suggest = "forward_headers"
|
4586
|
+
|
4587
|
+
if suggest:
|
4588
|
+
pulumi.log.warn(f"Key '{key}' not found in LbRouteExtensionExtensionChainExtension. Access the value via the '{suggest}' property getter instead.")
|
4589
|
+
|
4590
|
+
def __getitem__(self, key: str) -> Any:
|
4591
|
+
LbRouteExtensionExtensionChainExtension.__key_warning(key)
|
4592
|
+
return super().__getitem__(key)
|
4593
|
+
|
4594
|
+
def get(self, key: str, default = None) -> Any:
|
4595
|
+
LbRouteExtensionExtensionChainExtension.__key_warning(key)
|
4596
|
+
return super().get(key, default)
|
4597
|
+
|
4598
|
+
def __init__(__self__, *,
|
4599
|
+
name: str,
|
4600
|
+
service: str,
|
4601
|
+
authority: Optional[str] = None,
|
4602
|
+
fail_open: Optional[bool] = None,
|
4603
|
+
forward_headers: Optional[Sequence[str]] = None,
|
4604
|
+
timeout: Optional[str] = None):
|
4605
|
+
"""
|
4606
|
+
:param str name: The name for this extension. The name is logged as part of the HTTP request logs.
|
4607
|
+
The name must conform with RFC-1034, is restricted to lower-cased letters, numbers and hyphens,
|
4608
|
+
and can have a maximum length of 63 characters. Additionally, the first character must be a letter
|
4609
|
+
and the last a letter or a number.
|
4610
|
+
:param str service: The reference to the service that runs the extension. Must be a reference to a backend service
|
4611
|
+
:param str authority: The :authority header in the gRPC request sent from Envoy to the extension service.
|
4612
|
+
:param bool fail_open: Determines how the proxy behaves if the call to the extension fails or times out.
|
4613
|
+
When set to TRUE, request or response processing continues without error.
|
4614
|
+
Any subsequent extensions in the extension chain are also executed.
|
4615
|
+
When set to FALSE: * If response headers have not been delivered to the downstream client,
|
4616
|
+
a generic 500 error is returned to the client. The error response can be tailored by
|
4617
|
+
configuring a custom error response in the load balancer.
|
4618
|
+
:param Sequence[str] forward_headers: List of the HTTP headers to forward to the extension (from the client or backend).
|
4619
|
+
If omitted, all headers are sent. Each element is a string indicating the header name.
|
4620
|
+
|
4621
|
+
- - -
|
4622
|
+
:param str timeout: Specifies the timeout for each individual message on the stream. The timeout must be between 10-1000 milliseconds.
|
4623
|
+
A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
|
4624
|
+
"""
|
4625
|
+
pulumi.set(__self__, "name", name)
|
4626
|
+
pulumi.set(__self__, "service", service)
|
4627
|
+
if authority is not None:
|
4628
|
+
pulumi.set(__self__, "authority", authority)
|
4629
|
+
if fail_open is not None:
|
4630
|
+
pulumi.set(__self__, "fail_open", fail_open)
|
4631
|
+
if forward_headers is not None:
|
4632
|
+
pulumi.set(__self__, "forward_headers", forward_headers)
|
4633
|
+
if timeout is not None:
|
4634
|
+
pulumi.set(__self__, "timeout", timeout)
|
4635
|
+
|
4636
|
+
@property
|
4637
|
+
@pulumi.getter
|
4638
|
+
def name(self) -> str:
|
4639
|
+
"""
|
4640
|
+
The name for this extension. The name is logged as part of the HTTP request logs.
|
4641
|
+
The name must conform with RFC-1034, is restricted to lower-cased letters, numbers and hyphens,
|
4642
|
+
and can have a maximum length of 63 characters. Additionally, the first character must be a letter
|
4643
|
+
and the last a letter or a number.
|
4644
|
+
"""
|
4645
|
+
return pulumi.get(self, "name")
|
4646
|
+
|
4647
|
+
@property
|
4648
|
+
@pulumi.getter
|
4649
|
+
def service(self) -> str:
|
4650
|
+
"""
|
4651
|
+
The reference to the service that runs the extension. Must be a reference to a backend service
|
4652
|
+
"""
|
4653
|
+
return pulumi.get(self, "service")
|
4654
|
+
|
4655
|
+
@property
|
4656
|
+
@pulumi.getter
|
4657
|
+
def authority(self) -> Optional[str]:
|
4658
|
+
"""
|
4659
|
+
The :authority header in the gRPC request sent from Envoy to the extension service.
|
4660
|
+
"""
|
4661
|
+
return pulumi.get(self, "authority")
|
4662
|
+
|
4663
|
+
@property
|
4664
|
+
@pulumi.getter(name="failOpen")
|
4665
|
+
def fail_open(self) -> Optional[bool]:
|
4666
|
+
"""
|
4667
|
+
Determines how the proxy behaves if the call to the extension fails or times out.
|
4668
|
+
When set to TRUE, request or response processing continues without error.
|
4669
|
+
Any subsequent extensions in the extension chain are also executed.
|
4670
|
+
When set to FALSE: * If response headers have not been delivered to the downstream client,
|
4671
|
+
a generic 500 error is returned to the client. The error response can be tailored by
|
4672
|
+
configuring a custom error response in the load balancer.
|
4673
|
+
"""
|
4674
|
+
return pulumi.get(self, "fail_open")
|
4675
|
+
|
4676
|
+
@property
|
4677
|
+
@pulumi.getter(name="forwardHeaders")
|
4678
|
+
def forward_headers(self) -> Optional[Sequence[str]]:
|
4679
|
+
"""
|
4680
|
+
List of the HTTP headers to forward to the extension (from the client or backend).
|
4681
|
+
If omitted, all headers are sent. Each element is a string indicating the header name.
|
4682
|
+
|
4683
|
+
- - -
|
4684
|
+
"""
|
4685
|
+
return pulumi.get(self, "forward_headers")
|
4686
|
+
|
4687
|
+
@property
|
4688
|
+
@pulumi.getter
|
4689
|
+
def timeout(self) -> Optional[str]:
|
4690
|
+
"""
|
4691
|
+
Specifies the timeout for each individual message on the stream. The timeout must be between 10-1000 milliseconds.
|
4692
|
+
A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
|
4693
|
+
"""
|
4694
|
+
return pulumi.get(self, "timeout")
|
4695
|
+
|
4696
|
+
|
4697
|
+
@pulumi.output_type
|
4698
|
+
class LbRouteExtensionExtensionChainMatchCondition(dict):
|
4699
|
+
@staticmethod
|
4700
|
+
def __key_warning(key: str):
|
4701
|
+
suggest = None
|
4702
|
+
if key == "celExpression":
|
4703
|
+
suggest = "cel_expression"
|
4704
|
+
|
4705
|
+
if suggest:
|
4706
|
+
pulumi.log.warn(f"Key '{key}' not found in LbRouteExtensionExtensionChainMatchCondition. Access the value via the '{suggest}' property getter instead.")
|
4707
|
+
|
4708
|
+
def __getitem__(self, key: str) -> Any:
|
4709
|
+
LbRouteExtensionExtensionChainMatchCondition.__key_warning(key)
|
4710
|
+
return super().__getitem__(key)
|
4711
|
+
|
4712
|
+
def get(self, key: str, default = None) -> Any:
|
4713
|
+
LbRouteExtensionExtensionChainMatchCondition.__key_warning(key)
|
4714
|
+
return super().get(key, default)
|
4715
|
+
|
4716
|
+
def __init__(__self__, *,
|
4717
|
+
cel_expression: str):
|
4718
|
+
"""
|
4719
|
+
:param str cel_expression: A Common Expression Language (CEL) expression that is used to match requests for which the extension chain is executed.
|
4720
|
+
"""
|
4721
|
+
pulumi.set(__self__, "cel_expression", cel_expression)
|
4722
|
+
|
4723
|
+
@property
|
4724
|
+
@pulumi.getter(name="celExpression")
|
4725
|
+
def cel_expression(self) -> str:
|
4726
|
+
"""
|
4727
|
+
A Common Expression Language (CEL) expression that is used to match requests for which the extension chain is executed.
|
4728
|
+
"""
|
4729
|
+
return pulumi.get(self, "cel_expression")
|
4730
|
+
|
4731
|
+
|
4503
4732
|
@pulumi.output_type
|
4504
4733
|
class LbTrafficExtensionExtensionChain(dict):
|
4505
4734
|
@staticmethod
|
@@ -4595,22 +4824,20 @@ class LbTrafficExtensionExtensionChainExtension(dict):
|
|
4595
4824
|
return super().get(key, default)
|
4596
4825
|
|
4597
4826
|
def __init__(__self__, *,
|
4598
|
-
authority: str,
|
4599
4827
|
name: str,
|
4600
4828
|
service: str,
|
4601
|
-
|
4829
|
+
authority: Optional[str] = None,
|
4602
4830
|
fail_open: Optional[bool] = None,
|
4603
4831
|
forward_headers: Optional[Sequence[str]] = None,
|
4604
|
-
supported_events: Optional[Sequence[str]] = None
|
4832
|
+
supported_events: Optional[Sequence[str]] = None,
|
4833
|
+
timeout: Optional[str] = None):
|
4605
4834
|
"""
|
4606
|
-
:param str authority: The :authority header in the gRPC request sent from Envoy to the extension service.
|
4607
4835
|
:param str name: The name for this extension. The name is logged as part of the HTTP request logs.
|
4608
4836
|
The name must conform with RFC-1034, is restricted to lower-cased letters, numbers and hyphens,
|
4609
4837
|
and can have a maximum length of 63 characters. Additionally, the first character must be a letter
|
4610
4838
|
and the last a letter or a number.
|
4611
4839
|
:param str service: The reference to the service that runs the extension. Must be a reference to a backend service
|
4612
|
-
:param str
|
4613
|
-
A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
|
4840
|
+
:param str authority: The :authority header in the gRPC request sent from Envoy to the extension service.
|
4614
4841
|
:param bool fail_open: Determines how the proxy behaves if the call to the extension fails or times out.
|
4615
4842
|
When set to TRUE, request or response processing continues without error.
|
4616
4843
|
Any subsequent extensions in the extension chain are also executed.
|
@@ -4625,25 +4852,21 @@ class LbTrafficExtensionExtensionChainExtension(dict):
|
|
4625
4852
|
`RESPONSE_BODY`, `RESPONSE_BODY` and `RESPONSE_BODY`.
|
4626
4853
|
|
4627
4854
|
- - -
|
4855
|
+
:param str timeout: Specifies the timeout for each individual message on the stream. The timeout must be between 10-1000 milliseconds.
|
4856
|
+
A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
|
4628
4857
|
"""
|
4629
|
-
pulumi.set(__self__, "authority", authority)
|
4630
4858
|
pulumi.set(__self__, "name", name)
|
4631
4859
|
pulumi.set(__self__, "service", service)
|
4632
|
-
|
4860
|
+
if authority is not None:
|
4861
|
+
pulumi.set(__self__, "authority", authority)
|
4633
4862
|
if fail_open is not None:
|
4634
4863
|
pulumi.set(__self__, "fail_open", fail_open)
|
4635
4864
|
if forward_headers is not None:
|
4636
4865
|
pulumi.set(__self__, "forward_headers", forward_headers)
|
4637
4866
|
if supported_events is not None:
|
4638
4867
|
pulumi.set(__self__, "supported_events", supported_events)
|
4639
|
-
|
4640
|
-
|
4641
|
-
@pulumi.getter
|
4642
|
-
def authority(self) -> str:
|
4643
|
-
"""
|
4644
|
-
The :authority header in the gRPC request sent from Envoy to the extension service.
|
4645
|
-
"""
|
4646
|
-
return pulumi.get(self, "authority")
|
4868
|
+
if timeout is not None:
|
4869
|
+
pulumi.set(__self__, "timeout", timeout)
|
4647
4870
|
|
4648
4871
|
@property
|
4649
4872
|
@pulumi.getter
|
@@ -4666,12 +4889,11 @@ class LbTrafficExtensionExtensionChainExtension(dict):
|
|
4666
4889
|
|
4667
4890
|
@property
|
4668
4891
|
@pulumi.getter
|
4669
|
-
def
|
4892
|
+
def authority(self) -> Optional[str]:
|
4670
4893
|
"""
|
4671
|
-
|
4672
|
-
A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
|
4894
|
+
The :authority header in the gRPC request sent from Envoy to the extension service.
|
4673
4895
|
"""
|
4674
|
-
return pulumi.get(self, "
|
4896
|
+
return pulumi.get(self, "authority")
|
4675
4897
|
|
4676
4898
|
@property
|
4677
4899
|
@pulumi.getter(name="failOpen")
|
@@ -4708,6 +4930,15 @@ class LbTrafficExtensionExtensionChainExtension(dict):
|
|
4708
4930
|
"""
|
4709
4931
|
return pulumi.get(self, "supported_events")
|
4710
4932
|
|
4933
|
+
@property
|
4934
|
+
@pulumi.getter
|
4935
|
+
def timeout(self) -> Optional[str]:
|
4936
|
+
"""
|
4937
|
+
Specifies the timeout for each individual message on the stream. The timeout must be between 10-1000 milliseconds.
|
4938
|
+
A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
|
4939
|
+
"""
|
4940
|
+
return pulumi.get(self, "timeout")
|
4941
|
+
|
4711
4942
|
|
4712
4943
|
@pulumi.output_type
|
4713
4944
|
class LbTrafficExtensionExtensionChainMatchCondition(dict):
|
@@ -116,7 +116,9 @@ def get_instance_iam_policy(instance_name: Optional[str] = None,
|
|
116
116
|
|
117
117
|
|
118
118
|
:param str instance_name: Used to find the parent resource to bind the IAM policy to
|
119
|
-
:param str location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
119
|
+
:param str location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
120
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
121
|
+
location is specified, it is taken from the provider configuration.
|
120
122
|
:param str project: The ID of the project in which the resource belongs.
|
121
123
|
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.
|
122
124
|
"""
|
@@ -157,7 +159,9 @@ def get_instance_iam_policy_output(instance_name: Optional[pulumi.Input[str]] =
|
|
157
159
|
|
158
160
|
|
159
161
|
:param str instance_name: Used to find the parent resource to bind the IAM policy to
|
160
|
-
:param str location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
162
|
+
:param str location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
163
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
164
|
+
location is specified, it is taken from the provider configuration.
|
161
165
|
:param str project: The ID of the project in which the resource belongs.
|
162
166
|
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.
|
163
167
|
"""
|
@@ -115,7 +115,9 @@ def get_runtime_iam_policy(location: Optional[str] = None,
|
|
115
115
|
```
|
116
116
|
|
117
117
|
|
118
|
-
:param str location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
118
|
+
:param str location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
119
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
120
|
+
location is specified, it is taken from the provider configuration.
|
119
121
|
:param str project: The ID of the project in which the resource belongs.
|
120
122
|
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.
|
121
123
|
:param str runtime_name: Used to find the parent resource to bind the IAM policy to
|
@@ -156,7 +158,9 @@ def get_runtime_iam_policy_output(location: Optional[pulumi.Input[Optional[str]]
|
|
156
158
|
```
|
157
159
|
|
158
160
|
|
159
|
-
:param str location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
161
|
+
:param str location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
162
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
163
|
+
location is specified, it is taken from the provider configuration.
|
160
164
|
:param str project: The ID of the project in which the resource belongs.
|
161
165
|
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.
|
162
166
|
:param str runtime_name: Used to find the parent resource to bind the IAM policy to
|
@@ -39,7 +39,9 @@ class InstanceIamBindingArgs:
|
|
39
39
|
:param pulumi.Input[str] role: The role that should be applied. Only one
|
40
40
|
`notebooks.InstanceIamBinding` can be used per role. Note that custom roles must be of the format
|
41
41
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
42
|
-
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
42
|
+
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
43
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
44
|
+
location is specified, it is taken from the provider configuration.
|
43
45
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
44
46
|
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.
|
45
47
|
"""
|
@@ -114,7 +116,9 @@ class InstanceIamBindingArgs:
|
|
114
116
|
@pulumi.getter
|
115
117
|
def location(self) -> Optional[pulumi.Input[str]]:
|
116
118
|
"""
|
117
|
-
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
119
|
+
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
120
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
121
|
+
location is specified, it is taken from the provider configuration.
|
118
122
|
"""
|
119
123
|
return pulumi.get(self, "location")
|
120
124
|
|
@@ -150,7 +154,9 @@ class _InstanceIamBindingState:
|
|
150
154
|
Input properties used for looking up and filtering InstanceIamBinding resources.
|
151
155
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
152
156
|
:param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
|
153
|
-
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
157
|
+
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
158
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
159
|
+
location is specified, it is taken from the provider configuration.
|
154
160
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
155
161
|
Each entry can have one of the following values:
|
156
162
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -220,7 +226,9 @@ class _InstanceIamBindingState:
|
|
220
226
|
@pulumi.getter
|
221
227
|
def location(self) -> Optional[pulumi.Input[str]]:
|
222
228
|
"""
|
223
|
-
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
229
|
+
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
230
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
231
|
+
location is specified, it is taken from the provider configuration.
|
224
232
|
"""
|
225
233
|
return pulumi.get(self, "location")
|
226
234
|
|
@@ -436,7 +444,9 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
436
444
|
:param str resource_name: The name of the resource.
|
437
445
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
438
446
|
:param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
|
439
|
-
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
447
|
+
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
448
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
449
|
+
location is specified, it is taken from the provider configuration.
|
440
450
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
441
451
|
Each entry can have one of the following values:
|
442
452
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -672,7 +682,9 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
672
682
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
673
683
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
674
684
|
:param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
|
675
|
-
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
685
|
+
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
686
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
687
|
+
location is specified, it is taken from the provider configuration.
|
676
688
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
677
689
|
Each entry can have one of the following values:
|
678
690
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -728,7 +740,9 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
728
740
|
@pulumi.getter
|
729
741
|
def location(self) -> pulumi.Output[str]:
|
730
742
|
"""
|
731
|
-
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
743
|
+
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
744
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
745
|
+
location is specified, it is taken from the provider configuration.
|
732
746
|
"""
|
733
747
|
return pulumi.get(self, "location")
|
734
748
|
|
@@ -39,7 +39,9 @@ class InstanceIamMemberArgs:
|
|
39
39
|
:param pulumi.Input[str] role: The role that should be applied. Only one
|
40
40
|
`notebooks.InstanceIamBinding` can be used per role. Note that custom roles must be of the format
|
41
41
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
42
|
-
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
42
|
+
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
43
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
44
|
+
location is specified, it is taken from the provider configuration.
|
43
45
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
44
46
|
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.
|
45
47
|
"""
|
@@ -114,7 +116,9 @@ class InstanceIamMemberArgs:
|
|
114
116
|
@pulumi.getter
|
115
117
|
def location(self) -> Optional[pulumi.Input[str]]:
|
116
118
|
"""
|
117
|
-
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
119
|
+
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
120
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
121
|
+
location is specified, it is taken from the provider configuration.
|
118
122
|
"""
|
119
123
|
return pulumi.get(self, "location")
|
120
124
|
|
@@ -150,7 +154,9 @@ class _InstanceIamMemberState:
|
|
150
154
|
Input properties used for looking up and filtering InstanceIamMember resources.
|
151
155
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
152
156
|
:param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
|
153
|
-
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
157
|
+
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
158
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
159
|
+
location is specified, it is taken from the provider configuration.
|
154
160
|
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
155
161
|
Each entry can have one of the following values:
|
156
162
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -220,7 +226,9 @@ class _InstanceIamMemberState:
|
|
220
226
|
@pulumi.getter
|
221
227
|
def location(self) -> Optional[pulumi.Input[str]]:
|
222
228
|
"""
|
223
|
-
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
229
|
+
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
230
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
231
|
+
location is specified, it is taken from the provider configuration.
|
224
232
|
"""
|
225
233
|
return pulumi.get(self, "location")
|
226
234
|
|
@@ -436,7 +444,9 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
436
444
|
:param str resource_name: The name of the resource.
|
437
445
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
438
446
|
:param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
|
439
|
-
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
447
|
+
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
448
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
449
|
+
location is specified, it is taken from the provider configuration.
|
440
450
|
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
441
451
|
Each entry can have one of the following values:
|
442
452
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -672,7 +682,9 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
672
682
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
673
683
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
674
684
|
:param pulumi.Input[str] instance_name: Used to find the parent resource to bind the IAM policy to
|
675
|
-
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
685
|
+
:param pulumi.Input[str] location: A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
686
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
687
|
+
location is specified, it is taken from the provider configuration.
|
676
688
|
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
677
689
|
Each entry can have one of the following values:
|
678
690
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -728,7 +740,9 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
728
740
|
@pulumi.getter
|
729
741
|
def location(self) -> pulumi.Output[str]:
|
730
742
|
"""
|
731
|
-
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to
|
743
|
+
A reference to the zone where the machine resides. Used to find the parent resource to bind the IAM policy to. If not specified,
|
744
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
745
|
+
location is specified, it is taken from the provider configuration.
|
732
746
|
"""
|
733
747
|
return pulumi.get(self, "location")
|
734
748
|
|