pulumi-gcp 8.42.0a1756925793__py3-none-any.whl → 9.0.0a1__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 +35 -48
- pulumi_gcp/alloydb/backup.py +8 -4
- pulumi_gcp/alloydb/cluster.py +56 -10
- pulumi_gcp/alloydb/get_cluster.py +12 -1
- pulumi_gcp/alloydb/instance.py +10 -4
- pulumi_gcp/alloydb/user.py +8 -4
- pulumi_gcp/apigee/_inputs.py +151 -108
- pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +52 -40
- pulumi_gcp/apigee/outputs.py +92 -88
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/_inputs.py +0 -12
- pulumi_gcp/artifactregistry/get_npm_package.py +251 -0
- pulumi_gcp/artifactregistry/outputs.py +8 -16
- pulumi_gcp/beyondcorp/__init__.py +0 -5
- pulumi_gcp/beyondcorp/_inputs.py +0 -312
- pulumi_gcp/beyondcorp/outputs.py +0 -200
- pulumi_gcp/bigquery/_inputs.py +114 -4
- pulumi_gcp/bigquery/app_profile.py +52 -19
- pulumi_gcp/bigquery/dataset_access.py +8 -4
- pulumi_gcp/bigquery/outputs.py +75 -5
- pulumi_gcp/bigquery/table.py +21 -7
- pulumi_gcp/bigtable/app_profile.py +50 -15
- pulumi_gcp/bigtable/get_table_iam_policy.py +16 -18
- pulumi_gcp/bigtable/table.py +42 -42
- pulumi_gcp/bigtable/table_iam_binding.py +43 -43
- pulumi_gcp/bigtable/table_iam_member.py +43 -43
- pulumi_gcp/bigtable/table_iam_policy.py +43 -43
- pulumi_gcp/billing/_inputs.py +0 -6
- pulumi_gcp/billing/outputs.py +0 -4
- pulumi_gcp/certificatemanager/__init__.py +1 -0
- pulumi_gcp/certificatemanager/get_dns_authorization.py +229 -0
- pulumi_gcp/certificatemanager/outputs.py +41 -0
- pulumi_gcp/cloudbuild/_inputs.py +289 -45
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +2 -6
- pulumi_gcp/cloudbuild/get_trigger.py +12 -1
- pulumi_gcp/cloudbuild/outputs.py +366 -30
- pulumi_gcp/cloudbuild/trigger.py +156 -0
- pulumi_gcp/cloudbuild/worker_pool.py +23 -34
- pulumi_gcp/cloudfunctions/function.py +8 -4
- pulumi_gcp/cloudfunctionsv2/_inputs.py +23 -21
- pulumi_gcp/cloudfunctionsv2/outputs.py +17 -16
- pulumi_gcp/cloudrunv2/_inputs.py +23 -26
- pulumi_gcp/cloudrunv2/outputs.py +28 -30
- pulumi_gcp/cloudrunv2/service.py +18 -12
- pulumi_gcp/cloudtasks/queue.py +98 -2
- pulumi_gcp/colab/_inputs.py +1 -114
- pulumi_gcp/colab/outputs.py +1 -106
- pulumi_gcp/composer/environment.py +49 -28
- pulumi_gcp/compute/_inputs.py +80 -0
- pulumi_gcp/compute/backend_bucket.py +54 -0
- pulumi_gcp/compute/backend_service.py +54 -0
- pulumi_gcp/compute/get_backend_bucket.py +12 -1
- pulumi_gcp/compute/get_backend_service.py +12 -1
- pulumi_gcp/compute/instance_from_machine_image.py +110 -75
- pulumi_gcp/compute/instance_from_template.py +110 -75
- pulumi_gcp/compute/instance_group_manager.py +14 -7
- pulumi_gcp/compute/instance_template.py +14 -7
- pulumi_gcp/compute/interconnect.py +8 -4
- pulumi_gcp/compute/network_peering_routes_config.py +0 -100
- pulumi_gcp/compute/organization_security_policy.py +83 -51
- pulumi_gcp/compute/outputs.py +128 -0
- pulumi_gcp/compute/packet_mirroring.py +6 -0
- pulumi_gcp/compute/region_instance_group_manager.py +14 -7
- pulumi_gcp/compute/subnetwork.py +0 -98
- pulumi_gcp/config/__init__.pyi +2 -2
- pulumi_gcp/config/vars.py +4 -4
- pulumi_gcp/container/_inputs.py +20 -0
- pulumi_gcp/container/aws_cluster.py +42 -28
- pulumi_gcp/container/aws_node_pool.py +42 -28
- pulumi_gcp/container/azure_cluster.py +70 -35
- pulumi_gcp/container/azure_node_pool.py +42 -28
- pulumi_gcp/container/outputs.py +25 -0
- pulumi_gcp/databasemigrationservice/connection_profile.py +4 -2
- pulumi_gcp/databasemigrationservice/migration_job.py +4 -2
- pulumi_gcp/dataplex/asset.py +21 -28
- pulumi_gcp/dataplex/zone.py +21 -28
- pulumi_gcp/dataproc/cluster.py +14 -21
- pulumi_gcp/dataproc/workflow_template.py +105 -42
- pulumi_gcp/diagflow/_inputs.py +152 -0
- pulumi_gcp/diagflow/cx_agent.py +425 -0
- pulumi_gcp/diagflow/outputs.py +143 -0
- pulumi_gcp/firebase/app_check_play_integrity_config.py +4 -8
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +2 -4
- pulumi_gcp/firebase/app_check_service_config.py +6 -12
- pulumi_gcp/firebase/app_hosting_backend.py +4 -8
- pulumi_gcp/firebase/app_hosting_build.py +4 -8
- pulumi_gcp/firebase/app_hosting_traffic.py +6 -12
- pulumi_gcp/firebase/data_connect_service.py +4 -8
- pulumi_gcp/firebase/database_instance.py +4 -8
- pulumi_gcp/gkehub/_inputs.py +0 -60
- pulumi_gcp/gkehub/get_membership.py +1 -12
- pulumi_gcp/gkehub/membership.py +0 -70
- pulumi_gcp/gkehub/outputs.py +0 -36
- pulumi_gcp/iap/__init__.py +4 -0
- pulumi_gcp/iap/_inputs.py +130 -0
- pulumi_gcp/iap/get_web_region_forwarding_rule_service_iam_policy.py +182 -0
- pulumi_gcp/iap/outputs.py +76 -0
- pulumi_gcp/{beyondcorp/application_iam_binding.py → iap/web_region_forwarding_rule_service_iam_binding.py} +321 -314
- pulumi_gcp/{beyondcorp/application_iam_member.py → iap/web_region_forwarding_rule_service_iam_member.py} +321 -314
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_policy.py +910 -0
- pulumi_gcp/kms/autokey_config.py +0 -2
- pulumi_gcp/kms/key_handle.py +0 -2
- pulumi_gcp/logging/billing_account_bucket_config.py +21 -7
- pulumi_gcp/logging/folder_bucket_config.py +21 -7
- pulumi_gcp/logging/organization_bucket_config.py +21 -7
- pulumi_gcp/memorystore/get_instance.py +1 -12
- pulumi_gcp/memorystore/instance.py +0 -70
- pulumi_gcp/monitoring/dashboard.py +14 -7
- pulumi_gcp/networkservices/lb_traffic_extension.py +24 -23
- pulumi_gcp/notebooks/__init__.py +0 -1
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +3 -3
- pulumi_gcp/organizations/project.py +21 -7
- pulumi_gcp/projects/service.py +2 -4
- pulumi_gcp/provider.py +20 -20
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/cluster.py +0 -70
- pulumi_gcp/redis/get_cluster.py +1 -12
- pulumi_gcp/saasruntime/__init__.py +11 -0
- pulumi_gcp/saasruntime/_inputs.py +55 -0
- pulumi_gcp/saasruntime/outputs.py +39 -0
- pulumi_gcp/saasruntime/saa_s.py +815 -0
- pulumi_gcp/securesourcemanager/_inputs.py +20 -19
- pulumi_gcp/securesourcemanager/outputs.py +15 -14
- pulumi_gcp/serviceaccount/get_account_key.py +1 -21
- pulumi_gcp/sql/database_instance.py +61 -7
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +11 -0
- pulumi_gcp/sql/user.py +61 -0
- pulumi_gcp/storage/_inputs.py +7 -7
- pulumi_gcp/storage/bucket.py +14 -7
- pulumi_gcp/storage/outputs.py +7 -7
- pulumi_gcp/tpu/__init__.py +0 -2
- pulumi_gcp/tpu/_inputs.py +0 -93
- pulumi_gcp/tpu/outputs.py +0 -72
- pulumi_gcp/vertex/_inputs.py +8 -9
- pulumi_gcp/vertex/ai_endpoint.py +2 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -2
- pulumi_gcp/vertex/ai_index.py +24 -23
- pulumi_gcp/vertex/outputs.py +7 -8
- {pulumi_gcp-8.42.0a1756925793.dist-info → pulumi_gcp-9.0.0a1.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.42.0a1756925793.dist-info → pulumi_gcp-9.0.0a1.dist-info}/RECORD +143 -141
- pulumi_gcp/beyondcorp/application.py +0 -746
- pulumi_gcp/beyondcorp/application_iam_policy.py +0 -903
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -182
- pulumi_gcp/notebooks/location.py +0 -285
- pulumi_gcp/tpu/get_tensorflow_versions.py +0 -184
- pulumi_gcp/tpu/node.py +0 -1062
- {pulumi_gcp-8.42.0a1756925793.dist-info → pulumi_gcp-9.0.0a1.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.42.0a1756925793.dist-info → pulumi_gcp-9.0.0a1.dist-info}/top_level.txt +0 -0
@@ -30,10 +30,13 @@ class EnvironmentArgs:
|
|
30
30
|
"""
|
31
31
|
The set of arguments for constructing a Environment resource.
|
32
32
|
:param pulumi.Input['EnvironmentConfigArgs'] config: Configuration parameters for this environment.
|
33
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
34
|
-
|
35
|
-
|
36
|
-
|
33
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
34
|
+
are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and
|
35
|
+
must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must
|
36
|
+
conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys
|
37
|
+
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
38
|
+
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
39
|
+
resource.
|
37
40
|
:param pulumi.Input[_builtins.str] name: Name of the environment.
|
38
41
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
|
39
42
|
:param pulumi.Input[_builtins.str] region: The location or Compute Engine region for the environment.
|
@@ -68,10 +71,13 @@ class EnvironmentArgs:
|
|
68
71
|
@pulumi.getter
|
69
72
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
70
73
|
"""
|
71
|
-
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
72
|
-
|
73
|
-
|
74
|
-
|
74
|
+
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
75
|
+
are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and
|
76
|
+
must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must
|
77
|
+
conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys
|
78
|
+
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
79
|
+
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
80
|
+
resource.
|
75
81
|
"""
|
76
82
|
return pulumi.get(self, "labels")
|
77
83
|
|
@@ -142,10 +148,13 @@ class _EnvironmentState:
|
|
142
148
|
"""
|
143
149
|
Input properties used for looking up and filtering Environment resources.
|
144
150
|
:param pulumi.Input['EnvironmentConfigArgs'] config: Configuration parameters for this environment.
|
145
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
146
|
-
|
147
|
-
|
148
|
-
|
151
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
152
|
+
are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and
|
153
|
+
must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must
|
154
|
+
conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys
|
155
|
+
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
156
|
+
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
157
|
+
resource.
|
149
158
|
:param pulumi.Input[_builtins.str] name: Name of the environment.
|
150
159
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
|
151
160
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
@@ -194,10 +203,13 @@ class _EnvironmentState:
|
|
194
203
|
@pulumi.getter
|
195
204
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
196
205
|
"""
|
197
|
-
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
198
|
-
|
199
|
-
|
200
|
-
|
206
|
+
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
207
|
+
are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and
|
208
|
+
must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must
|
209
|
+
conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys
|
210
|
+
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
211
|
+
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
212
|
+
resource.
|
201
213
|
"""
|
202
214
|
return pulumi.get(self, "labels")
|
203
215
|
|
@@ -307,10 +319,13 @@ class Environment(pulumi.CustomResource):
|
|
307
319
|
:param str resource_name: The name of the resource.
|
308
320
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
309
321
|
:param pulumi.Input[Union['EnvironmentConfigArgs', 'EnvironmentConfigArgsDict']] config: Configuration parameters for this environment.
|
310
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
311
|
-
|
312
|
-
|
313
|
-
|
322
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
323
|
+
are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and
|
324
|
+
must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must
|
325
|
+
conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys
|
326
|
+
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
327
|
+
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
328
|
+
resource.
|
314
329
|
:param pulumi.Input[_builtins.str] name: Name of the environment.
|
315
330
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
|
316
331
|
:param pulumi.Input[_builtins.str] region: The location or Compute Engine region for the environment.
|
@@ -413,10 +428,13 @@ class Environment(pulumi.CustomResource):
|
|
413
428
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
414
429
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
415
430
|
:param pulumi.Input[Union['EnvironmentConfigArgs', 'EnvironmentConfigArgsDict']] config: Configuration parameters for this environment.
|
416
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
417
|
-
|
418
|
-
|
419
|
-
|
431
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
432
|
+
are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and
|
433
|
+
must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must
|
434
|
+
conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys
|
435
|
+
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
436
|
+
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
437
|
+
resource.
|
420
438
|
:param pulumi.Input[_builtins.str] name: Name of the environment.
|
421
439
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
|
422
440
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
@@ -454,10 +472,13 @@ class Environment(pulumi.CustomResource):
|
|
454
472
|
@pulumi.getter
|
455
473
|
def labels(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
|
456
474
|
"""
|
457
|
-
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
458
|
-
|
459
|
-
|
460
|
-
|
475
|
+
User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map
|
476
|
+
are UTF8 strings that comply with the following restrictions: Label keys must be between 1 and 63 characters long and
|
477
|
+
must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must
|
478
|
+
conform to the regular expression (a-z?)?. No more than 64 labels can be associated with a given environment. Both keys
|
479
|
+
and values must be <= 128 bytes in size. **Note**: This field is non-authoritative, and will only manage the labels
|
480
|
+
present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the
|
481
|
+
resource.
|
461
482
|
"""
|
462
483
|
return pulumi.get(self, "labels")
|
463
484
|
|
pulumi_gcp/compute/_inputs.py
CHANGED
@@ -45,6 +45,8 @@ __all__ = [
|
|
45
45
|
'BackendBucketIamBindingConditionArgsDict',
|
46
46
|
'BackendBucketIamMemberConditionArgs',
|
47
47
|
'BackendBucketIamMemberConditionArgsDict',
|
48
|
+
'BackendBucketParamsArgs',
|
49
|
+
'BackendBucketParamsArgsDict',
|
48
50
|
'BackendServiceBackendArgs',
|
49
51
|
'BackendServiceBackendArgsDict',
|
50
52
|
'BackendServiceBackendCustomMetricArgs',
|
@@ -99,6 +101,8 @@ __all__ = [
|
|
99
101
|
'BackendServiceOutlierDetectionBaseEjectionTimeArgsDict',
|
100
102
|
'BackendServiceOutlierDetectionIntervalArgs',
|
101
103
|
'BackendServiceOutlierDetectionIntervalArgsDict',
|
104
|
+
'BackendServiceParamsArgs',
|
105
|
+
'BackendServiceParamsArgsDict',
|
102
106
|
'BackendServiceSecuritySettingsArgs',
|
103
107
|
'BackendServiceSecuritySettingsArgsDict',
|
104
108
|
'BackendServiceSecuritySettingsAwsV4AuthenticationArgs',
|
@@ -3188,6 +3192,44 @@ class BackendBucketIamMemberConditionArgs:
|
|
3188
3192
|
pulumi.set(self, "description", value)
|
3189
3193
|
|
3190
3194
|
|
3195
|
+
if not MYPY:
|
3196
|
+
class BackendBucketParamsArgsDict(TypedDict):
|
3197
|
+
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
3198
|
+
"""
|
3199
|
+
Resource manager tags to be bound to the backend bucket. Tag keys and values have the
|
3200
|
+
same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
3201
|
+
and values are in the format tagValues/456.
|
3202
|
+
"""
|
3203
|
+
elif False:
|
3204
|
+
BackendBucketParamsArgsDict: TypeAlias = Mapping[str, Any]
|
3205
|
+
|
3206
|
+
@pulumi.input_type
|
3207
|
+
class BackendBucketParamsArgs:
|
3208
|
+
def __init__(__self__, *,
|
3209
|
+
resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
|
3210
|
+
"""
|
3211
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] resource_manager_tags: Resource manager tags to be bound to the backend bucket. Tag keys and values have the
|
3212
|
+
same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
3213
|
+
and values are in the format tagValues/456.
|
3214
|
+
"""
|
3215
|
+
if resource_manager_tags is not None:
|
3216
|
+
pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
|
3217
|
+
|
3218
|
+
@_builtins.property
|
3219
|
+
@pulumi.getter(name="resourceManagerTags")
|
3220
|
+
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
3221
|
+
"""
|
3222
|
+
Resource manager tags to be bound to the backend bucket. Tag keys and values have the
|
3223
|
+
same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
3224
|
+
and values are in the format tagValues/456.
|
3225
|
+
"""
|
3226
|
+
return pulumi.get(self, "resource_manager_tags")
|
3227
|
+
|
3228
|
+
@resource_manager_tags.setter
|
3229
|
+
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
3230
|
+
pulumi.set(self, "resource_manager_tags", value)
|
3231
|
+
|
3232
|
+
|
3191
3233
|
if not MYPY:
|
3192
3234
|
class BackendServiceBackendArgsDict(TypedDict):
|
3193
3235
|
group: pulumi.Input[_builtins.str]
|
@@ -6078,6 +6120,44 @@ class BackendServiceOutlierDetectionIntervalArgs:
|
|
6078
6120
|
pulumi.set(self, "nanos", value)
|
6079
6121
|
|
6080
6122
|
|
6123
|
+
if not MYPY:
|
6124
|
+
class BackendServiceParamsArgsDict(TypedDict):
|
6125
|
+
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
6126
|
+
"""
|
6127
|
+
Resource manager tags to be bound to the backend service. Tag keys and values have the
|
6128
|
+
same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
6129
|
+
and values are in the format tagValues/456.
|
6130
|
+
"""
|
6131
|
+
elif False:
|
6132
|
+
BackendServiceParamsArgsDict: TypeAlias = Mapping[str, Any]
|
6133
|
+
|
6134
|
+
@pulumi.input_type
|
6135
|
+
class BackendServiceParamsArgs:
|
6136
|
+
def __init__(__self__, *,
|
6137
|
+
resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
|
6138
|
+
"""
|
6139
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] resource_manager_tags: Resource manager tags to be bound to the backend service. Tag keys and values have the
|
6140
|
+
same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
6141
|
+
and values are in the format tagValues/456.
|
6142
|
+
"""
|
6143
|
+
if resource_manager_tags is not None:
|
6144
|
+
pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
|
6145
|
+
|
6146
|
+
@_builtins.property
|
6147
|
+
@pulumi.getter(name="resourceManagerTags")
|
6148
|
+
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
6149
|
+
"""
|
6150
|
+
Resource manager tags to be bound to the backend service. Tag keys and values have the
|
6151
|
+
same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
6152
|
+
and values are in the format tagValues/456.
|
6153
|
+
"""
|
6154
|
+
return pulumi.get(self, "resource_manager_tags")
|
6155
|
+
|
6156
|
+
@resource_manager_tags.setter
|
6157
|
+
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
6158
|
+
pulumi.set(self, "resource_manager_tags", value)
|
6159
|
+
|
6160
|
+
|
6081
6161
|
if not MYPY:
|
6082
6162
|
class BackendServiceSecuritySettingsArgsDict(TypedDict):
|
6083
6163
|
aws_v4_authentication: NotRequired[pulumi.Input['BackendServiceSecuritySettingsAwsV4AuthenticationArgsDict']]
|
@@ -30,6 +30,7 @@ class BackendBucketArgs:
|
|
30
30
|
enable_cdn: Optional[pulumi.Input[_builtins.bool]] = None,
|
31
31
|
load_balancing_scheme: Optional[pulumi.Input[_builtins.str]] = None,
|
32
32
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
33
|
+
params: Optional[pulumi.Input['BackendBucketParamsArgs']] = None,
|
33
34
|
project: Optional[pulumi.Input[_builtins.str]] = None):
|
34
35
|
"""
|
35
36
|
The set of arguments for constructing a BackendBucket resource.
|
@@ -53,6 +54,8 @@ class BackendBucketArgs:
|
|
53
54
|
the first character must be a lowercase letter, and all following
|
54
55
|
characters must be a dash, lowercase letter, or digit, except the
|
55
56
|
last character, which cannot be a dash.
|
57
|
+
:param pulumi.Input['BackendBucketParamsArgs'] params: Additional params passed with the request, but not persisted as part of resource payload
|
58
|
+
Structure is documented below.
|
56
59
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
57
60
|
If it is not provided, the provider project is used.
|
58
61
|
"""
|
@@ -73,6 +76,8 @@ class BackendBucketArgs:
|
|
73
76
|
pulumi.set(__self__, "load_balancing_scheme", load_balancing_scheme)
|
74
77
|
if name is not None:
|
75
78
|
pulumi.set(__self__, "name", name)
|
79
|
+
if params is not None:
|
80
|
+
pulumi.set(__self__, "params", params)
|
76
81
|
if project is not None:
|
77
82
|
pulumi.set(__self__, "project", project)
|
78
83
|
|
@@ -195,6 +200,19 @@ class BackendBucketArgs:
|
|
195
200
|
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
196
201
|
pulumi.set(self, "name", value)
|
197
202
|
|
203
|
+
@_builtins.property
|
204
|
+
@pulumi.getter
|
205
|
+
def params(self) -> Optional[pulumi.Input['BackendBucketParamsArgs']]:
|
206
|
+
"""
|
207
|
+
Additional params passed with the request, but not persisted as part of resource payload
|
208
|
+
Structure is documented below.
|
209
|
+
"""
|
210
|
+
return pulumi.get(self, "params")
|
211
|
+
|
212
|
+
@params.setter
|
213
|
+
def params(self, value: Optional[pulumi.Input['BackendBucketParamsArgs']]):
|
214
|
+
pulumi.set(self, "params", value)
|
215
|
+
|
198
216
|
@_builtins.property
|
199
217
|
@pulumi.getter
|
200
218
|
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -222,6 +240,7 @@ class _BackendBucketState:
|
|
222
240
|
enable_cdn: Optional[pulumi.Input[_builtins.bool]] = None,
|
223
241
|
load_balancing_scheme: Optional[pulumi.Input[_builtins.str]] = None,
|
224
242
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
243
|
+
params: Optional[pulumi.Input['BackendBucketParamsArgs']] = None,
|
225
244
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
226
245
|
self_link: Optional[pulumi.Input[_builtins.str]] = None):
|
227
246
|
"""
|
@@ -247,6 +266,8 @@ class _BackendBucketState:
|
|
247
266
|
the first character must be a lowercase letter, and all following
|
248
267
|
characters must be a dash, lowercase letter, or digit, except the
|
249
268
|
last character, which cannot be a dash.
|
269
|
+
:param pulumi.Input['BackendBucketParamsArgs'] params: Additional params passed with the request, but not persisted as part of resource payload
|
270
|
+
Structure is documented below.
|
250
271
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
251
272
|
If it is not provided, the provider project is used.
|
252
273
|
:param pulumi.Input[_builtins.str] self_link: The URI of the created resource.
|
@@ -271,6 +292,8 @@ class _BackendBucketState:
|
|
271
292
|
pulumi.set(__self__, "load_balancing_scheme", load_balancing_scheme)
|
272
293
|
if name is not None:
|
273
294
|
pulumi.set(__self__, "name", name)
|
295
|
+
if params is not None:
|
296
|
+
pulumi.set(__self__, "params", params)
|
274
297
|
if project is not None:
|
275
298
|
pulumi.set(__self__, "project", project)
|
276
299
|
if self_link is not None:
|
@@ -407,6 +430,19 @@ class _BackendBucketState:
|
|
407
430
|
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
408
431
|
pulumi.set(self, "name", value)
|
409
432
|
|
433
|
+
@_builtins.property
|
434
|
+
@pulumi.getter
|
435
|
+
def params(self) -> Optional[pulumi.Input['BackendBucketParamsArgs']]:
|
436
|
+
"""
|
437
|
+
Additional params passed with the request, but not persisted as part of resource payload
|
438
|
+
Structure is documented below.
|
439
|
+
"""
|
440
|
+
return pulumi.get(self, "params")
|
441
|
+
|
442
|
+
@params.setter
|
443
|
+
def params(self, value: Optional[pulumi.Input['BackendBucketParamsArgs']]):
|
444
|
+
pulumi.set(self, "params", value)
|
445
|
+
|
410
446
|
@_builtins.property
|
411
447
|
@pulumi.getter
|
412
448
|
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -448,6 +484,7 @@ class BackendBucket(pulumi.CustomResource):
|
|
448
484
|
enable_cdn: Optional[pulumi.Input[_builtins.bool]] = None,
|
449
485
|
load_balancing_scheme: Optional[pulumi.Input[_builtins.str]] = None,
|
450
486
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
487
|
+
params: Optional[pulumi.Input[Union['BackendBucketParamsArgs', 'BackendBucketParamsArgsDict']]] = None,
|
451
488
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
452
489
|
__props__=None):
|
453
490
|
"""
|
@@ -589,6 +626,8 @@ class BackendBucket(pulumi.CustomResource):
|
|
589
626
|
the first character must be a lowercase letter, and all following
|
590
627
|
characters must be a dash, lowercase letter, or digit, except the
|
591
628
|
last character, which cannot be a dash.
|
629
|
+
:param pulumi.Input[Union['BackendBucketParamsArgs', 'BackendBucketParamsArgsDict']] params: Additional params passed with the request, but not persisted as part of resource payload
|
630
|
+
Structure is documented below.
|
592
631
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
593
632
|
If it is not provided, the provider project is used.
|
594
633
|
"""
|
@@ -739,6 +778,7 @@ class BackendBucket(pulumi.CustomResource):
|
|
739
778
|
enable_cdn: Optional[pulumi.Input[_builtins.bool]] = None,
|
740
779
|
load_balancing_scheme: Optional[pulumi.Input[_builtins.str]] = None,
|
741
780
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
781
|
+
params: Optional[pulumi.Input[Union['BackendBucketParamsArgs', 'BackendBucketParamsArgsDict']]] = None,
|
742
782
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
743
783
|
__props__=None):
|
744
784
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
@@ -760,6 +800,7 @@ class BackendBucket(pulumi.CustomResource):
|
|
760
800
|
__props__.__dict__["enable_cdn"] = enable_cdn
|
761
801
|
__props__.__dict__["load_balancing_scheme"] = load_balancing_scheme
|
762
802
|
__props__.__dict__["name"] = name
|
803
|
+
__props__.__dict__["params"] = params
|
763
804
|
__props__.__dict__["project"] = project
|
764
805
|
__props__.__dict__["creation_timestamp"] = None
|
765
806
|
__props__.__dict__["self_link"] = None
|
@@ -783,6 +824,7 @@ class BackendBucket(pulumi.CustomResource):
|
|
783
824
|
enable_cdn: Optional[pulumi.Input[_builtins.bool]] = None,
|
784
825
|
load_balancing_scheme: Optional[pulumi.Input[_builtins.str]] = None,
|
785
826
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
827
|
+
params: Optional[pulumi.Input[Union['BackendBucketParamsArgs', 'BackendBucketParamsArgsDict']]] = None,
|
786
828
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
787
829
|
self_link: Optional[pulumi.Input[_builtins.str]] = None) -> 'BackendBucket':
|
788
830
|
"""
|
@@ -813,6 +855,8 @@ class BackendBucket(pulumi.CustomResource):
|
|
813
855
|
the first character must be a lowercase letter, and all following
|
814
856
|
characters must be a dash, lowercase letter, or digit, except the
|
815
857
|
last character, which cannot be a dash.
|
858
|
+
:param pulumi.Input[Union['BackendBucketParamsArgs', 'BackendBucketParamsArgsDict']] params: Additional params passed with the request, but not persisted as part of resource payload
|
859
|
+
Structure is documented below.
|
816
860
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
817
861
|
If it is not provided, the provider project is used.
|
818
862
|
:param pulumi.Input[_builtins.str] self_link: The URI of the created resource.
|
@@ -831,6 +875,7 @@ class BackendBucket(pulumi.CustomResource):
|
|
831
875
|
__props__.__dict__["enable_cdn"] = enable_cdn
|
832
876
|
__props__.__dict__["load_balancing_scheme"] = load_balancing_scheme
|
833
877
|
__props__.__dict__["name"] = name
|
878
|
+
__props__.__dict__["params"] = params
|
834
879
|
__props__.__dict__["project"] = project
|
835
880
|
__props__.__dict__["self_link"] = self_link
|
836
881
|
return BackendBucket(resource_name, opts=opts, __props__=__props__)
|
@@ -926,6 +971,15 @@ class BackendBucket(pulumi.CustomResource):
|
|
926
971
|
"""
|
927
972
|
return pulumi.get(self, "name")
|
928
973
|
|
974
|
+
@_builtins.property
|
975
|
+
@pulumi.getter
|
976
|
+
def params(self) -> pulumi.Output[Optional['outputs.BackendBucketParams']]:
|
977
|
+
"""
|
978
|
+
Additional params passed with the request, but not persisted as part of resource payload
|
979
|
+
Structure is documented below.
|
980
|
+
"""
|
981
|
+
return pulumi.get(self, "params")
|
982
|
+
|
929
983
|
@_builtins.property
|
930
984
|
@pulumi.getter
|
931
985
|
def project(self) -> pulumi.Output[_builtins.str]:
|
@@ -48,6 +48,7 @@ class BackendServiceArgs:
|
|
48
48
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
49
49
|
network_pass_through_lb_traffic_policy: Optional[pulumi.Input['BackendServiceNetworkPassThroughLbTrafficPolicyArgs']] = None,
|
50
50
|
outlier_detection: Optional[pulumi.Input['BackendServiceOutlierDetectionArgs']] = None,
|
51
|
+
params: Optional[pulumi.Input['BackendServiceParamsArgs']] = None,
|
51
52
|
port_name: Optional[pulumi.Input[_builtins.str]] = None,
|
52
53
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
53
54
|
protocol: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -214,6 +215,8 @@ class BackendServiceArgs:
|
|
214
215
|
Applicable backend service types can be a global backend service with the
|
215
216
|
loadBalancingScheme set to INTERNAL_SELF_MANAGED or EXTERNAL_MANAGED.
|
216
217
|
Structure is documented below.
|
218
|
+
:param pulumi.Input['BackendServiceParamsArgs'] params: Additional params passed with the request, but not persisted as part of resource payload
|
219
|
+
Structure is documented below.
|
217
220
|
:param pulumi.Input[_builtins.str] port_name: Name of backend port. The same name should appear in the instance
|
218
221
|
groups referenced by this service. Required when the load balancing
|
219
222
|
scheme is EXTERNAL.
|
@@ -299,6 +302,8 @@ class BackendServiceArgs:
|
|
299
302
|
pulumi.set(__self__, "network_pass_through_lb_traffic_policy", network_pass_through_lb_traffic_policy)
|
300
303
|
if outlier_detection is not None:
|
301
304
|
pulumi.set(__self__, "outlier_detection", outlier_detection)
|
305
|
+
if params is not None:
|
306
|
+
pulumi.set(__self__, "params", params)
|
302
307
|
if port_name is not None:
|
303
308
|
pulumi.set(__self__, "port_name", port_name)
|
304
309
|
if project is not None:
|
@@ -771,6 +776,19 @@ class BackendServiceArgs:
|
|
771
776
|
def outlier_detection(self, value: Optional[pulumi.Input['BackendServiceOutlierDetectionArgs']]):
|
772
777
|
pulumi.set(self, "outlier_detection", value)
|
773
778
|
|
779
|
+
@_builtins.property
|
780
|
+
@pulumi.getter
|
781
|
+
def params(self) -> Optional[pulumi.Input['BackendServiceParamsArgs']]:
|
782
|
+
"""
|
783
|
+
Additional params passed with the request, but not persisted as part of resource payload
|
784
|
+
Structure is documented below.
|
785
|
+
"""
|
786
|
+
return pulumi.get(self, "params")
|
787
|
+
|
788
|
+
@params.setter
|
789
|
+
def params(self, value: Optional[pulumi.Input['BackendServiceParamsArgs']]):
|
790
|
+
pulumi.set(self, "params", value)
|
791
|
+
|
774
792
|
@_builtins.property
|
775
793
|
@pulumi.getter(name="portName")
|
776
794
|
def port_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -945,6 +963,7 @@ class _BackendServiceState:
|
|
945
963
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
946
964
|
network_pass_through_lb_traffic_policy: Optional[pulumi.Input['BackendServiceNetworkPassThroughLbTrafficPolicyArgs']] = None,
|
947
965
|
outlier_detection: Optional[pulumi.Input['BackendServiceOutlierDetectionArgs']] = None,
|
966
|
+
params: Optional[pulumi.Input['BackendServiceParamsArgs']] = None,
|
948
967
|
port_name: Optional[pulumi.Input[_builtins.str]] = None,
|
949
968
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
950
969
|
protocol: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -1116,6 +1135,8 @@ class _BackendServiceState:
|
|
1116
1135
|
Applicable backend service types can be a global backend service with the
|
1117
1136
|
loadBalancingScheme set to INTERNAL_SELF_MANAGED or EXTERNAL_MANAGED.
|
1118
1137
|
Structure is documented below.
|
1138
|
+
:param pulumi.Input['BackendServiceParamsArgs'] params: Additional params passed with the request, but not persisted as part of resource payload
|
1139
|
+
Structure is documented below.
|
1119
1140
|
:param pulumi.Input[_builtins.str] port_name: Name of backend port. The same name should appear in the instance
|
1120
1141
|
groups referenced by this service. Required when the load balancing
|
1121
1142
|
scheme is EXTERNAL.
|
@@ -1208,6 +1229,8 @@ class _BackendServiceState:
|
|
1208
1229
|
pulumi.set(__self__, "network_pass_through_lb_traffic_policy", network_pass_through_lb_traffic_policy)
|
1209
1230
|
if outlier_detection is not None:
|
1210
1231
|
pulumi.set(__self__, "outlier_detection", outlier_detection)
|
1232
|
+
if params is not None:
|
1233
|
+
pulumi.set(__self__, "params", params)
|
1211
1234
|
if port_name is not None:
|
1212
1235
|
pulumi.set(__self__, "port_name", port_name)
|
1213
1236
|
if project is not None:
|
@@ -1719,6 +1742,19 @@ class _BackendServiceState:
|
|
1719
1742
|
def outlier_detection(self, value: Optional[pulumi.Input['BackendServiceOutlierDetectionArgs']]):
|
1720
1743
|
pulumi.set(self, "outlier_detection", value)
|
1721
1744
|
|
1745
|
+
@_builtins.property
|
1746
|
+
@pulumi.getter
|
1747
|
+
def params(self) -> Optional[pulumi.Input['BackendServiceParamsArgs']]:
|
1748
|
+
"""
|
1749
|
+
Additional params passed with the request, but not persisted as part of resource payload
|
1750
|
+
Structure is documented below.
|
1751
|
+
"""
|
1752
|
+
return pulumi.get(self, "params")
|
1753
|
+
|
1754
|
+
@params.setter
|
1755
|
+
def params(self, value: Optional[pulumi.Input['BackendServiceParamsArgs']]):
|
1756
|
+
pulumi.set(self, "params", value)
|
1757
|
+
|
1722
1758
|
@_builtins.property
|
1723
1759
|
@pulumi.getter(name="portName")
|
1724
1760
|
def port_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -1905,6 +1941,7 @@ class BackendService(pulumi.CustomResource):
|
|
1905
1941
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
1906
1942
|
network_pass_through_lb_traffic_policy: Optional[pulumi.Input[Union['BackendServiceNetworkPassThroughLbTrafficPolicyArgs', 'BackendServiceNetworkPassThroughLbTrafficPolicyArgsDict']]] = None,
|
1907
1943
|
outlier_detection: Optional[pulumi.Input[Union['BackendServiceOutlierDetectionArgs', 'BackendServiceOutlierDetectionArgsDict']]] = None,
|
1944
|
+
params: Optional[pulumi.Input[Union['BackendServiceParamsArgs', 'BackendServiceParamsArgsDict']]] = None,
|
1908
1945
|
port_name: Optional[pulumi.Input[_builtins.str]] = None,
|
1909
1946
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
1910
1947
|
protocol: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -2506,6 +2543,8 @@ class BackendService(pulumi.CustomResource):
|
|
2506
2543
|
Applicable backend service types can be a global backend service with the
|
2507
2544
|
loadBalancingScheme set to INTERNAL_SELF_MANAGED or EXTERNAL_MANAGED.
|
2508
2545
|
Structure is documented below.
|
2546
|
+
:param pulumi.Input[Union['BackendServiceParamsArgs', 'BackendServiceParamsArgsDict']] params: Additional params passed with the request, but not persisted as part of resource payload
|
2547
|
+
Structure is documented below.
|
2509
2548
|
:param pulumi.Input[_builtins.str] port_name: Name of backend port. The same name should appear in the instance
|
2510
2549
|
groups referenced by this service. Required when the load balancing
|
2511
2550
|
scheme is EXTERNAL.
|
@@ -3019,6 +3058,7 @@ class BackendService(pulumi.CustomResource):
|
|
3019
3058
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
3020
3059
|
network_pass_through_lb_traffic_policy: Optional[pulumi.Input[Union['BackendServiceNetworkPassThroughLbTrafficPolicyArgs', 'BackendServiceNetworkPassThroughLbTrafficPolicyArgsDict']]] = None,
|
3021
3060
|
outlier_detection: Optional[pulumi.Input[Union['BackendServiceOutlierDetectionArgs', 'BackendServiceOutlierDetectionArgsDict']]] = None,
|
3061
|
+
params: Optional[pulumi.Input[Union['BackendServiceParamsArgs', 'BackendServiceParamsArgsDict']]] = None,
|
3022
3062
|
port_name: Optional[pulumi.Input[_builtins.str]] = None,
|
3023
3063
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
3024
3064
|
protocol: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -3065,6 +3105,7 @@ class BackendService(pulumi.CustomResource):
|
|
3065
3105
|
__props__.__dict__["name"] = name
|
3066
3106
|
__props__.__dict__["network_pass_through_lb_traffic_policy"] = network_pass_through_lb_traffic_policy
|
3067
3107
|
__props__.__dict__["outlier_detection"] = outlier_detection
|
3108
|
+
__props__.__dict__["params"] = params
|
3068
3109
|
__props__.__dict__["port_name"] = port_name
|
3069
3110
|
__props__.__dict__["project"] = project
|
3070
3111
|
__props__.__dict__["protocol"] = protocol
|
@@ -3119,6 +3160,7 @@ class BackendService(pulumi.CustomResource):
|
|
3119
3160
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
3120
3161
|
network_pass_through_lb_traffic_policy: Optional[pulumi.Input[Union['BackendServiceNetworkPassThroughLbTrafficPolicyArgs', 'BackendServiceNetworkPassThroughLbTrafficPolicyArgsDict']]] = None,
|
3121
3162
|
outlier_detection: Optional[pulumi.Input[Union['BackendServiceOutlierDetectionArgs', 'BackendServiceOutlierDetectionArgsDict']]] = None,
|
3163
|
+
params: Optional[pulumi.Input[Union['BackendServiceParamsArgs', 'BackendServiceParamsArgsDict']]] = None,
|
3122
3164
|
port_name: Optional[pulumi.Input[_builtins.str]] = None,
|
3123
3165
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
3124
3166
|
protocol: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -3295,6 +3337,8 @@ class BackendService(pulumi.CustomResource):
|
|
3295
3337
|
Applicable backend service types can be a global backend service with the
|
3296
3338
|
loadBalancingScheme set to INTERNAL_SELF_MANAGED or EXTERNAL_MANAGED.
|
3297
3339
|
Structure is documented below.
|
3340
|
+
:param pulumi.Input[Union['BackendServiceParamsArgs', 'BackendServiceParamsArgsDict']] params: Additional params passed with the request, but not persisted as part of resource payload
|
3341
|
+
Structure is documented below.
|
3298
3342
|
:param pulumi.Input[_builtins.str] port_name: Name of backend port. The same name should appear in the instance
|
3299
3343
|
groups referenced by this service. Required when the load balancing
|
3300
3344
|
scheme is EXTERNAL.
|
@@ -3361,6 +3405,7 @@ class BackendService(pulumi.CustomResource):
|
|
3361
3405
|
__props__.__dict__["name"] = name
|
3362
3406
|
__props__.__dict__["network_pass_through_lb_traffic_policy"] = network_pass_through_lb_traffic_policy
|
3363
3407
|
__props__.__dict__["outlier_detection"] = outlier_detection
|
3408
|
+
__props__.__dict__["params"] = params
|
3364
3409
|
__props__.__dict__["port_name"] = port_name
|
3365
3410
|
__props__.__dict__["project"] = project
|
3366
3411
|
__props__.__dict__["protocol"] = protocol
|
@@ -3742,6 +3787,15 @@ class BackendService(pulumi.CustomResource):
|
|
3742
3787
|
"""
|
3743
3788
|
return pulumi.get(self, "outlier_detection")
|
3744
3789
|
|
3790
|
+
@_builtins.property
|
3791
|
+
@pulumi.getter
|
3792
|
+
def params(self) -> pulumi.Output[Optional['outputs.BackendServiceParams']]:
|
3793
|
+
"""
|
3794
|
+
Additional params passed with the request, but not persisted as part of resource payload
|
3795
|
+
Structure is documented below.
|
3796
|
+
"""
|
3797
|
+
return pulumi.get(self, "params")
|
3798
|
+
|
3745
3799
|
@_builtins.property
|
3746
3800
|
@pulumi.getter(name="portName")
|
3747
3801
|
def port_name(self) -> pulumi.Output[_builtins.str]:
|
@@ -27,7 +27,7 @@ class GetBackendBucketResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getBackendBucket.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, bucket_name=None, cdn_policies=None, compression_mode=None, creation_timestamp=None, custom_response_headers=None, description=None, edge_security_policy=None, enable_cdn=None, id=None, load_balancing_scheme=None, name=None, project=None, self_link=None):
|
30
|
+
def __init__(__self__, bucket_name=None, cdn_policies=None, compression_mode=None, creation_timestamp=None, custom_response_headers=None, description=None, edge_security_policy=None, enable_cdn=None, id=None, load_balancing_scheme=None, name=None, params=None, project=None, self_link=None):
|
31
31
|
if bucket_name and not isinstance(bucket_name, str):
|
32
32
|
raise TypeError("Expected argument 'bucket_name' to be a str")
|
33
33
|
pulumi.set(__self__, "bucket_name", bucket_name)
|
@@ -61,6 +61,9 @@ class GetBackendBucketResult:
|
|
61
61
|
if name and not isinstance(name, str):
|
62
62
|
raise TypeError("Expected argument 'name' to be a str")
|
63
63
|
pulumi.set(__self__, "name", name)
|
64
|
+
if params and not isinstance(params, list):
|
65
|
+
raise TypeError("Expected argument 'params' to be a list")
|
66
|
+
pulumi.set(__self__, "params", params)
|
64
67
|
if project and not isinstance(project, str):
|
65
68
|
raise TypeError("Expected argument 'project' to be a str")
|
66
69
|
pulumi.set(__self__, "project", project)
|
@@ -126,6 +129,11 @@ class GetBackendBucketResult:
|
|
126
129
|
def name(self) -> _builtins.str:
|
127
130
|
return pulumi.get(self, "name")
|
128
131
|
|
132
|
+
@_builtins.property
|
133
|
+
@pulumi.getter
|
134
|
+
def params(self) -> Sequence['outputs.GetBackendBucketParamResult']:
|
135
|
+
return pulumi.get(self, "params")
|
136
|
+
|
129
137
|
@_builtins.property
|
130
138
|
@pulumi.getter
|
131
139
|
def project(self) -> Optional[_builtins.str]:
|
@@ -154,6 +162,7 @@ class AwaitableGetBackendBucketResult(GetBackendBucketResult):
|
|
154
162
|
id=self.id,
|
155
163
|
load_balancing_scheme=self.load_balancing_scheme,
|
156
164
|
name=self.name,
|
165
|
+
params=self.params,
|
157
166
|
project=self.project,
|
158
167
|
self_link=self.self_link)
|
159
168
|
|
@@ -198,6 +207,7 @@ def get_backend_bucket(name: Optional[_builtins.str] = None,
|
|
198
207
|
id=pulumi.get(__ret__, 'id'),
|
199
208
|
load_balancing_scheme=pulumi.get(__ret__, 'load_balancing_scheme'),
|
200
209
|
name=pulumi.get(__ret__, 'name'),
|
210
|
+
params=pulumi.get(__ret__, 'params'),
|
201
211
|
project=pulumi.get(__ret__, 'project'),
|
202
212
|
self_link=pulumi.get(__ret__, 'self_link'))
|
203
213
|
def get_backend_bucket_output(name: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -239,5 +249,6 @@ def get_backend_bucket_output(name: Optional[pulumi.Input[_builtins.str]] = None
|
|
239
249
|
id=pulumi.get(__response__, 'id'),
|
240
250
|
load_balancing_scheme=pulumi.get(__response__, 'load_balancing_scheme'),
|
241
251
|
name=pulumi.get(__response__, 'name'),
|
252
|
+
params=pulumi.get(__response__, 'params'),
|
242
253
|
project=pulumi.get(__response__, 'project'),
|
243
254
|
self_link=pulumi.get(__response__, 'self_link')))
|