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.
- pulumi_gcp/__init__.py +48 -0
- pulumi_gcp/activedirectory/peering.py +16 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_member.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_policy.py +4 -4
- pulumi_gcp/apigateway/api_iam_binding.py +4 -4
- pulumi_gcp/apigateway/api_iam_member.py +4 -4
- pulumi_gcp/apigateway/api_iam_policy.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_binding.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_member.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_policy.py +4 -4
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/get_python_package.py +237 -0
- pulumi_gcp/artifactregistry/get_repository.py +12 -1
- pulumi_gcp/artifactregistry/repository.py +28 -0
- pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +4 -4
- pulumi_gcp/backupdisasterrecovery/get_backup.py +12 -1
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +4 -0
- pulumi_gcp/backupdisasterrecovery/get_data_source_references.py +135 -0
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +4 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +103 -0
- pulumi_gcp/bigquery/app_profile.py +14 -49
- pulumi_gcp/bigquery/dataset_access.py +4 -8
- pulumi_gcp/bigquery/table.py +7 -21
- pulumi_gcp/bigqueryanalyticshub/data_exchange_subscription.py +20 -0
- pulumi_gcp/bigtable/app_profile.py +14 -49
- pulumi_gcp/bigtable/table.py +42 -42
- pulumi_gcp/certificatemanager/certificate_map_entry.py +7 -7
- pulumi_gcp/chronicle/_inputs.py +6 -5
- pulumi_gcp/chronicle/outputs.py +4 -3
- pulumi_gcp/chronicle/reference_list.py +53 -5
- pulumi_gcp/cloudasset/get_resources_search_all.py +8 -0
- pulumi_gcp/cloudbuild/_inputs.py +20 -0
- pulumi_gcp/cloudbuild/outputs.py +14 -0
- pulumi_gcp/cloudbuild/trigger.py +4 -2
- pulumi_gcp/cloudbuild/worker_pool.py +28 -21
- pulumi_gcp/cloudfunctions/function.py +4 -8
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +16 -0
- pulumi_gcp/cloudrunv2/_inputs.py +57 -0
- pulumi_gcp/cloudrunv2/get_service.py +12 -1
- pulumi_gcp/cloudrunv2/outputs.py +81 -0
- pulumi_gcp/cloudrunv2/service.py +54 -0
- pulumi_gcp/cloudrunv2/worker_pool.py +2 -2
- pulumi_gcp/composer/environment.py +28 -49
- pulumi_gcp/compute/_inputs.py +804 -24
- pulumi_gcp/compute/backend_bucket.py +14 -0
- pulumi_gcp/compute/backend_bucket_iam_binding.py +236 -0
- pulumi_gcp/compute/backend_bucket_iam_member.py +236 -0
- pulumi_gcp/compute/backend_bucket_iam_policy.py +236 -0
- pulumi_gcp/compute/backend_service_iam_binding.py +464 -0
- pulumi_gcp/compute/backend_service_iam_member.py +464 -0
- pulumi_gcp/compute/backend_service_iam_policy.py +464 -0
- pulumi_gcp/compute/cross_site_network.py +16 -0
- pulumi_gcp/compute/future_reservation.py +32 -0
- pulumi_gcp/compute/get_region_backend_service.py +12 -1
- pulumi_gcp/compute/get_resource_policy.py +2 -20
- pulumi_gcp/compute/instance_from_machine_image.py +75 -110
- pulumi_gcp/compute/instance_from_template.py +75 -110
- pulumi_gcp/compute/instance_group_manager.py +7 -14
- pulumi_gcp/compute/instance_template.py +7 -14
- pulumi_gcp/compute/interconnect.py +4 -8
- pulumi_gcp/compute/machine_image_iam_binding.py +8 -4
- pulumi_gcp/compute/machine_image_iam_member.py +8 -4
- pulumi_gcp/compute/machine_image_iam_policy.py +8 -4
- pulumi_gcp/compute/network_edge_security_service.py +16 -0
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +12 -0
- pulumi_gcp/compute/outputs.py +671 -16
- pulumi_gcp/compute/preview_feature.py +16 -0
- pulumi_gcp/compute/public_delegated_prefix.py +42 -0
- pulumi_gcp/compute/region_backend_service.py +54 -0
- pulumi_gcp/compute/region_backend_service_iam_binding.py +488 -0
- pulumi_gcp/compute/region_backend_service_iam_member.py +488 -0
- pulumi_gcp/compute/region_backend_service_iam_policy.py +488 -0
- pulumi_gcp/compute/region_instance_group_manager.py +7 -14
- pulumi_gcp/compute/region_network_endpoint_group.py +1 -3
- pulumi_gcp/compute/region_resize_request.py +24 -0
- pulumi_gcp/compute/region_url_map.py +75 -0
- pulumi_gcp/compute/wire_group.py +16 -0
- pulumi_gcp/container/_inputs.py +446 -18
- pulumi_gcp/container/aws_cluster.py +28 -42
- pulumi_gcp/container/aws_node_pool.py +28 -42
- pulumi_gcp/container/azure_cluster.py +35 -70
- pulumi_gcp/container/azure_node_pool.py +28 -42
- pulumi_gcp/container/cluster.py +16 -7
- pulumi_gcp/container/outputs.py +423 -15
- pulumi_gcp/dataflow/flex_template_job.py +10 -0
- pulumi_gcp/dataform/repository.py +16 -0
- pulumi_gcp/dataform/repository_release_config.py +16 -0
- pulumi_gcp/dataform/repository_workflow_config.py +16 -0
- pulumi_gcp/dataplex/asset.py +28 -21
- pulumi_gcp/dataplex/zone.py +28 -21
- pulumi_gcp/dataproc/cluster.py +21 -14
- pulumi_gcp/dataproc/workflow_template.py +42 -105
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/_inputs.py +94 -0
- pulumi_gcp/discoveryengine/acl_config.py +393 -0
- pulumi_gcp/discoveryengine/outputs.py +92 -0
- pulumi_gcp/firebase/android_app.py +16 -0
- pulumi_gcp/firebase/apple_app.py +16 -0
- pulumi_gcp/firebase/database_instance.py +16 -0
- pulumi_gcp/firebase/extensions_instance.py +12 -0
- pulumi_gcp/firebase/get_android_app.py +4 -2
- pulumi_gcp/firebase/get_apple_app.py +4 -2
- pulumi_gcp/firebase/get_apple_app_config.py +16 -2
- pulumi_gcp/firebase/get_hosting_channel.py +4 -2
- pulumi_gcp/firebase/hosting_channel.py +20 -0
- pulumi_gcp/firebase/hosting_custom_domain.py +20 -0
- pulumi_gcp/firebase/hosting_release.py +16 -0
- pulumi_gcp/firebase/hosting_site.py +16 -0
- pulumi_gcp/firebase/hosting_version.py +16 -0
- pulumi_gcp/firebase/storage_bucket.py +18 -0
- pulumi_gcp/firestore/index.py +118 -3
- pulumi_gcp/folder/service_identity.py +26 -0
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +16 -0
- pulumi_gcp/healthcare/_inputs.py +205 -0
- pulumi_gcp/healthcare/fhir_store.py +128 -0
- pulumi_gcp/healthcare/outputs.py +163 -0
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_managed_identity.py +18 -0
- pulumi_gcp/iam/workload_identity_pool_namespace.py +20 -0
- pulumi_gcp/iap/__init__.py +4 -0
- pulumi_gcp/iap/_inputs.py +130 -0
- pulumi_gcp/iap/get_web_forwarding_rule_service_iam_policy.py +159 -0
- pulumi_gcp/iap/outputs.py +76 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_binding.py +1002 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_member.py +1002 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_policy.py +821 -0
- pulumi_gcp/kms/get_kms_secret_asymmetric.py +22 -0
- pulumi_gcp/logging/billing_account_bucket_config.py +7 -21
- pulumi_gcp/logging/folder_bucket_config.py +7 -21
- pulumi_gcp/logging/organization_bucket_config.py +7 -21
- pulumi_gcp/logging/organization_sink.py +7 -7
- pulumi_gcp/managedkafka/connect_cluster.py +4 -0
- pulumi_gcp/managedkafka/connector.py +4 -0
- pulumi_gcp/memorystore/instance.py +14 -14
- pulumi_gcp/monitoring/dashboard.py +7 -14
- pulumi_gcp/netapp/storage_pool.py +91 -2
- pulumi_gcp/netapp/volume.py +47 -0
- pulumi_gcp/networkmanagement/__init__.py +1 -0
- pulumi_gcp/networkmanagement/organization_vpc_flow_logs_config.py +1028 -0
- pulumi_gcp/networksecurity/authorization_policy.py +12 -0
- pulumi_gcp/networkservices/gateway.py +7 -7
- pulumi_gcp/networkservices/service_lb_policies.py +12 -0
- pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
- pulumi_gcp/organizations/project.py +7 -21
- pulumi_gcp/projects/service.py +0 -7
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/resourcemanager/capability.py +16 -0
- pulumi_gcp/runtimeconfig/config.py +16 -0
- pulumi_gcp/runtimeconfig/config_iam_binding.py +236 -0
- pulumi_gcp/runtimeconfig/config_iam_member.py +236 -0
- pulumi_gcp/runtimeconfig/config_iam_policy.py +236 -0
- pulumi_gcp/runtimeconfig/variable.py +10 -0
- pulumi_gcp/saasruntime/__init__.py +1 -0
- pulumi_gcp/saasruntime/_inputs.py +458 -0
- pulumi_gcp/saasruntime/outputs.py +392 -0
- pulumi_gcp/saasruntime/saa_s.py +4 -0
- pulumi_gcp/saasruntime/unit_kind.py +1024 -0
- pulumi_gcp/securesourcemanager/instance.py +7 -7
- pulumi_gcp/securesourcemanager/repository.py +7 -7
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
- pulumi_gcp/sql/_inputs.py +135 -1
- pulumi_gcp/sql/database_instance.py +54 -14
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +265 -3
- pulumi_gcp/storage/_inputs.py +246 -0
- pulumi_gcp/storage/bucket.py +7 -14
- pulumi_gcp/storage/bucket_object.py +0 -9
- pulumi_gcp/storage/outputs.py +191 -1
- pulumi_gcp/storage/transfer_job.py +47 -0
- pulumi_gcp/tpu/v2_queued_resource.py +16 -0
- pulumi_gcp/tpu/v2_vm.py +16 -0
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +236 -0
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +236 -0
- pulumi_gcp/vertex/ai_feature_group_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +248 -0
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +248 -0
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_metadata_store.py +16 -0
- pulumi_gcp/workstations/workstation.py +16 -0
- pulumi_gcp/workstations/workstation_cluster.py +16 -0
- pulumi_gcp/workstations/workstation_config.py +16 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +260 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +260 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +260 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +272 -0
- pulumi_gcp/workstations/workstation_iam_member.py +272 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +272 -0
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/METADATA +1 -1
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/RECORD +209 -200
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/WHEEL +0 -0
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/top_level.txt +0 -0
pulumi_gcp/compute/_inputs.py
CHANGED
@@ -695,6 +695,8 @@ __all__ = [
|
|
695
695
|
'PreviewFeatureRolloutOperationArgsDict',
|
696
696
|
'PreviewFeatureRolloutOperationRolloutInputArgs',
|
697
697
|
'PreviewFeatureRolloutOperationRolloutInputArgsDict',
|
698
|
+
'PublicDelegatedPrefixPublicDelegatedSubPrefixArgs',
|
699
|
+
'PublicDelegatedPrefixPublicDelegatedSubPrefixArgsDict',
|
698
700
|
'RegionAutoscalerAutoscalingPolicyArgs',
|
699
701
|
'RegionAutoscalerAutoscalingPolicyArgsDict',
|
700
702
|
'RegionAutoscalerAutoscalingPolicyCpuUtilizationArgs',
|
@@ -763,6 +765,8 @@ __all__ = [
|
|
763
765
|
'RegionBackendServiceOutlierDetectionBaseEjectionTimeArgsDict',
|
764
766
|
'RegionBackendServiceOutlierDetectionIntervalArgs',
|
765
767
|
'RegionBackendServiceOutlierDetectionIntervalArgsDict',
|
768
|
+
'RegionBackendServiceParamsArgs',
|
769
|
+
'RegionBackendServiceParamsArgsDict',
|
766
770
|
'RegionBackendServiceStrongSessionAffinityCookieArgs',
|
767
771
|
'RegionBackendServiceStrongSessionAffinityCookieArgsDict',
|
768
772
|
'RegionBackendServiceStrongSessionAffinityCookieTtlArgs',
|
@@ -1045,6 +1049,12 @@ __all__ = [
|
|
1045
1049
|
'RegionUrlMapDefaultRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAddArgsDict',
|
1046
1050
|
'RegionUrlMapDefaultUrlRedirectArgs',
|
1047
1051
|
'RegionUrlMapDefaultUrlRedirectArgsDict',
|
1052
|
+
'RegionUrlMapHeaderActionArgs',
|
1053
|
+
'RegionUrlMapHeaderActionArgsDict',
|
1054
|
+
'RegionUrlMapHeaderActionRequestHeadersToAddArgs',
|
1055
|
+
'RegionUrlMapHeaderActionRequestHeadersToAddArgsDict',
|
1056
|
+
'RegionUrlMapHeaderActionResponseHeadersToAddArgs',
|
1057
|
+
'RegionUrlMapHeaderActionResponseHeadersToAddArgsDict',
|
1048
1058
|
'RegionUrlMapHostRuleArgs',
|
1049
1059
|
'RegionUrlMapHostRuleArgsDict',
|
1050
1060
|
'RegionUrlMapPathMatcherArgs',
|
@@ -1083,6 +1093,12 @@ __all__ = [
|
|
1083
1093
|
'RegionUrlMapPathMatcherDefaultRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAddArgsDict',
|
1084
1094
|
'RegionUrlMapPathMatcherDefaultUrlRedirectArgs',
|
1085
1095
|
'RegionUrlMapPathMatcherDefaultUrlRedirectArgsDict',
|
1096
|
+
'RegionUrlMapPathMatcherHeaderActionArgs',
|
1097
|
+
'RegionUrlMapPathMatcherHeaderActionArgsDict',
|
1098
|
+
'RegionUrlMapPathMatcherHeaderActionRequestHeadersToAddArgs',
|
1099
|
+
'RegionUrlMapPathMatcherHeaderActionRequestHeadersToAddArgsDict',
|
1100
|
+
'RegionUrlMapPathMatcherHeaderActionResponseHeadersToAddArgs',
|
1101
|
+
'RegionUrlMapPathMatcherHeaderActionResponseHeadersToAddArgsDict',
|
1086
1102
|
'RegionUrlMapPathMatcherPathRuleArgs',
|
1087
1103
|
'RegionUrlMapPathMatcherPathRuleArgsDict',
|
1088
1104
|
'RegionUrlMapPathMatcherPathRuleRouteActionArgs',
|
@@ -25523,10 +25539,7 @@ if not MYPY:
|
|
25523
25539
|
"""
|
25524
25540
|
provisioned_iops: NotRequired[pulumi.Input[_builtins.int]]
|
25525
25541
|
"""
|
25526
|
-
Indicates how many IOPS to provision for the disk. This
|
25527
|
-
sets the number of I/O operations per second that the disk can handle.
|
25528
|
-
Values must be between 10,000 and 120,000. For more details, see the
|
25529
|
-
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
|
25542
|
+
Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle. For more details, see the [Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk) or the [Hyperdisk documentation](https://cloud.google.com/compute/docs/disks/hyperdisks) depending on the selected disk_type.
|
25530
25543
|
"""
|
25531
25544
|
provisioned_throughput: NotRequired[pulumi.Input[_builtins.int]]
|
25532
25545
|
"""
|
@@ -25645,10 +25658,7 @@ class InstanceTemplateDiskArgs:
|
|
25645
25658
|
:param pulumi.Input[_builtins.str] mode: The mode in which to attach this disk, either READ_WRITE
|
25646
25659
|
or READ_ONLY. If you are attaching or creating a boot disk, this must
|
25647
25660
|
read-write mode.
|
25648
|
-
:param pulumi.Input[_builtins.int] provisioned_iops: Indicates how many IOPS to provision for the disk. This
|
25649
|
-
sets the number of I/O operations per second that the disk can handle.
|
25650
|
-
Values must be between 10,000 and 120,000. For more details, see the
|
25651
|
-
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
|
25661
|
+
:param pulumi.Input[_builtins.int] provisioned_iops: Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle. For more details, see the [Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk) or the [Hyperdisk documentation](https://cloud.google.com/compute/docs/disks/hyperdisks) depending on the selected disk_type.
|
25652
25662
|
:param pulumi.Input[_builtins.int] provisioned_throughput: Indicates how much throughput to provision for the disk, in MB/s. This sets the amount of data that can be read or written from the disk per second. Values must greater than or equal to 1. For more details, see the [Hyperdisk documentation](https://cloud.google.com/compute/docs/disks/hyperdisks).
|
25653
25663
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] resource_manager_tags: A set of key/value resource manager tag pairs to bind to this disk. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456.
|
25654
25664
|
:param pulumi.Input[_builtins.str] resource_policies: - A list (short name or id) of resource policies to attach to this disk for automatic snapshot creations. Currently a max of 1 resource policy is supported.
|
@@ -25892,10 +25902,7 @@ class InstanceTemplateDiskArgs:
|
|
25892
25902
|
@pulumi.getter(name="provisionedIops")
|
25893
25903
|
def provisioned_iops(self) -> Optional[pulumi.Input[_builtins.int]]:
|
25894
25904
|
"""
|
25895
|
-
Indicates how many IOPS to provision for the disk. This
|
25896
|
-
sets the number of I/O operations per second that the disk can handle.
|
25897
|
-
Values must be between 10,000 and 120,000. For more details, see the
|
25898
|
-
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
|
25905
|
+
Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle. For more details, see the [Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk) or the [Hyperdisk documentation](https://cloud.google.com/compute/docs/disks/hyperdisks) depending on the selected disk_type.
|
25899
25906
|
"""
|
25900
25907
|
return pulumi.get(self, "provisioned_iops")
|
25901
25908
|
|
@@ -35131,6 +35138,222 @@ class PreviewFeatureRolloutOperationRolloutInputArgs:
|
|
35131
35138
|
pulumi.set(self, "predefined_rollout_plan", value)
|
35132
35139
|
|
35133
35140
|
|
35141
|
+
if not MYPY:
|
35142
|
+
class PublicDelegatedPrefixPublicDelegatedSubPrefixArgsDict(TypedDict):
|
35143
|
+
allocatable_prefix_length: NotRequired[pulumi.Input[_builtins.int]]
|
35144
|
+
"""
|
35145
|
+
The allocatable prefix length supported by this public delegated prefix. This field is optional and cannot be set for prefixes in DELEGATION mode. It cannot be set for IPv4 prefixes either, and it always defaults to 32.
|
35146
|
+
"""
|
35147
|
+
delegatee_project: NotRequired[pulumi.Input[_builtins.str]]
|
35148
|
+
"""
|
35149
|
+
Name of the project scoping this PublicDelegatedSubPrefix.
|
35150
|
+
"""
|
35151
|
+
description: NotRequired[pulumi.Input[_builtins.str]]
|
35152
|
+
"""
|
35153
|
+
An optional description of this resource.
|
35154
|
+
"""
|
35155
|
+
ip_cidr_range: NotRequired[pulumi.Input[_builtins.str]]
|
35156
|
+
"""
|
35157
|
+
The IP address range, in CIDR format, represented by this public delegated prefix.
|
35158
|
+
"""
|
35159
|
+
is_address: NotRequired[pulumi.Input[_builtins.bool]]
|
35160
|
+
"""
|
35161
|
+
Whether the sub prefix is delegated for address creation.
|
35162
|
+
"""
|
35163
|
+
mode: NotRequired[pulumi.Input[_builtins.str]]
|
35164
|
+
"""
|
35165
|
+
Specifies the mode of this IPv6 PDP. MODE must be one of: DELEGATION,
|
35166
|
+
EXTERNAL_IPV6_FORWARDING_RULE_CREATION and EXTERNAL_IPV6_SUBNETWORK_CREATION.
|
35167
|
+
Possible values are: `DELEGATION`, `EXTERNAL_IPV6_FORWARDING_RULE_CREATION`, `EXTERNAL_IPV6_SUBNETWORK_CREATION`.
|
35168
|
+
"""
|
35169
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
35170
|
+
"""
|
35171
|
+
Name of the resource. The name must be 1-63 characters long, and
|
35172
|
+
comply with RFC1035. Specifically, the name must be 1-63 characters
|
35173
|
+
long and match the regular expression `a-z?`
|
35174
|
+
which means the first character must be a lowercase letter, and all
|
35175
|
+
following characters must be a dash, lowercase letter, or digit,
|
35176
|
+
except the last character, which cannot be a dash.
|
35177
|
+
"""
|
35178
|
+
region: NotRequired[pulumi.Input[_builtins.str]]
|
35179
|
+
"""
|
35180
|
+
A region where the prefix will reside.
|
35181
|
+
"""
|
35182
|
+
status: NotRequired[pulumi.Input[_builtins.str]]
|
35183
|
+
"""
|
35184
|
+
The status of the sub public delegated prefix.
|
35185
|
+
Possible values are: `INITIALIZING`, `READY_TO_ANNOUNCE`, `ANNOUNCED`, `DELETING`.
|
35186
|
+
"""
|
35187
|
+
elif False:
|
35188
|
+
PublicDelegatedPrefixPublicDelegatedSubPrefixArgsDict: TypeAlias = Mapping[str, Any]
|
35189
|
+
|
35190
|
+
@pulumi.input_type
|
35191
|
+
class PublicDelegatedPrefixPublicDelegatedSubPrefixArgs:
|
35192
|
+
def __init__(__self__, *,
|
35193
|
+
allocatable_prefix_length: Optional[pulumi.Input[_builtins.int]] = None,
|
35194
|
+
delegatee_project: Optional[pulumi.Input[_builtins.str]] = None,
|
35195
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
35196
|
+
ip_cidr_range: Optional[pulumi.Input[_builtins.str]] = None,
|
35197
|
+
is_address: Optional[pulumi.Input[_builtins.bool]] = None,
|
35198
|
+
mode: Optional[pulumi.Input[_builtins.str]] = None,
|
35199
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
35200
|
+
region: Optional[pulumi.Input[_builtins.str]] = None,
|
35201
|
+
status: Optional[pulumi.Input[_builtins.str]] = None):
|
35202
|
+
"""
|
35203
|
+
:param pulumi.Input[_builtins.int] allocatable_prefix_length: The allocatable prefix length supported by this public delegated prefix. This field is optional and cannot be set for prefixes in DELEGATION mode. It cannot be set for IPv4 prefixes either, and it always defaults to 32.
|
35204
|
+
:param pulumi.Input[_builtins.str] delegatee_project: Name of the project scoping this PublicDelegatedSubPrefix.
|
35205
|
+
:param pulumi.Input[_builtins.str] description: An optional description of this resource.
|
35206
|
+
:param pulumi.Input[_builtins.str] ip_cidr_range: The IP address range, in CIDR format, represented by this public delegated prefix.
|
35207
|
+
:param pulumi.Input[_builtins.bool] is_address: Whether the sub prefix is delegated for address creation.
|
35208
|
+
:param pulumi.Input[_builtins.str] mode: Specifies the mode of this IPv6 PDP. MODE must be one of: DELEGATION,
|
35209
|
+
EXTERNAL_IPV6_FORWARDING_RULE_CREATION and EXTERNAL_IPV6_SUBNETWORK_CREATION.
|
35210
|
+
Possible values are: `DELEGATION`, `EXTERNAL_IPV6_FORWARDING_RULE_CREATION`, `EXTERNAL_IPV6_SUBNETWORK_CREATION`.
|
35211
|
+
:param pulumi.Input[_builtins.str] name: Name of the resource. The name must be 1-63 characters long, and
|
35212
|
+
comply with RFC1035. Specifically, the name must be 1-63 characters
|
35213
|
+
long and match the regular expression `a-z?`
|
35214
|
+
which means the first character must be a lowercase letter, and all
|
35215
|
+
following characters must be a dash, lowercase letter, or digit,
|
35216
|
+
except the last character, which cannot be a dash.
|
35217
|
+
:param pulumi.Input[_builtins.str] region: A region where the prefix will reside.
|
35218
|
+
:param pulumi.Input[_builtins.str] status: The status of the sub public delegated prefix.
|
35219
|
+
Possible values are: `INITIALIZING`, `READY_TO_ANNOUNCE`, `ANNOUNCED`, `DELETING`.
|
35220
|
+
"""
|
35221
|
+
if allocatable_prefix_length is not None:
|
35222
|
+
pulumi.set(__self__, "allocatable_prefix_length", allocatable_prefix_length)
|
35223
|
+
if delegatee_project is not None:
|
35224
|
+
pulumi.set(__self__, "delegatee_project", delegatee_project)
|
35225
|
+
if description is not None:
|
35226
|
+
pulumi.set(__self__, "description", description)
|
35227
|
+
if ip_cidr_range is not None:
|
35228
|
+
pulumi.set(__self__, "ip_cidr_range", ip_cidr_range)
|
35229
|
+
if is_address is not None:
|
35230
|
+
pulumi.set(__self__, "is_address", is_address)
|
35231
|
+
if mode is not None:
|
35232
|
+
pulumi.set(__self__, "mode", mode)
|
35233
|
+
if name is not None:
|
35234
|
+
pulumi.set(__self__, "name", name)
|
35235
|
+
if region is not None:
|
35236
|
+
pulumi.set(__self__, "region", region)
|
35237
|
+
if status is not None:
|
35238
|
+
pulumi.set(__self__, "status", status)
|
35239
|
+
|
35240
|
+
@_builtins.property
|
35241
|
+
@pulumi.getter(name="allocatablePrefixLength")
|
35242
|
+
def allocatable_prefix_length(self) -> Optional[pulumi.Input[_builtins.int]]:
|
35243
|
+
"""
|
35244
|
+
The allocatable prefix length supported by this public delegated prefix. This field is optional and cannot be set for prefixes in DELEGATION mode. It cannot be set for IPv4 prefixes either, and it always defaults to 32.
|
35245
|
+
"""
|
35246
|
+
return pulumi.get(self, "allocatable_prefix_length")
|
35247
|
+
|
35248
|
+
@allocatable_prefix_length.setter
|
35249
|
+
def allocatable_prefix_length(self, value: Optional[pulumi.Input[_builtins.int]]):
|
35250
|
+
pulumi.set(self, "allocatable_prefix_length", value)
|
35251
|
+
|
35252
|
+
@_builtins.property
|
35253
|
+
@pulumi.getter(name="delegateeProject")
|
35254
|
+
def delegatee_project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
35255
|
+
"""
|
35256
|
+
Name of the project scoping this PublicDelegatedSubPrefix.
|
35257
|
+
"""
|
35258
|
+
return pulumi.get(self, "delegatee_project")
|
35259
|
+
|
35260
|
+
@delegatee_project.setter
|
35261
|
+
def delegatee_project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
35262
|
+
pulumi.set(self, "delegatee_project", value)
|
35263
|
+
|
35264
|
+
@_builtins.property
|
35265
|
+
@pulumi.getter
|
35266
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
35267
|
+
"""
|
35268
|
+
An optional description of this resource.
|
35269
|
+
"""
|
35270
|
+
return pulumi.get(self, "description")
|
35271
|
+
|
35272
|
+
@description.setter
|
35273
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
35274
|
+
pulumi.set(self, "description", value)
|
35275
|
+
|
35276
|
+
@_builtins.property
|
35277
|
+
@pulumi.getter(name="ipCidrRange")
|
35278
|
+
def ip_cidr_range(self) -> Optional[pulumi.Input[_builtins.str]]:
|
35279
|
+
"""
|
35280
|
+
The IP address range, in CIDR format, represented by this public delegated prefix.
|
35281
|
+
"""
|
35282
|
+
return pulumi.get(self, "ip_cidr_range")
|
35283
|
+
|
35284
|
+
@ip_cidr_range.setter
|
35285
|
+
def ip_cidr_range(self, value: Optional[pulumi.Input[_builtins.str]]):
|
35286
|
+
pulumi.set(self, "ip_cidr_range", value)
|
35287
|
+
|
35288
|
+
@_builtins.property
|
35289
|
+
@pulumi.getter(name="isAddress")
|
35290
|
+
def is_address(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
35291
|
+
"""
|
35292
|
+
Whether the sub prefix is delegated for address creation.
|
35293
|
+
"""
|
35294
|
+
return pulumi.get(self, "is_address")
|
35295
|
+
|
35296
|
+
@is_address.setter
|
35297
|
+
def is_address(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
35298
|
+
pulumi.set(self, "is_address", value)
|
35299
|
+
|
35300
|
+
@_builtins.property
|
35301
|
+
@pulumi.getter
|
35302
|
+
def mode(self) -> Optional[pulumi.Input[_builtins.str]]:
|
35303
|
+
"""
|
35304
|
+
Specifies the mode of this IPv6 PDP. MODE must be one of: DELEGATION,
|
35305
|
+
EXTERNAL_IPV6_FORWARDING_RULE_CREATION and EXTERNAL_IPV6_SUBNETWORK_CREATION.
|
35306
|
+
Possible values are: `DELEGATION`, `EXTERNAL_IPV6_FORWARDING_RULE_CREATION`, `EXTERNAL_IPV6_SUBNETWORK_CREATION`.
|
35307
|
+
"""
|
35308
|
+
return pulumi.get(self, "mode")
|
35309
|
+
|
35310
|
+
@mode.setter
|
35311
|
+
def mode(self, value: Optional[pulumi.Input[_builtins.str]]):
|
35312
|
+
pulumi.set(self, "mode", value)
|
35313
|
+
|
35314
|
+
@_builtins.property
|
35315
|
+
@pulumi.getter
|
35316
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
35317
|
+
"""
|
35318
|
+
Name of the resource. The name must be 1-63 characters long, and
|
35319
|
+
comply with RFC1035. Specifically, the name must be 1-63 characters
|
35320
|
+
long and match the regular expression `a-z?`
|
35321
|
+
which means the first character must be a lowercase letter, and all
|
35322
|
+
following characters must be a dash, lowercase letter, or digit,
|
35323
|
+
except the last character, which cannot be a dash.
|
35324
|
+
"""
|
35325
|
+
return pulumi.get(self, "name")
|
35326
|
+
|
35327
|
+
@name.setter
|
35328
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
35329
|
+
pulumi.set(self, "name", value)
|
35330
|
+
|
35331
|
+
@_builtins.property
|
35332
|
+
@pulumi.getter
|
35333
|
+
def region(self) -> Optional[pulumi.Input[_builtins.str]]:
|
35334
|
+
"""
|
35335
|
+
A region where the prefix will reside.
|
35336
|
+
"""
|
35337
|
+
return pulumi.get(self, "region")
|
35338
|
+
|
35339
|
+
@region.setter
|
35340
|
+
def region(self, value: Optional[pulumi.Input[_builtins.str]]):
|
35341
|
+
pulumi.set(self, "region", value)
|
35342
|
+
|
35343
|
+
@_builtins.property
|
35344
|
+
@pulumi.getter
|
35345
|
+
def status(self) -> Optional[pulumi.Input[_builtins.str]]:
|
35346
|
+
"""
|
35347
|
+
The status of the sub public delegated prefix.
|
35348
|
+
Possible values are: `INITIALIZING`, `READY_TO_ANNOUNCE`, `ANNOUNCED`, `DELETING`.
|
35349
|
+
"""
|
35350
|
+
return pulumi.get(self, "status")
|
35351
|
+
|
35352
|
+
@status.setter
|
35353
|
+
def status(self, value: Optional[pulumi.Input[_builtins.str]]):
|
35354
|
+
pulumi.set(self, "status", value)
|
35355
|
+
|
35356
|
+
|
35134
35357
|
if not MYPY:
|
35135
35358
|
class RegionAutoscalerAutoscalingPolicyArgsDict(TypedDict):
|
35136
35359
|
max_replicas: pulumi.Input[_builtins.int]
|
@@ -39032,6 +39255,44 @@ class RegionBackendServiceOutlierDetectionIntervalArgs:
|
|
39032
39255
|
pulumi.set(self, "nanos", value)
|
39033
39256
|
|
39034
39257
|
|
39258
|
+
if not MYPY:
|
39259
|
+
class RegionBackendServiceParamsArgsDict(TypedDict):
|
39260
|
+
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
39261
|
+
"""
|
39262
|
+
Resource manager tags to be bound to the region backend service. Tag keys and values have the
|
39263
|
+
same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
39264
|
+
and values are in the format tagValues/456.
|
39265
|
+
"""
|
39266
|
+
elif False:
|
39267
|
+
RegionBackendServiceParamsArgsDict: TypeAlias = Mapping[str, Any]
|
39268
|
+
|
39269
|
+
@pulumi.input_type
|
39270
|
+
class RegionBackendServiceParamsArgs:
|
39271
|
+
def __init__(__self__, *,
|
39272
|
+
resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
|
39273
|
+
"""
|
39274
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] resource_manager_tags: Resource manager tags to be bound to the region backend service. Tag keys and values have the
|
39275
|
+
same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
39276
|
+
and values are in the format tagValues/456.
|
39277
|
+
"""
|
39278
|
+
if resource_manager_tags is not None:
|
39279
|
+
pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
|
39280
|
+
|
39281
|
+
@_builtins.property
|
39282
|
+
@pulumi.getter(name="resourceManagerTags")
|
39283
|
+
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
39284
|
+
"""
|
39285
|
+
Resource manager tags to be bound to the region backend service. Tag keys and values have the
|
39286
|
+
same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
39287
|
+
and values are in the format tagValues/456.
|
39288
|
+
"""
|
39289
|
+
return pulumi.get(self, "resource_manager_tags")
|
39290
|
+
|
39291
|
+
@resource_manager_tags.setter
|
39292
|
+
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
39293
|
+
pulumi.set(self, "resource_manager_tags", value)
|
39294
|
+
|
39295
|
+
|
39035
39296
|
if not MYPY:
|
39036
39297
|
class RegionBackendServiceStrongSessionAffinityCookieArgsDict(TypedDict):
|
39037
39298
|
name: NotRequired[pulumi.Input[_builtins.str]]
|
@@ -42531,10 +42792,7 @@ if not MYPY:
|
|
42531
42792
|
"""
|
42532
42793
|
provisioned_iops: NotRequired[pulumi.Input[_builtins.int]]
|
42533
42794
|
"""
|
42534
|
-
Indicates how many IOPS to provision for the disk. This
|
42535
|
-
sets the number of I/O operations per second that the disk can handle.
|
42536
|
-
Values must be between 10,000 and 120,000. For more details, see the
|
42537
|
-
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
|
42795
|
+
Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle. For more details, see the [Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk) or the [Hyperdisk documentation](https://cloud.google.com/compute/docs/disks/hyperdisks) depending on the selected disk_type.
|
42538
42796
|
"""
|
42539
42797
|
provisioned_throughput: NotRequired[pulumi.Input[_builtins.int]]
|
42540
42798
|
"""
|
@@ -42653,10 +42911,7 @@ class RegionInstanceTemplateDiskArgs:
|
|
42653
42911
|
:param pulumi.Input[_builtins.str] mode: The mode in which to attach this disk, either READ_WRITE
|
42654
42912
|
or READ_ONLY. If you are attaching or creating a boot disk, this must
|
42655
42913
|
read-write mode.
|
42656
|
-
:param pulumi.Input[_builtins.int] provisioned_iops: Indicates how many IOPS to provision for the disk. This
|
42657
|
-
sets the number of I/O operations per second that the disk can handle.
|
42658
|
-
Values must be between 10,000 and 120,000. For more details, see the
|
42659
|
-
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
|
42914
|
+
:param pulumi.Input[_builtins.int] provisioned_iops: Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle. For more details, see the [Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk) or the [Hyperdisk documentation](https://cloud.google.com/compute/docs/disks/hyperdisks) depending on the selected disk_type.
|
42660
42915
|
:param pulumi.Input[_builtins.int] provisioned_throughput: Indicates how much throughput to provision for the disk, in MB/s. This sets the amount of data that can be read or written from the disk per second. Values must greater than or equal to 1. For more details, see the [Hyperdisk documentation](https://cloud.google.com/compute/docs/disks/hyperdisks).
|
42661
42916
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] resource_manager_tags: A set of key/value resource manager tag pairs to bind to this disk. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456.
|
42662
42917
|
:param pulumi.Input[_builtins.str] resource_policies: - A list (short name or id) of resource policies to attach to this disk for automatic snapshot creations. Currently a max of 1 resource policy is supported.
|
@@ -42900,10 +43155,7 @@ class RegionInstanceTemplateDiskArgs:
|
|
42900
43155
|
@pulumi.getter(name="provisionedIops")
|
42901
43156
|
def provisioned_iops(self) -> Optional[pulumi.Input[_builtins.int]]:
|
42902
43157
|
"""
|
42903
|
-
Indicates how many IOPS to provision for the disk. This
|
42904
|
-
sets the number of I/O operations per second that the disk can handle.
|
42905
|
-
Values must be between 10,000 and 120,000. For more details, see the
|
42906
|
-
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
|
43158
|
+
Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle. For more details, see the [Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk) or the [Hyperdisk documentation](https://cloud.google.com/compute/docs/disks/hyperdisks) depending on the selected disk_type.
|
42907
43159
|
"""
|
42908
43160
|
return pulumi.get(self, "provisioned_iops")
|
42909
43161
|
|
@@ -52972,6 +53224,254 @@ class RegionUrlMapDefaultUrlRedirectArgs:
|
|
52972
53224
|
pulumi.set(self, "redirect_response_code", value)
|
52973
53225
|
|
52974
53226
|
|
53227
|
+
if not MYPY:
|
53228
|
+
class RegionUrlMapHeaderActionArgsDict(TypedDict):
|
53229
|
+
request_headers_to_adds: NotRequired[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapHeaderActionRequestHeadersToAddArgsDict']]]]
|
53230
|
+
"""
|
53231
|
+
Headers to add to a matching request before forwarding the request to the backendService.
|
53232
|
+
Structure is documented below.
|
53233
|
+
"""
|
53234
|
+
request_headers_to_removes: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
53235
|
+
"""
|
53236
|
+
A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
|
53237
|
+
"""
|
53238
|
+
response_headers_to_adds: NotRequired[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapHeaderActionResponseHeadersToAddArgsDict']]]]
|
53239
|
+
"""
|
53240
|
+
Headers to add the response before sending the response back to the client.
|
53241
|
+
Structure is documented below.
|
53242
|
+
"""
|
53243
|
+
response_headers_to_removes: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
53244
|
+
"""
|
53245
|
+
A list of header names for headers that need to be removed from the response before sending the response back to the client.
|
53246
|
+
"""
|
53247
|
+
elif False:
|
53248
|
+
RegionUrlMapHeaderActionArgsDict: TypeAlias = Mapping[str, Any]
|
53249
|
+
|
53250
|
+
@pulumi.input_type
|
53251
|
+
class RegionUrlMapHeaderActionArgs:
|
53252
|
+
def __init__(__self__, *,
|
53253
|
+
request_headers_to_adds: Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapHeaderActionRequestHeadersToAddArgs']]]] = None,
|
53254
|
+
request_headers_to_removes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
53255
|
+
response_headers_to_adds: Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapHeaderActionResponseHeadersToAddArgs']]]] = None,
|
53256
|
+
response_headers_to_removes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
53257
|
+
"""
|
53258
|
+
:param pulumi.Input[Sequence[pulumi.Input['RegionUrlMapHeaderActionRequestHeadersToAddArgs']]] request_headers_to_adds: Headers to add to a matching request before forwarding the request to the backendService.
|
53259
|
+
Structure is documented below.
|
53260
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] request_headers_to_removes: A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
|
53261
|
+
:param pulumi.Input[Sequence[pulumi.Input['RegionUrlMapHeaderActionResponseHeadersToAddArgs']]] response_headers_to_adds: Headers to add the response before sending the response back to the client.
|
53262
|
+
Structure is documented below.
|
53263
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] response_headers_to_removes: A list of header names for headers that need to be removed from the response before sending the response back to the client.
|
53264
|
+
"""
|
53265
|
+
if request_headers_to_adds is not None:
|
53266
|
+
pulumi.set(__self__, "request_headers_to_adds", request_headers_to_adds)
|
53267
|
+
if request_headers_to_removes is not None:
|
53268
|
+
pulumi.set(__self__, "request_headers_to_removes", request_headers_to_removes)
|
53269
|
+
if response_headers_to_adds is not None:
|
53270
|
+
pulumi.set(__self__, "response_headers_to_adds", response_headers_to_adds)
|
53271
|
+
if response_headers_to_removes is not None:
|
53272
|
+
pulumi.set(__self__, "response_headers_to_removes", response_headers_to_removes)
|
53273
|
+
|
53274
|
+
@_builtins.property
|
53275
|
+
@pulumi.getter(name="requestHeadersToAdds")
|
53276
|
+
def request_headers_to_adds(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapHeaderActionRequestHeadersToAddArgs']]]]:
|
53277
|
+
"""
|
53278
|
+
Headers to add to a matching request before forwarding the request to the backendService.
|
53279
|
+
Structure is documented below.
|
53280
|
+
"""
|
53281
|
+
return pulumi.get(self, "request_headers_to_adds")
|
53282
|
+
|
53283
|
+
@request_headers_to_adds.setter
|
53284
|
+
def request_headers_to_adds(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapHeaderActionRequestHeadersToAddArgs']]]]):
|
53285
|
+
pulumi.set(self, "request_headers_to_adds", value)
|
53286
|
+
|
53287
|
+
@_builtins.property
|
53288
|
+
@pulumi.getter(name="requestHeadersToRemoves")
|
53289
|
+
def request_headers_to_removes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
53290
|
+
"""
|
53291
|
+
A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
|
53292
|
+
"""
|
53293
|
+
return pulumi.get(self, "request_headers_to_removes")
|
53294
|
+
|
53295
|
+
@request_headers_to_removes.setter
|
53296
|
+
def request_headers_to_removes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
53297
|
+
pulumi.set(self, "request_headers_to_removes", value)
|
53298
|
+
|
53299
|
+
@_builtins.property
|
53300
|
+
@pulumi.getter(name="responseHeadersToAdds")
|
53301
|
+
def response_headers_to_adds(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapHeaderActionResponseHeadersToAddArgs']]]]:
|
53302
|
+
"""
|
53303
|
+
Headers to add the response before sending the response back to the client.
|
53304
|
+
Structure is documented below.
|
53305
|
+
"""
|
53306
|
+
return pulumi.get(self, "response_headers_to_adds")
|
53307
|
+
|
53308
|
+
@response_headers_to_adds.setter
|
53309
|
+
def response_headers_to_adds(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapHeaderActionResponseHeadersToAddArgs']]]]):
|
53310
|
+
pulumi.set(self, "response_headers_to_adds", value)
|
53311
|
+
|
53312
|
+
@_builtins.property
|
53313
|
+
@pulumi.getter(name="responseHeadersToRemoves")
|
53314
|
+
def response_headers_to_removes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
53315
|
+
"""
|
53316
|
+
A list of header names for headers that need to be removed from the response before sending the response back to the client.
|
53317
|
+
"""
|
53318
|
+
return pulumi.get(self, "response_headers_to_removes")
|
53319
|
+
|
53320
|
+
@response_headers_to_removes.setter
|
53321
|
+
def response_headers_to_removes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
53322
|
+
pulumi.set(self, "response_headers_to_removes", value)
|
53323
|
+
|
53324
|
+
|
53325
|
+
if not MYPY:
|
53326
|
+
class RegionUrlMapHeaderActionRequestHeadersToAddArgsDict(TypedDict):
|
53327
|
+
header_name: NotRequired[pulumi.Input[_builtins.str]]
|
53328
|
+
"""
|
53329
|
+
The name of the header.
|
53330
|
+
"""
|
53331
|
+
header_value: NotRequired[pulumi.Input[_builtins.str]]
|
53332
|
+
"""
|
53333
|
+
The value of the header to add.
|
53334
|
+
"""
|
53335
|
+
replace: NotRequired[pulumi.Input[_builtins.bool]]
|
53336
|
+
"""
|
53337
|
+
If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header.
|
53338
|
+
The default value is false.
|
53339
|
+
"""
|
53340
|
+
elif False:
|
53341
|
+
RegionUrlMapHeaderActionRequestHeadersToAddArgsDict: TypeAlias = Mapping[str, Any]
|
53342
|
+
|
53343
|
+
@pulumi.input_type
|
53344
|
+
class RegionUrlMapHeaderActionRequestHeadersToAddArgs:
|
53345
|
+
def __init__(__self__, *,
|
53346
|
+
header_name: Optional[pulumi.Input[_builtins.str]] = None,
|
53347
|
+
header_value: Optional[pulumi.Input[_builtins.str]] = None,
|
53348
|
+
replace: Optional[pulumi.Input[_builtins.bool]] = None):
|
53349
|
+
"""
|
53350
|
+
:param pulumi.Input[_builtins.str] header_name: The name of the header.
|
53351
|
+
:param pulumi.Input[_builtins.str] header_value: The value of the header to add.
|
53352
|
+
:param pulumi.Input[_builtins.bool] replace: If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header.
|
53353
|
+
The default value is false.
|
53354
|
+
"""
|
53355
|
+
if header_name is not None:
|
53356
|
+
pulumi.set(__self__, "header_name", header_name)
|
53357
|
+
if header_value is not None:
|
53358
|
+
pulumi.set(__self__, "header_value", header_value)
|
53359
|
+
if replace is not None:
|
53360
|
+
pulumi.set(__self__, "replace", replace)
|
53361
|
+
|
53362
|
+
@_builtins.property
|
53363
|
+
@pulumi.getter(name="headerName")
|
53364
|
+
def header_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
53365
|
+
"""
|
53366
|
+
The name of the header.
|
53367
|
+
"""
|
53368
|
+
return pulumi.get(self, "header_name")
|
53369
|
+
|
53370
|
+
@header_name.setter
|
53371
|
+
def header_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
53372
|
+
pulumi.set(self, "header_name", value)
|
53373
|
+
|
53374
|
+
@_builtins.property
|
53375
|
+
@pulumi.getter(name="headerValue")
|
53376
|
+
def header_value(self) -> Optional[pulumi.Input[_builtins.str]]:
|
53377
|
+
"""
|
53378
|
+
The value of the header to add.
|
53379
|
+
"""
|
53380
|
+
return pulumi.get(self, "header_value")
|
53381
|
+
|
53382
|
+
@header_value.setter
|
53383
|
+
def header_value(self, value: Optional[pulumi.Input[_builtins.str]]):
|
53384
|
+
pulumi.set(self, "header_value", value)
|
53385
|
+
|
53386
|
+
@_builtins.property
|
53387
|
+
@pulumi.getter
|
53388
|
+
def replace(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
53389
|
+
"""
|
53390
|
+
If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header.
|
53391
|
+
The default value is false.
|
53392
|
+
"""
|
53393
|
+
return pulumi.get(self, "replace")
|
53394
|
+
|
53395
|
+
@replace.setter
|
53396
|
+
def replace(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
53397
|
+
pulumi.set(self, "replace", value)
|
53398
|
+
|
53399
|
+
|
53400
|
+
if not MYPY:
|
53401
|
+
class RegionUrlMapHeaderActionResponseHeadersToAddArgsDict(TypedDict):
|
53402
|
+
header_name: NotRequired[pulumi.Input[_builtins.str]]
|
53403
|
+
"""
|
53404
|
+
The name of the header.
|
53405
|
+
"""
|
53406
|
+
header_value: NotRequired[pulumi.Input[_builtins.str]]
|
53407
|
+
"""
|
53408
|
+
The value of the header to add.
|
53409
|
+
"""
|
53410
|
+
replace: NotRequired[pulumi.Input[_builtins.bool]]
|
53411
|
+
"""
|
53412
|
+
If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header.
|
53413
|
+
The default value is false.
|
53414
|
+
"""
|
53415
|
+
elif False:
|
53416
|
+
RegionUrlMapHeaderActionResponseHeadersToAddArgsDict: TypeAlias = Mapping[str, Any]
|
53417
|
+
|
53418
|
+
@pulumi.input_type
|
53419
|
+
class RegionUrlMapHeaderActionResponseHeadersToAddArgs:
|
53420
|
+
def __init__(__self__, *,
|
53421
|
+
header_name: Optional[pulumi.Input[_builtins.str]] = None,
|
53422
|
+
header_value: Optional[pulumi.Input[_builtins.str]] = None,
|
53423
|
+
replace: Optional[pulumi.Input[_builtins.bool]] = None):
|
53424
|
+
"""
|
53425
|
+
:param pulumi.Input[_builtins.str] header_name: The name of the header.
|
53426
|
+
:param pulumi.Input[_builtins.str] header_value: The value of the header to add.
|
53427
|
+
:param pulumi.Input[_builtins.bool] replace: If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header.
|
53428
|
+
The default value is false.
|
53429
|
+
"""
|
53430
|
+
if header_name is not None:
|
53431
|
+
pulumi.set(__self__, "header_name", header_name)
|
53432
|
+
if header_value is not None:
|
53433
|
+
pulumi.set(__self__, "header_value", header_value)
|
53434
|
+
if replace is not None:
|
53435
|
+
pulumi.set(__self__, "replace", replace)
|
53436
|
+
|
53437
|
+
@_builtins.property
|
53438
|
+
@pulumi.getter(name="headerName")
|
53439
|
+
def header_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
53440
|
+
"""
|
53441
|
+
The name of the header.
|
53442
|
+
"""
|
53443
|
+
return pulumi.get(self, "header_name")
|
53444
|
+
|
53445
|
+
@header_name.setter
|
53446
|
+
def header_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
53447
|
+
pulumi.set(self, "header_name", value)
|
53448
|
+
|
53449
|
+
@_builtins.property
|
53450
|
+
@pulumi.getter(name="headerValue")
|
53451
|
+
def header_value(self) -> Optional[pulumi.Input[_builtins.str]]:
|
53452
|
+
"""
|
53453
|
+
The value of the header to add.
|
53454
|
+
"""
|
53455
|
+
return pulumi.get(self, "header_value")
|
53456
|
+
|
53457
|
+
@header_value.setter
|
53458
|
+
def header_value(self, value: Optional[pulumi.Input[_builtins.str]]):
|
53459
|
+
pulumi.set(self, "header_value", value)
|
53460
|
+
|
53461
|
+
@_builtins.property
|
53462
|
+
@pulumi.getter
|
53463
|
+
def replace(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
53464
|
+
"""
|
53465
|
+
If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header.
|
53466
|
+
The default value is false.
|
53467
|
+
"""
|
53468
|
+
return pulumi.get(self, "replace")
|
53469
|
+
|
53470
|
+
@replace.setter
|
53471
|
+
def replace(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
53472
|
+
pulumi.set(self, "replace", value)
|
53473
|
+
|
53474
|
+
|
52975
53475
|
if not MYPY:
|
52976
53476
|
class RegionUrlMapHostRuleArgsDict(TypedDict):
|
52977
53477
|
hosts: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
@@ -53089,6 +53589,14 @@ if not MYPY:
|
|
53089
53589
|
"""
|
53090
53590
|
An optional description of this resource.
|
53091
53591
|
"""
|
53592
|
+
header_action: NotRequired[pulumi.Input['RegionUrlMapPathMatcherHeaderActionArgsDict']]
|
53593
|
+
"""
|
53594
|
+
Specifies changes to request and response headers that need to take effect for the selected backendService.
|
53595
|
+
headerAction specified here take effect before headerAction in the enclosing HttpRouteRule, PathMatcher and UrlMap.
|
53596
|
+
headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL.
|
53597
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
53598
|
+
Structure is documented below.
|
53599
|
+
"""
|
53092
53600
|
path_rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherPathRuleArgsDict']]]]
|
53093
53601
|
"""
|
53094
53602
|
The list of path rules. Use this list instead of routeRules when routing based
|
@@ -53120,6 +53628,7 @@ class RegionUrlMapPathMatcherArgs:
|
|
53120
53628
|
default_service: Optional[pulumi.Input[_builtins.str]] = None,
|
53121
53629
|
default_url_redirect: Optional[pulumi.Input['RegionUrlMapPathMatcherDefaultUrlRedirectArgs']] = None,
|
53122
53630
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
53631
|
+
header_action: Optional[pulumi.Input['RegionUrlMapPathMatcherHeaderActionArgs']] = None,
|
53123
53632
|
path_rules: Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherPathRuleArgs']]]] = None,
|
53124
53633
|
route_rules: Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherRouteRuleArgs']]]] = None):
|
53125
53634
|
"""
|
@@ -53138,6 +53647,11 @@ class RegionUrlMapPathMatcherArgs:
|
|
53138
53647
|
defaultRouteAction must not be set.
|
53139
53648
|
Structure is documented below.
|
53140
53649
|
:param pulumi.Input[_builtins.str] description: An optional description of this resource.
|
53650
|
+
:param pulumi.Input['RegionUrlMapPathMatcherHeaderActionArgs'] header_action: Specifies changes to request and response headers that need to take effect for the selected backendService.
|
53651
|
+
headerAction specified here take effect before headerAction in the enclosing HttpRouteRule, PathMatcher and UrlMap.
|
53652
|
+
headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL.
|
53653
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
53654
|
+
Structure is documented below.
|
53141
53655
|
:param pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherPathRuleArgs']]] path_rules: The list of path rules. Use this list instead of routeRules when routing based
|
53142
53656
|
on simple path matching is all that's required. The order by which path rules
|
53143
53657
|
are specified does not matter. Matches are always done on the longest-path-first
|
@@ -53162,6 +53676,8 @@ class RegionUrlMapPathMatcherArgs:
|
|
53162
53676
|
pulumi.set(__self__, "default_url_redirect", default_url_redirect)
|
53163
53677
|
if description is not None:
|
53164
53678
|
pulumi.set(__self__, "description", description)
|
53679
|
+
if header_action is not None:
|
53680
|
+
pulumi.set(__self__, "header_action", header_action)
|
53165
53681
|
if path_rules is not None:
|
53166
53682
|
pulumi.set(__self__, "path_rules", path_rules)
|
53167
53683
|
if route_rules is not None:
|
@@ -53237,6 +53753,22 @@ class RegionUrlMapPathMatcherArgs:
|
|
53237
53753
|
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
53238
53754
|
pulumi.set(self, "description", value)
|
53239
53755
|
|
53756
|
+
@_builtins.property
|
53757
|
+
@pulumi.getter(name="headerAction")
|
53758
|
+
def header_action(self) -> Optional[pulumi.Input['RegionUrlMapPathMatcherHeaderActionArgs']]:
|
53759
|
+
"""
|
53760
|
+
Specifies changes to request and response headers that need to take effect for the selected backendService.
|
53761
|
+
headerAction specified here take effect before headerAction in the enclosing HttpRouteRule, PathMatcher and UrlMap.
|
53762
|
+
headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL.
|
53763
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
53764
|
+
Structure is documented below.
|
53765
|
+
"""
|
53766
|
+
return pulumi.get(self, "header_action")
|
53767
|
+
|
53768
|
+
@header_action.setter
|
53769
|
+
def header_action(self, value: Optional[pulumi.Input['RegionUrlMapPathMatcherHeaderActionArgs']]):
|
53770
|
+
pulumi.set(self, "header_action", value)
|
53771
|
+
|
53240
53772
|
@_builtins.property
|
53241
53773
|
@pulumi.getter(name="pathRules")
|
53242
53774
|
def path_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherPathRuleArgs']]]]:
|
@@ -54918,6 +55450,254 @@ class RegionUrlMapPathMatcherDefaultUrlRedirectArgs:
|
|
54918
55450
|
pulumi.set(self, "redirect_response_code", value)
|
54919
55451
|
|
54920
55452
|
|
55453
|
+
if not MYPY:
|
55454
|
+
class RegionUrlMapPathMatcherHeaderActionArgsDict(TypedDict):
|
55455
|
+
request_headers_to_adds: NotRequired[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherHeaderActionRequestHeadersToAddArgsDict']]]]
|
55456
|
+
"""
|
55457
|
+
Headers to add to a matching request before forwarding the request to the backendService.
|
55458
|
+
Structure is documented below.
|
55459
|
+
"""
|
55460
|
+
request_headers_to_removes: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
55461
|
+
"""
|
55462
|
+
A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
|
55463
|
+
"""
|
55464
|
+
response_headers_to_adds: NotRequired[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherHeaderActionResponseHeadersToAddArgsDict']]]]
|
55465
|
+
"""
|
55466
|
+
Headers to add the response before sending the response back to the client.
|
55467
|
+
Structure is documented below.
|
55468
|
+
"""
|
55469
|
+
response_headers_to_removes: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
55470
|
+
"""
|
55471
|
+
A list of header names for headers that need to be removed from the response before sending the response back to the client.
|
55472
|
+
"""
|
55473
|
+
elif False:
|
55474
|
+
RegionUrlMapPathMatcherHeaderActionArgsDict: TypeAlias = Mapping[str, Any]
|
55475
|
+
|
55476
|
+
@pulumi.input_type
|
55477
|
+
class RegionUrlMapPathMatcherHeaderActionArgs:
|
55478
|
+
def __init__(__self__, *,
|
55479
|
+
request_headers_to_adds: Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherHeaderActionRequestHeadersToAddArgs']]]] = None,
|
55480
|
+
request_headers_to_removes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
55481
|
+
response_headers_to_adds: Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherHeaderActionResponseHeadersToAddArgs']]]] = None,
|
55482
|
+
response_headers_to_removes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
55483
|
+
"""
|
55484
|
+
:param pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherHeaderActionRequestHeadersToAddArgs']]] request_headers_to_adds: Headers to add to a matching request before forwarding the request to the backendService.
|
55485
|
+
Structure is documented below.
|
55486
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] request_headers_to_removes: A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
|
55487
|
+
:param pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherHeaderActionResponseHeadersToAddArgs']]] response_headers_to_adds: Headers to add the response before sending the response back to the client.
|
55488
|
+
Structure is documented below.
|
55489
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] response_headers_to_removes: A list of header names for headers that need to be removed from the response before sending the response back to the client.
|
55490
|
+
"""
|
55491
|
+
if request_headers_to_adds is not None:
|
55492
|
+
pulumi.set(__self__, "request_headers_to_adds", request_headers_to_adds)
|
55493
|
+
if request_headers_to_removes is not None:
|
55494
|
+
pulumi.set(__self__, "request_headers_to_removes", request_headers_to_removes)
|
55495
|
+
if response_headers_to_adds is not None:
|
55496
|
+
pulumi.set(__self__, "response_headers_to_adds", response_headers_to_adds)
|
55497
|
+
if response_headers_to_removes is not None:
|
55498
|
+
pulumi.set(__self__, "response_headers_to_removes", response_headers_to_removes)
|
55499
|
+
|
55500
|
+
@_builtins.property
|
55501
|
+
@pulumi.getter(name="requestHeadersToAdds")
|
55502
|
+
def request_headers_to_adds(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherHeaderActionRequestHeadersToAddArgs']]]]:
|
55503
|
+
"""
|
55504
|
+
Headers to add to a matching request before forwarding the request to the backendService.
|
55505
|
+
Structure is documented below.
|
55506
|
+
"""
|
55507
|
+
return pulumi.get(self, "request_headers_to_adds")
|
55508
|
+
|
55509
|
+
@request_headers_to_adds.setter
|
55510
|
+
def request_headers_to_adds(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherHeaderActionRequestHeadersToAddArgs']]]]):
|
55511
|
+
pulumi.set(self, "request_headers_to_adds", value)
|
55512
|
+
|
55513
|
+
@_builtins.property
|
55514
|
+
@pulumi.getter(name="requestHeadersToRemoves")
|
55515
|
+
def request_headers_to_removes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
55516
|
+
"""
|
55517
|
+
A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
|
55518
|
+
"""
|
55519
|
+
return pulumi.get(self, "request_headers_to_removes")
|
55520
|
+
|
55521
|
+
@request_headers_to_removes.setter
|
55522
|
+
def request_headers_to_removes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
55523
|
+
pulumi.set(self, "request_headers_to_removes", value)
|
55524
|
+
|
55525
|
+
@_builtins.property
|
55526
|
+
@pulumi.getter(name="responseHeadersToAdds")
|
55527
|
+
def response_headers_to_adds(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherHeaderActionResponseHeadersToAddArgs']]]]:
|
55528
|
+
"""
|
55529
|
+
Headers to add the response before sending the response back to the client.
|
55530
|
+
Structure is documented below.
|
55531
|
+
"""
|
55532
|
+
return pulumi.get(self, "response_headers_to_adds")
|
55533
|
+
|
55534
|
+
@response_headers_to_adds.setter
|
55535
|
+
def response_headers_to_adds(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherHeaderActionResponseHeadersToAddArgs']]]]):
|
55536
|
+
pulumi.set(self, "response_headers_to_adds", value)
|
55537
|
+
|
55538
|
+
@_builtins.property
|
55539
|
+
@pulumi.getter(name="responseHeadersToRemoves")
|
55540
|
+
def response_headers_to_removes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
55541
|
+
"""
|
55542
|
+
A list of header names for headers that need to be removed from the response before sending the response back to the client.
|
55543
|
+
"""
|
55544
|
+
return pulumi.get(self, "response_headers_to_removes")
|
55545
|
+
|
55546
|
+
@response_headers_to_removes.setter
|
55547
|
+
def response_headers_to_removes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
55548
|
+
pulumi.set(self, "response_headers_to_removes", value)
|
55549
|
+
|
55550
|
+
|
55551
|
+
if not MYPY:
|
55552
|
+
class RegionUrlMapPathMatcherHeaderActionRequestHeadersToAddArgsDict(TypedDict):
|
55553
|
+
header_name: NotRequired[pulumi.Input[_builtins.str]]
|
55554
|
+
"""
|
55555
|
+
The name of the header.
|
55556
|
+
"""
|
55557
|
+
header_value: NotRequired[pulumi.Input[_builtins.str]]
|
55558
|
+
"""
|
55559
|
+
The value of the header to add.
|
55560
|
+
"""
|
55561
|
+
replace: NotRequired[pulumi.Input[_builtins.bool]]
|
55562
|
+
"""
|
55563
|
+
If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header.
|
55564
|
+
The default value is false.
|
55565
|
+
"""
|
55566
|
+
elif False:
|
55567
|
+
RegionUrlMapPathMatcherHeaderActionRequestHeadersToAddArgsDict: TypeAlias = Mapping[str, Any]
|
55568
|
+
|
55569
|
+
@pulumi.input_type
|
55570
|
+
class RegionUrlMapPathMatcherHeaderActionRequestHeadersToAddArgs:
|
55571
|
+
def __init__(__self__, *,
|
55572
|
+
header_name: Optional[pulumi.Input[_builtins.str]] = None,
|
55573
|
+
header_value: Optional[pulumi.Input[_builtins.str]] = None,
|
55574
|
+
replace: Optional[pulumi.Input[_builtins.bool]] = None):
|
55575
|
+
"""
|
55576
|
+
:param pulumi.Input[_builtins.str] header_name: The name of the header.
|
55577
|
+
:param pulumi.Input[_builtins.str] header_value: The value of the header to add.
|
55578
|
+
:param pulumi.Input[_builtins.bool] replace: If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header.
|
55579
|
+
The default value is false.
|
55580
|
+
"""
|
55581
|
+
if header_name is not None:
|
55582
|
+
pulumi.set(__self__, "header_name", header_name)
|
55583
|
+
if header_value is not None:
|
55584
|
+
pulumi.set(__self__, "header_value", header_value)
|
55585
|
+
if replace is not None:
|
55586
|
+
pulumi.set(__self__, "replace", replace)
|
55587
|
+
|
55588
|
+
@_builtins.property
|
55589
|
+
@pulumi.getter(name="headerName")
|
55590
|
+
def header_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
55591
|
+
"""
|
55592
|
+
The name of the header.
|
55593
|
+
"""
|
55594
|
+
return pulumi.get(self, "header_name")
|
55595
|
+
|
55596
|
+
@header_name.setter
|
55597
|
+
def header_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
55598
|
+
pulumi.set(self, "header_name", value)
|
55599
|
+
|
55600
|
+
@_builtins.property
|
55601
|
+
@pulumi.getter(name="headerValue")
|
55602
|
+
def header_value(self) -> Optional[pulumi.Input[_builtins.str]]:
|
55603
|
+
"""
|
55604
|
+
The value of the header to add.
|
55605
|
+
"""
|
55606
|
+
return pulumi.get(self, "header_value")
|
55607
|
+
|
55608
|
+
@header_value.setter
|
55609
|
+
def header_value(self, value: Optional[pulumi.Input[_builtins.str]]):
|
55610
|
+
pulumi.set(self, "header_value", value)
|
55611
|
+
|
55612
|
+
@_builtins.property
|
55613
|
+
@pulumi.getter
|
55614
|
+
def replace(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
55615
|
+
"""
|
55616
|
+
If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header.
|
55617
|
+
The default value is false.
|
55618
|
+
"""
|
55619
|
+
return pulumi.get(self, "replace")
|
55620
|
+
|
55621
|
+
@replace.setter
|
55622
|
+
def replace(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
55623
|
+
pulumi.set(self, "replace", value)
|
55624
|
+
|
55625
|
+
|
55626
|
+
if not MYPY:
|
55627
|
+
class RegionUrlMapPathMatcherHeaderActionResponseHeadersToAddArgsDict(TypedDict):
|
55628
|
+
header_name: NotRequired[pulumi.Input[_builtins.str]]
|
55629
|
+
"""
|
55630
|
+
The name of the header.
|
55631
|
+
"""
|
55632
|
+
header_value: NotRequired[pulumi.Input[_builtins.str]]
|
55633
|
+
"""
|
55634
|
+
The value of the header to add.
|
55635
|
+
"""
|
55636
|
+
replace: NotRequired[pulumi.Input[_builtins.bool]]
|
55637
|
+
"""
|
55638
|
+
If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header.
|
55639
|
+
The default value is false.
|
55640
|
+
"""
|
55641
|
+
elif False:
|
55642
|
+
RegionUrlMapPathMatcherHeaderActionResponseHeadersToAddArgsDict: TypeAlias = Mapping[str, Any]
|
55643
|
+
|
55644
|
+
@pulumi.input_type
|
55645
|
+
class RegionUrlMapPathMatcherHeaderActionResponseHeadersToAddArgs:
|
55646
|
+
def __init__(__self__, *,
|
55647
|
+
header_name: Optional[pulumi.Input[_builtins.str]] = None,
|
55648
|
+
header_value: Optional[pulumi.Input[_builtins.str]] = None,
|
55649
|
+
replace: Optional[pulumi.Input[_builtins.bool]] = None):
|
55650
|
+
"""
|
55651
|
+
:param pulumi.Input[_builtins.str] header_name: The name of the header.
|
55652
|
+
:param pulumi.Input[_builtins.str] header_value: The value of the header to add.
|
55653
|
+
:param pulumi.Input[_builtins.bool] replace: If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header.
|
55654
|
+
The default value is false.
|
55655
|
+
"""
|
55656
|
+
if header_name is not None:
|
55657
|
+
pulumi.set(__self__, "header_name", header_name)
|
55658
|
+
if header_value is not None:
|
55659
|
+
pulumi.set(__self__, "header_value", header_value)
|
55660
|
+
if replace is not None:
|
55661
|
+
pulumi.set(__self__, "replace", replace)
|
55662
|
+
|
55663
|
+
@_builtins.property
|
55664
|
+
@pulumi.getter(name="headerName")
|
55665
|
+
def header_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
55666
|
+
"""
|
55667
|
+
The name of the header.
|
55668
|
+
"""
|
55669
|
+
return pulumi.get(self, "header_name")
|
55670
|
+
|
55671
|
+
@header_name.setter
|
55672
|
+
def header_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
55673
|
+
pulumi.set(self, "header_name", value)
|
55674
|
+
|
55675
|
+
@_builtins.property
|
55676
|
+
@pulumi.getter(name="headerValue")
|
55677
|
+
def header_value(self) -> Optional[pulumi.Input[_builtins.str]]:
|
55678
|
+
"""
|
55679
|
+
The value of the header to add.
|
55680
|
+
"""
|
55681
|
+
return pulumi.get(self, "header_value")
|
55682
|
+
|
55683
|
+
@header_value.setter
|
55684
|
+
def header_value(self, value: Optional[pulumi.Input[_builtins.str]]):
|
55685
|
+
pulumi.set(self, "header_value", value)
|
55686
|
+
|
55687
|
+
@_builtins.property
|
55688
|
+
@pulumi.getter
|
55689
|
+
def replace(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
55690
|
+
"""
|
55691
|
+
If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header.
|
55692
|
+
The default value is false.
|
55693
|
+
"""
|
55694
|
+
return pulumi.get(self, "replace")
|
55695
|
+
|
55696
|
+
@replace.setter
|
55697
|
+
def replace(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
55698
|
+
pulumi.set(self, "replace", value)
|
55699
|
+
|
55700
|
+
|
54921
55701
|
if not MYPY:
|
54922
55702
|
class RegionUrlMapPathMatcherPathRuleArgsDict(TypedDict):
|
54923
55703
|
paths: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|