pulumi-gcp 7.37.0a1723638212__py3-none-any.whl → 7.38.0a1723822337__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/appengine/application_url_dispatch_rules.py +10 -2
- pulumi_gcp/appengine/engine_split_traffic.py +32 -8
- pulumi_gcp/appengine/flexible_app_version.py +10 -2
- pulumi_gcp/appengine/service_network_settings.py +10 -2
- pulumi_gcp/appengine/standard_app_version.py +20 -4
- pulumi_gcp/assuredworkloads/workload.py +14 -14
- pulumi_gcp/biglake/database.py +10 -2
- pulumi_gcp/biglake/table.py +20 -4
- pulumi_gcp/bigquery/job.py +20 -4
- pulumi_gcp/cloudbuild/worker_pool.py +5 -5
- pulumi_gcp/clouddeploy/delivery_pipeline.py +19 -19
- pulumi_gcp/clouddeploy/target.py +19 -19
- pulumi_gcp/cloudfunctions/function.py +42 -42
- pulumi_gcp/cloudfunctions/get_function.py +3 -3
- pulumi_gcp/cloudquota/outputs.py +6 -6
- pulumi_gcp/composer/get_user_workloads_secret.py +1 -1
- pulumi_gcp/composer/user_workloads_secret.py +14 -14
- pulumi_gcp/compute/_inputs.py +55 -55
- pulumi_gcp/compute/get_instance_serial_port.py +12 -4
- pulumi_gcp/compute/get_instance_template.py +1 -1
- pulumi_gcp/compute/get_region_instance_template.py +1 -1
- pulumi_gcp/compute/instance_template.py +14 -14
- pulumi_gcp/compute/outputs.py +45 -45
- pulumi_gcp/compute/region_instance_template.py +14 -14
- pulumi_gcp/compute/region_network_endpoint_group.py +10 -2
- pulumi_gcp/container/_inputs.py +20 -20
- pulumi_gcp/container/aws_cluster.py +5 -5
- pulumi_gcp/container/aws_node_pool.py +5 -5
- pulumi_gcp/container/azure_cluster.py +5 -5
- pulumi_gcp/container/azure_node_pool.py +5 -5
- pulumi_gcp/container/outputs.py +21 -21
- pulumi_gcp/databasemigrationservice/_inputs.py +5 -5
- pulumi_gcp/databasemigrationservice/outputs.py +3 -3
- pulumi_gcp/dataflow/flex_template_job.py +42 -42
- pulumi_gcp/dataflow/job.py +42 -42
- pulumi_gcp/datafusion/instance.py +10 -2
- pulumi_gcp/dataloss/_inputs.py +5 -5
- pulumi_gcp/dataloss/outputs.py +3 -3
- pulumi_gcp/dataloss/prevention_stored_info_type.py +10 -2
- pulumi_gcp/dataplex/asset.py +14 -14
- pulumi_gcp/dataplex/lake.py +14 -14
- pulumi_gcp/dataplex/zone.py +14 -14
- pulumi_gcp/dataproc/_inputs.py +10 -10
- pulumi_gcp/dataproc/outputs.py +6 -6
- pulumi_gcp/dataproc/workflow_template.py +12 -12
- pulumi_gcp/eventarc/trigger.py +14 -14
- pulumi_gcp/firebase/_inputs.py +5 -5
- pulumi_gcp/firebase/outputs.py +3 -3
- pulumi_gcp/healthcare/dicom_store.py +12 -2
- pulumi_gcp/healthcare/fhir_store.py +10 -2
- pulumi_gcp/iam/access_boundary_policy.py +10 -2
- pulumi_gcp/monitoring/get_app_engine_service.py +10 -2
- pulumi_gcp/networkconnectivity/_inputs.py +5 -5
- pulumi_gcp/networkconnectivity/outputs.py +3 -3
- pulumi_gcp/projects/default_service_accounts.py +7 -7
- pulumi_gcp/pubsub/subscription.py +36 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/recaptcha/enterprise_key.py +14 -14
- pulumi_gcp/securitycenter/instance_iam_binding.py +10 -2
- pulumi_gcp/securitycenter/instance_iam_member.py +10 -2
- pulumi_gcp/securitycenter/instance_iam_policy.py +10 -2
- pulumi_gcp/serviceaccount/key.py +14 -14
- pulumi_gcp/vertex/ai_feature_group.py +12 -2
- pulumi_gcp/vertex/ai_feature_group_feature.py +12 -2
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +48 -8
- pulumi_gcp/workstations/_inputs.py +10 -10
- pulumi_gcp/workstations/outputs.py +6 -6
- pulumi_gcp/workstations/workstation_config.py +14 -6
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0a1723822337.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0a1723822337.dist-info}/RECORD +72 -72
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0a1723822337.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0a1723822337.dist-info}/top_level.txt +0 -0
pulumi_gcp/dataplex/lake.py
CHANGED
@@ -158,14 +158,14 @@ class _LakeState:
|
|
158
158
|
create_time: Optional[pulumi.Input[str]] = None,
|
159
159
|
description: Optional[pulumi.Input[str]] = None,
|
160
160
|
display_name: Optional[pulumi.Input[str]] = None,
|
161
|
-
effective_labels: Optional[pulumi.Input[Mapping[str,
|
161
|
+
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
162
162
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
163
163
|
location: Optional[pulumi.Input[str]] = None,
|
164
164
|
metastore: Optional[pulumi.Input['LakeMetastoreArgs']] = None,
|
165
165
|
metastore_statuses: Optional[pulumi.Input[Sequence[pulumi.Input['LakeMetastoreStatusArgs']]]] = None,
|
166
166
|
name: Optional[pulumi.Input[str]] = None,
|
167
167
|
project: Optional[pulumi.Input[str]] = None,
|
168
|
-
pulumi_labels: Optional[pulumi.Input[Mapping[str,
|
168
|
+
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
169
169
|
service_account: Optional[pulumi.Input[str]] = None,
|
170
170
|
state: Optional[pulumi.Input[str]] = None,
|
171
171
|
uid: Optional[pulumi.Input[str]] = None,
|
@@ -176,7 +176,7 @@ class _LakeState:
|
|
176
176
|
:param pulumi.Input[str] create_time: Output only. The time when the lake was created.
|
177
177
|
:param pulumi.Input[str] description: Optional. Description of the lake.
|
178
178
|
:param pulumi.Input[str] display_name: Optional. User friendly display name.
|
179
|
-
:param pulumi.Input[Mapping[str,
|
179
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
180
180
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. User-defined labels for the lake.
|
181
181
|
|
182
182
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
@@ -190,7 +190,7 @@ class _LakeState:
|
|
190
190
|
|
191
191
|
- - -
|
192
192
|
:param pulumi.Input[str] project: The project for the resource
|
193
|
-
:param pulumi.Input[Mapping[str,
|
193
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
194
194
|
:param pulumi.Input[str] service_account: Output only. Service account associated with this lake. This service account must be authorized to access or operate on resources managed by the lake.
|
195
195
|
:param pulumi.Input[str] state: Output only. Current state of the lake. Possible values: STATE_UNSPECIFIED, ACTIVE, CREATING, DELETING, ACTION_REQUIRED
|
196
196
|
:param pulumi.Input[str] uid: Output only. System generated globally unique ID for the lake. This ID will be different if the lake is deleted and re-created with the same name.
|
@@ -279,14 +279,14 @@ class _LakeState:
|
|
279
279
|
|
280
280
|
@property
|
281
281
|
@pulumi.getter(name="effectiveLabels")
|
282
|
-
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str,
|
282
|
+
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
283
283
|
"""
|
284
284
|
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
285
285
|
"""
|
286
286
|
return pulumi.get(self, "effective_labels")
|
287
287
|
|
288
288
|
@effective_labels.setter
|
289
|
-
def effective_labels(self, value: Optional[pulumi.Input[Mapping[str,
|
289
|
+
def effective_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
290
290
|
pulumi.set(self, "effective_labels", value)
|
291
291
|
|
292
292
|
@property
|
@@ -370,14 +370,14 @@ class _LakeState:
|
|
370
370
|
|
371
371
|
@property
|
372
372
|
@pulumi.getter(name="pulumiLabels")
|
373
|
-
def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str,
|
373
|
+
def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
374
374
|
"""
|
375
375
|
The combination of labels configured directly on the resource and default labels configured on the provider.
|
376
376
|
"""
|
377
377
|
return pulumi.get(self, "pulumi_labels")
|
378
378
|
|
379
379
|
@pulumi_labels.setter
|
380
|
-
def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str,
|
380
|
+
def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
381
381
|
pulumi.set(self, "pulumi_labels", value)
|
382
382
|
|
383
383
|
@property
|
@@ -622,14 +622,14 @@ class Lake(pulumi.CustomResource):
|
|
622
622
|
create_time: Optional[pulumi.Input[str]] = None,
|
623
623
|
description: Optional[pulumi.Input[str]] = None,
|
624
624
|
display_name: Optional[pulumi.Input[str]] = None,
|
625
|
-
effective_labels: Optional[pulumi.Input[Mapping[str,
|
625
|
+
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
626
626
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
627
627
|
location: Optional[pulumi.Input[str]] = None,
|
628
628
|
metastore: Optional[pulumi.Input[Union['LakeMetastoreArgs', 'LakeMetastoreArgsDict']]] = None,
|
629
629
|
metastore_statuses: Optional[pulumi.Input[Sequence[pulumi.Input[Union['LakeMetastoreStatusArgs', 'LakeMetastoreStatusArgsDict']]]]] = None,
|
630
630
|
name: Optional[pulumi.Input[str]] = None,
|
631
631
|
project: Optional[pulumi.Input[str]] = None,
|
632
|
-
pulumi_labels: Optional[pulumi.Input[Mapping[str,
|
632
|
+
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
633
633
|
service_account: Optional[pulumi.Input[str]] = None,
|
634
634
|
state: Optional[pulumi.Input[str]] = None,
|
635
635
|
uid: Optional[pulumi.Input[str]] = None,
|
@@ -645,7 +645,7 @@ class Lake(pulumi.CustomResource):
|
|
645
645
|
:param pulumi.Input[str] create_time: Output only. The time when the lake was created.
|
646
646
|
:param pulumi.Input[str] description: Optional. Description of the lake.
|
647
647
|
:param pulumi.Input[str] display_name: Optional. User friendly display name.
|
648
|
-
:param pulumi.Input[Mapping[str,
|
648
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
649
649
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. User-defined labels for the lake.
|
650
650
|
|
651
651
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
@@ -659,7 +659,7 @@ class Lake(pulumi.CustomResource):
|
|
659
659
|
|
660
660
|
- - -
|
661
661
|
:param pulumi.Input[str] project: The project for the resource
|
662
|
-
:param pulumi.Input[Mapping[str,
|
662
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
663
663
|
:param pulumi.Input[str] service_account: Output only. Service account associated with this lake. This service account must be authorized to access or operate on resources managed by the lake.
|
664
664
|
:param pulumi.Input[str] state: Output only. Current state of the lake. Possible values: STATE_UNSPECIFIED, ACTIVE, CREATING, DELETING, ACTION_REQUIRED
|
665
665
|
:param pulumi.Input[str] uid: Output only. System generated globally unique ID for the lake. This ID will be different if the lake is deleted and re-created with the same name.
|
@@ -721,7 +721,7 @@ class Lake(pulumi.CustomResource):
|
|
721
721
|
|
722
722
|
@property
|
723
723
|
@pulumi.getter(name="effectiveLabels")
|
724
|
-
def effective_labels(self) -> pulumi.Output[Mapping[str,
|
724
|
+
def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
725
725
|
"""
|
726
726
|
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
727
727
|
"""
|
@@ -784,7 +784,7 @@ class Lake(pulumi.CustomResource):
|
|
784
784
|
|
785
785
|
@property
|
786
786
|
@pulumi.getter(name="pulumiLabels")
|
787
|
-
def pulumi_labels(self) -> pulumi.Output[Mapping[str,
|
787
|
+
def pulumi_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
788
788
|
"""
|
789
789
|
The combination of labels configured directly on the resource and default labels configured on the provider.
|
790
790
|
"""
|
pulumi_gcp/dataplex/zone.py
CHANGED
@@ -193,13 +193,13 @@ class _ZoneState:
|
|
193
193
|
description: Optional[pulumi.Input[str]] = None,
|
194
194
|
discovery_spec: Optional[pulumi.Input['ZoneDiscoverySpecArgs']] = None,
|
195
195
|
display_name: Optional[pulumi.Input[str]] = None,
|
196
|
-
effective_labels: Optional[pulumi.Input[Mapping[str,
|
196
|
+
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
197
197
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
198
198
|
lake: Optional[pulumi.Input[str]] = None,
|
199
199
|
location: Optional[pulumi.Input[str]] = None,
|
200
200
|
name: Optional[pulumi.Input[str]] = None,
|
201
201
|
project: Optional[pulumi.Input[str]] = None,
|
202
|
-
pulumi_labels: Optional[pulumi.Input[Mapping[str,
|
202
|
+
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
203
203
|
resource_spec: Optional[pulumi.Input['ZoneResourceSpecArgs']] = None,
|
204
204
|
state: Optional[pulumi.Input[str]] = None,
|
205
205
|
type: Optional[pulumi.Input[str]] = None,
|
@@ -212,7 +212,7 @@ class _ZoneState:
|
|
212
212
|
:param pulumi.Input[str] description: Optional. Description of the zone.
|
213
213
|
:param pulumi.Input['ZoneDiscoverySpecArgs'] discovery_spec: Required. Specification of the discovery feature applied to data in this zone.
|
214
214
|
:param pulumi.Input[str] display_name: Optional. User friendly display name.
|
215
|
-
:param pulumi.Input[Mapping[str,
|
215
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
216
216
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. User defined labels for the zone. **Note**: This field is non-authoritative, and will only manage the labels
|
217
217
|
present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
|
218
218
|
resource.
|
@@ -220,7 +220,7 @@ class _ZoneState:
|
|
220
220
|
:param pulumi.Input[str] location: The location for the resource
|
221
221
|
:param pulumi.Input[str] name: The name of the zone.
|
222
222
|
:param pulumi.Input[str] project: The project for the resource
|
223
|
-
:param pulumi.Input[Mapping[str,
|
223
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
224
224
|
:param pulumi.Input['ZoneResourceSpecArgs'] resource_spec: Required. Immutable. Specification of the resources that are referenced by the assets within this zone.
|
225
225
|
:param pulumi.Input[str] state: Output only. Current state of the zone. Possible values: STATE_UNSPECIFIED, ACTIVE, CREATING, DELETING, ACTION_REQUIRED
|
226
226
|
:param pulumi.Input[str] type: Required. Immutable. The type of the zone. Possible values: TYPE_UNSPECIFIED, RAW, CURATED
|
@@ -324,14 +324,14 @@ class _ZoneState:
|
|
324
324
|
|
325
325
|
@property
|
326
326
|
@pulumi.getter(name="effectiveLabels")
|
327
|
-
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str,
|
327
|
+
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
328
328
|
"""
|
329
329
|
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
330
330
|
"""
|
331
331
|
return pulumi.get(self, "effective_labels")
|
332
332
|
|
333
333
|
@effective_labels.setter
|
334
|
-
def effective_labels(self, value: Optional[pulumi.Input[Mapping[str,
|
334
|
+
def effective_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
335
335
|
pulumi.set(self, "effective_labels", value)
|
336
336
|
|
337
337
|
@property
|
@@ -398,14 +398,14 @@ class _ZoneState:
|
|
398
398
|
|
399
399
|
@property
|
400
400
|
@pulumi.getter(name="pulumiLabels")
|
401
|
-
def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str,
|
401
|
+
def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
402
402
|
"""
|
403
403
|
The combination of labels configured directly on the resource and default labels configured on the provider.
|
404
404
|
"""
|
405
405
|
return pulumi.get(self, "pulumi_labels")
|
406
406
|
|
407
407
|
@pulumi_labels.setter
|
408
|
-
def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str,
|
408
|
+
def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
409
409
|
pulumi.set(self, "pulumi_labels", value)
|
410
410
|
|
411
411
|
@property
|
@@ -706,13 +706,13 @@ class Zone(pulumi.CustomResource):
|
|
706
706
|
description: Optional[pulumi.Input[str]] = None,
|
707
707
|
discovery_spec: Optional[pulumi.Input[Union['ZoneDiscoverySpecArgs', 'ZoneDiscoverySpecArgsDict']]] = None,
|
708
708
|
display_name: Optional[pulumi.Input[str]] = None,
|
709
|
-
effective_labels: Optional[pulumi.Input[Mapping[str,
|
709
|
+
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
710
710
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
711
711
|
lake: Optional[pulumi.Input[str]] = None,
|
712
712
|
location: Optional[pulumi.Input[str]] = None,
|
713
713
|
name: Optional[pulumi.Input[str]] = None,
|
714
714
|
project: Optional[pulumi.Input[str]] = None,
|
715
|
-
pulumi_labels: Optional[pulumi.Input[Mapping[str,
|
715
|
+
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
716
716
|
resource_spec: Optional[pulumi.Input[Union['ZoneResourceSpecArgs', 'ZoneResourceSpecArgsDict']]] = None,
|
717
717
|
state: Optional[pulumi.Input[str]] = None,
|
718
718
|
type: Optional[pulumi.Input[str]] = None,
|
@@ -730,7 +730,7 @@ class Zone(pulumi.CustomResource):
|
|
730
730
|
:param pulumi.Input[str] description: Optional. Description of the zone.
|
731
731
|
:param pulumi.Input[Union['ZoneDiscoverySpecArgs', 'ZoneDiscoverySpecArgsDict']] discovery_spec: Required. Specification of the discovery feature applied to data in this zone.
|
732
732
|
:param pulumi.Input[str] display_name: Optional. User friendly display name.
|
733
|
-
:param pulumi.Input[Mapping[str,
|
733
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
734
734
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. User defined labels for the zone. **Note**: This field is non-authoritative, and will only manage the labels
|
735
735
|
present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
|
736
736
|
resource.
|
@@ -738,7 +738,7 @@ class Zone(pulumi.CustomResource):
|
|
738
738
|
:param pulumi.Input[str] location: The location for the resource
|
739
739
|
:param pulumi.Input[str] name: The name of the zone.
|
740
740
|
:param pulumi.Input[str] project: The project for the resource
|
741
|
-
:param pulumi.Input[Mapping[str,
|
741
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
742
742
|
:param pulumi.Input[Union['ZoneResourceSpecArgs', 'ZoneResourceSpecArgsDict']] resource_spec: Required. Immutable. Specification of the resources that are referenced by the assets within this zone.
|
743
743
|
:param pulumi.Input[str] state: Output only. Current state of the zone. Possible values: STATE_UNSPECIFIED, ACTIVE, CREATING, DELETING, ACTION_REQUIRED
|
744
744
|
:param pulumi.Input[str] type: Required. Immutable. The type of the zone. Possible values: TYPE_UNSPECIFIED, RAW, CURATED
|
@@ -810,7 +810,7 @@ class Zone(pulumi.CustomResource):
|
|
810
810
|
|
811
811
|
@property
|
812
812
|
@pulumi.getter(name="effectiveLabels")
|
813
|
-
def effective_labels(self) -> pulumi.Output[Mapping[str,
|
813
|
+
def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
814
814
|
"""
|
815
815
|
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
816
816
|
"""
|
@@ -860,7 +860,7 @@ class Zone(pulumi.CustomResource):
|
|
860
860
|
|
861
861
|
@property
|
862
862
|
@pulumi.getter(name="pulumiLabels")
|
863
|
-
def pulumi_labels(self) -> pulumi.Output[Mapping[str,
|
863
|
+
def pulumi_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
864
864
|
"""
|
865
865
|
The combination of labels configured directly on the resource and default labels configured on the provider.
|
866
866
|
"""
|
pulumi_gcp/dataproc/_inputs.py
CHANGED
@@ -1928,7 +1928,7 @@ if not MYPY:
|
|
1928
1928
|
The flag to enable http access to specific ports
|
1929
1929
|
on the cluster from external sources (aka Component Gateway). Defaults to false.
|
1930
1930
|
"""
|
1931
|
-
http_ports: NotRequired[pulumi.Input[Mapping[str,
|
1931
|
+
http_ports: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
1932
1932
|
"""
|
1933
1933
|
The map of port descriptions to URLs. Will only be populated if
|
1934
1934
|
`enable_http_port_access` is true.
|
@@ -1940,11 +1940,11 @@ elif False:
|
|
1940
1940
|
class ClusterClusterConfigEndpointConfigArgs:
|
1941
1941
|
def __init__(__self__, *,
|
1942
1942
|
enable_http_port_access: pulumi.Input[bool],
|
1943
|
-
http_ports: Optional[pulumi.Input[Mapping[str,
|
1943
|
+
http_ports: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
1944
1944
|
"""
|
1945
1945
|
:param pulumi.Input[bool] enable_http_port_access: The flag to enable http access to specific ports
|
1946
1946
|
on the cluster from external sources (aka Component Gateway). Defaults to false.
|
1947
|
-
:param pulumi.Input[Mapping[str,
|
1947
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] http_ports: The map of port descriptions to URLs. Will only be populated if
|
1948
1948
|
`enable_http_port_access` is true.
|
1949
1949
|
"""
|
1950
1950
|
pulumi.set(__self__, "enable_http_port_access", enable_http_port_access)
|
@@ -1966,7 +1966,7 @@ class ClusterClusterConfigEndpointConfigArgs:
|
|
1966
1966
|
|
1967
1967
|
@property
|
1968
1968
|
@pulumi.getter(name="httpPorts")
|
1969
|
-
def http_ports(self) -> Optional[pulumi.Input[Mapping[str,
|
1969
|
+
def http_ports(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
1970
1970
|
"""
|
1971
1971
|
The map of port descriptions to URLs. Will only be populated if
|
1972
1972
|
`enable_http_port_access` is true.
|
@@ -1974,7 +1974,7 @@ class ClusterClusterConfigEndpointConfigArgs:
|
|
1974
1974
|
return pulumi.get(self, "http_ports")
|
1975
1975
|
|
1976
1976
|
@http_ports.setter
|
1977
|
-
def http_ports(self, value: Optional[pulumi.Input[Mapping[str,
|
1977
|
+
def http_ports(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
1978
1978
|
pulumi.set(self, "http_ports", value)
|
1979
1979
|
|
1980
1980
|
|
@@ -3836,7 +3836,7 @@ if not MYPY:
|
|
3836
3836
|
a cluster. For a list of valid properties please see
|
3837
3837
|
[Cluster properties](https://cloud.google.com/dataproc/docs/concepts/cluster-properties)
|
3838
3838
|
"""
|
3839
|
-
properties: NotRequired[pulumi.Input[Mapping[str,
|
3839
|
+
properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
3840
3840
|
"""
|
3841
3841
|
A list of the properties used to set the daemon config files.
|
3842
3842
|
This will include any values supplied by the user via `cluster_config.software_config.override_properties`
|
@@ -3850,7 +3850,7 @@ class ClusterClusterConfigSoftwareConfigArgs:
|
|
3850
3850
|
image_version: Optional[pulumi.Input[str]] = None,
|
3851
3851
|
optional_components: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
3852
3852
|
override_properties: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
3853
|
-
properties: Optional[pulumi.Input[Mapping[str,
|
3853
|
+
properties: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
3854
3854
|
"""
|
3855
3855
|
:param pulumi.Input[str] image_version: The Cloud Dataproc image version to use
|
3856
3856
|
for the cluster - this controls the sets of software versions
|
@@ -3864,7 +3864,7 @@ class ClusterClusterConfigSoftwareConfigArgs:
|
|
3864
3864
|
used to modify various aspects of the common configuration files used when creating
|
3865
3865
|
a cluster. For a list of valid properties please see
|
3866
3866
|
[Cluster properties](https://cloud.google.com/dataproc/docs/concepts/cluster-properties)
|
3867
|
-
:param pulumi.Input[Mapping[str,
|
3867
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] properties: A list of the properties used to set the daemon config files.
|
3868
3868
|
This will include any values supplied by the user via `cluster_config.software_config.override_properties`
|
3869
3869
|
"""
|
3870
3870
|
if image_version is not None:
|
@@ -3923,7 +3923,7 @@ class ClusterClusterConfigSoftwareConfigArgs:
|
|
3923
3923
|
|
3924
3924
|
@property
|
3925
3925
|
@pulumi.getter
|
3926
|
-
def properties(self) -> Optional[pulumi.Input[Mapping[str,
|
3926
|
+
def properties(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
3927
3927
|
"""
|
3928
3928
|
A list of the properties used to set the daemon config files.
|
3929
3929
|
This will include any values supplied by the user via `cluster_config.software_config.override_properties`
|
@@ -3931,7 +3931,7 @@ class ClusterClusterConfigSoftwareConfigArgs:
|
|
3931
3931
|
return pulumi.get(self, "properties")
|
3932
3932
|
|
3933
3933
|
@properties.setter
|
3934
|
-
def properties(self, value: Optional[pulumi.Input[Mapping[str,
|
3934
|
+
def properties(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
3935
3935
|
pulumi.set(self, "properties", value)
|
3936
3936
|
|
3937
3937
|
|
pulumi_gcp/dataproc/outputs.py
CHANGED
@@ -1464,11 +1464,11 @@ class ClusterClusterConfigEndpointConfig(dict):
|
|
1464
1464
|
|
1465
1465
|
def __init__(__self__, *,
|
1466
1466
|
enable_http_port_access: bool,
|
1467
|
-
http_ports: Optional[Mapping[str,
|
1467
|
+
http_ports: Optional[Mapping[str, str]] = None):
|
1468
1468
|
"""
|
1469
1469
|
:param bool enable_http_port_access: The flag to enable http access to specific ports
|
1470
1470
|
on the cluster from external sources (aka Component Gateway). Defaults to false.
|
1471
|
-
:param Mapping[str,
|
1471
|
+
:param Mapping[str, str] http_ports: The map of port descriptions to URLs. Will only be populated if
|
1472
1472
|
`enable_http_port_access` is true.
|
1473
1473
|
"""
|
1474
1474
|
pulumi.set(__self__, "enable_http_port_access", enable_http_port_access)
|
@@ -1486,7 +1486,7 @@ class ClusterClusterConfigEndpointConfig(dict):
|
|
1486
1486
|
|
1487
1487
|
@property
|
1488
1488
|
@pulumi.getter(name="httpPorts")
|
1489
|
-
def http_ports(self) -> Optional[Mapping[str,
|
1489
|
+
def http_ports(self) -> Optional[Mapping[str, str]]:
|
1490
1490
|
"""
|
1491
1491
|
The map of port descriptions to URLs. Will only be populated if
|
1492
1492
|
`enable_http_port_access` is true.
|
@@ -3001,7 +3001,7 @@ class ClusterClusterConfigSoftwareConfig(dict):
|
|
3001
3001
|
image_version: Optional[str] = None,
|
3002
3002
|
optional_components: Optional[Sequence[str]] = None,
|
3003
3003
|
override_properties: Optional[Mapping[str, str]] = None,
|
3004
|
-
properties: Optional[Mapping[str,
|
3004
|
+
properties: Optional[Mapping[str, str]] = None):
|
3005
3005
|
"""
|
3006
3006
|
:param str image_version: The Cloud Dataproc image version to use
|
3007
3007
|
for the cluster - this controls the sets of software versions
|
@@ -3015,7 +3015,7 @@ class ClusterClusterConfigSoftwareConfig(dict):
|
|
3015
3015
|
used to modify various aspects of the common configuration files used when creating
|
3016
3016
|
a cluster. For a list of valid properties please see
|
3017
3017
|
[Cluster properties](https://cloud.google.com/dataproc/docs/concepts/cluster-properties)
|
3018
|
-
:param Mapping[str,
|
3018
|
+
:param Mapping[str, str] properties: A list of the properties used to set the daemon config files.
|
3019
3019
|
This will include any values supplied by the user via `cluster_config.software_config.override_properties`
|
3020
3020
|
"""
|
3021
3021
|
if image_version is not None:
|
@@ -3062,7 +3062,7 @@ class ClusterClusterConfigSoftwareConfig(dict):
|
|
3062
3062
|
|
3063
3063
|
@property
|
3064
3064
|
@pulumi.getter
|
3065
|
-
def properties(self) -> Optional[Mapping[str,
|
3065
|
+
def properties(self) -> Optional[Mapping[str, str]]:
|
3066
3066
|
"""
|
3067
3067
|
A list of the properties used to set the daemon config files.
|
3068
3068
|
This will include any values supplied by the user via `cluster_config.software_config.override_properties`
|
@@ -200,7 +200,7 @@ class _WorkflowTemplateState:
|
|
200
200
|
def __init__(__self__, *,
|
201
201
|
create_time: Optional[pulumi.Input[str]] = None,
|
202
202
|
dag_timeout: Optional[pulumi.Input[str]] = None,
|
203
|
-
effective_labels: Optional[pulumi.Input[Mapping[str,
|
203
|
+
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
204
204
|
jobs: Optional[pulumi.Input[Sequence[pulumi.Input['WorkflowTemplateJobArgs']]]] = None,
|
205
205
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
206
206
|
location: Optional[pulumi.Input[str]] = None,
|
@@ -208,7 +208,7 @@ class _WorkflowTemplateState:
|
|
208
208
|
parameters: Optional[pulumi.Input[Sequence[pulumi.Input['WorkflowTemplateParameterArgs']]]] = None,
|
209
209
|
placement: Optional[pulumi.Input['WorkflowTemplatePlacementArgs']] = None,
|
210
210
|
project: Optional[pulumi.Input[str]] = None,
|
211
|
-
pulumi_labels: Optional[pulumi.Input[Mapping[str,
|
211
|
+
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
212
212
|
update_time: Optional[pulumi.Input[str]] = None,
|
213
213
|
version: Optional[pulumi.Input[int]] = None):
|
214
214
|
"""
|
@@ -234,7 +234,7 @@ class _WorkflowTemplateState:
|
|
234
234
|
when the template is instantiated.
|
235
235
|
:param pulumi.Input['WorkflowTemplatePlacementArgs'] placement: Required. WorkflowTemplate scheduling information.
|
236
236
|
:param pulumi.Input[str] project: The project for the resource
|
237
|
-
:param pulumi.Input[Mapping[str,
|
237
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
238
238
|
:param pulumi.Input[str] update_time: Output only. The time template was last updated.
|
239
239
|
:param pulumi.Input[int] version: Output only. The current version of this workflow template.
|
240
240
|
"""
|
@@ -300,11 +300,11 @@ class _WorkflowTemplateState:
|
|
300
300
|
|
301
301
|
@property
|
302
302
|
@pulumi.getter(name="effectiveLabels")
|
303
|
-
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str,
|
303
|
+
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
304
304
|
return pulumi.get(self, "effective_labels")
|
305
305
|
|
306
306
|
@effective_labels.setter
|
307
|
-
def effective_labels(self, value: Optional[pulumi.Input[Mapping[str,
|
307
|
+
def effective_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
308
308
|
pulumi.set(self, "effective_labels", value)
|
309
309
|
|
310
310
|
@property
|
@@ -399,14 +399,14 @@ class _WorkflowTemplateState:
|
|
399
399
|
|
400
400
|
@property
|
401
401
|
@pulumi.getter(name="pulumiLabels")
|
402
|
-
def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str,
|
402
|
+
def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
403
403
|
"""
|
404
404
|
The combination of labels configured directly on the resource and default labels configured on the provider.
|
405
405
|
"""
|
406
406
|
return pulumi.get(self, "pulumi_labels")
|
407
407
|
|
408
408
|
@pulumi_labels.setter
|
409
|
-
def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str,
|
409
|
+
def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
410
410
|
pulumi.set(self, "pulumi_labels", value)
|
411
411
|
|
412
412
|
@property
|
@@ -724,7 +724,7 @@ class WorkflowTemplate(pulumi.CustomResource):
|
|
724
724
|
opts: Optional[pulumi.ResourceOptions] = None,
|
725
725
|
create_time: Optional[pulumi.Input[str]] = None,
|
726
726
|
dag_timeout: Optional[pulumi.Input[str]] = None,
|
727
|
-
effective_labels: Optional[pulumi.Input[Mapping[str,
|
727
|
+
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
728
728
|
jobs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['WorkflowTemplateJobArgs', 'WorkflowTemplateJobArgsDict']]]]] = None,
|
729
729
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
730
730
|
location: Optional[pulumi.Input[str]] = None,
|
@@ -732,7 +732,7 @@ class WorkflowTemplate(pulumi.CustomResource):
|
|
732
732
|
parameters: Optional[pulumi.Input[Sequence[pulumi.Input[Union['WorkflowTemplateParameterArgs', 'WorkflowTemplateParameterArgsDict']]]]] = None,
|
733
733
|
placement: Optional[pulumi.Input[Union['WorkflowTemplatePlacementArgs', 'WorkflowTemplatePlacementArgsDict']]] = None,
|
734
734
|
project: Optional[pulumi.Input[str]] = None,
|
735
|
-
pulumi_labels: Optional[pulumi.Input[Mapping[str,
|
735
|
+
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
736
736
|
update_time: Optional[pulumi.Input[str]] = None,
|
737
737
|
version: Optional[pulumi.Input[int]] = None) -> 'WorkflowTemplate':
|
738
738
|
"""
|
@@ -763,7 +763,7 @@ class WorkflowTemplate(pulumi.CustomResource):
|
|
763
763
|
when the template is instantiated.
|
764
764
|
:param pulumi.Input[Union['WorkflowTemplatePlacementArgs', 'WorkflowTemplatePlacementArgsDict']] placement: Required. WorkflowTemplate scheduling information.
|
765
765
|
:param pulumi.Input[str] project: The project for the resource
|
766
|
-
:param pulumi.Input[Mapping[str,
|
766
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
767
767
|
:param pulumi.Input[str] update_time: Output only. The time template was last updated.
|
768
768
|
:param pulumi.Input[int] version: Output only. The current version of this workflow template.
|
769
769
|
"""
|
@@ -810,7 +810,7 @@ class WorkflowTemplate(pulumi.CustomResource):
|
|
810
810
|
|
811
811
|
@property
|
812
812
|
@pulumi.getter(name="effectiveLabels")
|
813
|
-
def effective_labels(self) -> pulumi.Output[Mapping[str,
|
813
|
+
def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
814
814
|
return pulumi.get(self, "effective_labels")
|
815
815
|
|
816
816
|
@property
|
@@ -877,7 +877,7 @@ class WorkflowTemplate(pulumi.CustomResource):
|
|
877
877
|
|
878
878
|
@property
|
879
879
|
@pulumi.getter(name="pulumiLabels")
|
880
|
-
def pulumi_labels(self) -> pulumi.Output[Mapping[str,
|
880
|
+
def pulumi_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
881
881
|
"""
|
882
882
|
The combination of labels configured directly on the resource and default labels configured on the provider.
|
883
883
|
"""
|
pulumi_gcp/eventarc/trigger.py
CHANGED
@@ -214,7 +214,7 @@ class _TriggerState:
|
|
214
214
|
conditions: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
215
215
|
create_time: Optional[pulumi.Input[str]] = None,
|
216
216
|
destination: Optional[pulumi.Input['TriggerDestinationArgs']] = None,
|
217
|
-
effective_labels: Optional[pulumi.Input[Mapping[str,
|
217
|
+
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
218
218
|
etag: Optional[pulumi.Input[str]] = None,
|
219
219
|
event_data_content_type: Optional[pulumi.Input[str]] = None,
|
220
220
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -222,7 +222,7 @@ class _TriggerState:
|
|
222
222
|
matching_criterias: Optional[pulumi.Input[Sequence[pulumi.Input['TriggerMatchingCriteriaArgs']]]] = None,
|
223
223
|
name: Optional[pulumi.Input[str]] = None,
|
224
224
|
project: Optional[pulumi.Input[str]] = None,
|
225
|
-
pulumi_labels: Optional[pulumi.Input[Mapping[str,
|
225
|
+
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
226
226
|
service_account: Optional[pulumi.Input[str]] = None,
|
227
227
|
transport: Optional[pulumi.Input['TriggerTransportArgs']] = None,
|
228
228
|
uid: Optional[pulumi.Input[str]] = None,
|
@@ -235,7 +235,7 @@ class _TriggerState:
|
|
235
235
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] conditions: Output only. The reason(s) why a trigger is in FAILED state.
|
236
236
|
:param pulumi.Input[str] create_time: Output only. The creation time.
|
237
237
|
:param pulumi.Input['TriggerDestinationArgs'] destination: Required. Destination specifies where the events should be sent to.
|
238
|
-
:param pulumi.Input[Mapping[str,
|
238
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
239
239
|
:param pulumi.Input[str] etag: Output only. This checksum is computed by the server based on the value of other fields, and may be sent only on create requests to ensure the client has an up-to-date value before proceeding.
|
240
240
|
:param pulumi.Input[str] event_data_content_type: Optional. EventDataContentType specifies the type of payload in MIME format that is expected from the CloudEvent data
|
241
241
|
field. This is set to `application/json` if the value is not defined.
|
@@ -246,7 +246,7 @@ class _TriggerState:
|
|
246
246
|
:param pulumi.Input[Sequence[pulumi.Input['TriggerMatchingCriteriaArgs']]] matching_criterias: Required. null The list of filters that applies to event attributes. Only events that match all the provided filters will be sent to the destination.
|
247
247
|
:param pulumi.Input[str] name: Required. The resource name of the trigger. Must be unique within the location on the project.
|
248
248
|
:param pulumi.Input[str] project: The project for the resource
|
249
|
-
:param pulumi.Input[Mapping[str,
|
249
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
250
250
|
:param pulumi.Input[str] service_account: Optional. The IAM service account email associated with the trigger. The service account represents the identity of the
|
251
251
|
trigger. The principal who calls this API must have `iam.serviceAccounts.actAs` permission in the service account. See
|
252
252
|
https://cloud.google.com/iam/docs/understanding-service-accounts#sa_common for more information. For Cloud Run
|
@@ -346,14 +346,14 @@ class _TriggerState:
|
|
346
346
|
|
347
347
|
@property
|
348
348
|
@pulumi.getter(name="effectiveLabels")
|
349
|
-
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str,
|
349
|
+
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
350
350
|
"""
|
351
351
|
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
352
352
|
"""
|
353
353
|
return pulumi.get(self, "effective_labels")
|
354
354
|
|
355
355
|
@effective_labels.setter
|
356
|
-
def effective_labels(self, value: Optional[pulumi.Input[Mapping[str,
|
356
|
+
def effective_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
357
357
|
pulumi.set(self, "effective_labels", value)
|
358
358
|
|
359
359
|
@property
|
@@ -445,14 +445,14 @@ class _TriggerState:
|
|
445
445
|
|
446
446
|
@property
|
447
447
|
@pulumi.getter(name="pulumiLabels")
|
448
|
-
def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str,
|
448
|
+
def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
449
449
|
"""
|
450
450
|
The combination of labels configured directly on the resource and default labels configured on the provider.
|
451
451
|
"""
|
452
452
|
return pulumi.get(self, "pulumi_labels")
|
453
453
|
|
454
454
|
@pulumi_labels.setter
|
455
|
-
def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str,
|
455
|
+
def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
456
456
|
pulumi.set(self, "pulumi_labels", value)
|
457
457
|
|
458
458
|
@property
|
@@ -781,7 +781,7 @@ class Trigger(pulumi.CustomResource):
|
|
781
781
|
conditions: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
782
782
|
create_time: Optional[pulumi.Input[str]] = None,
|
783
783
|
destination: Optional[pulumi.Input[Union['TriggerDestinationArgs', 'TriggerDestinationArgsDict']]] = None,
|
784
|
-
effective_labels: Optional[pulumi.Input[Mapping[str,
|
784
|
+
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
785
785
|
etag: Optional[pulumi.Input[str]] = None,
|
786
786
|
event_data_content_type: Optional[pulumi.Input[str]] = None,
|
787
787
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -789,7 +789,7 @@ class Trigger(pulumi.CustomResource):
|
|
789
789
|
matching_criterias: Optional[pulumi.Input[Sequence[pulumi.Input[Union['TriggerMatchingCriteriaArgs', 'TriggerMatchingCriteriaArgsDict']]]]] = None,
|
790
790
|
name: Optional[pulumi.Input[str]] = None,
|
791
791
|
project: Optional[pulumi.Input[str]] = None,
|
792
|
-
pulumi_labels: Optional[pulumi.Input[Mapping[str,
|
792
|
+
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
793
793
|
service_account: Optional[pulumi.Input[str]] = None,
|
794
794
|
transport: Optional[pulumi.Input[Union['TriggerTransportArgs', 'TriggerTransportArgsDict']]] = None,
|
795
795
|
uid: Optional[pulumi.Input[str]] = None,
|
@@ -807,7 +807,7 @@ class Trigger(pulumi.CustomResource):
|
|
807
807
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] conditions: Output only. The reason(s) why a trigger is in FAILED state.
|
808
808
|
:param pulumi.Input[str] create_time: Output only. The creation time.
|
809
809
|
:param pulumi.Input[Union['TriggerDestinationArgs', 'TriggerDestinationArgsDict']] destination: Required. Destination specifies where the events should be sent to.
|
810
|
-
:param pulumi.Input[Mapping[str,
|
810
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
811
811
|
:param pulumi.Input[str] etag: Output only. This checksum is computed by the server based on the value of other fields, and may be sent only on create requests to ensure the client has an up-to-date value before proceeding.
|
812
812
|
:param pulumi.Input[str] event_data_content_type: Optional. EventDataContentType specifies the type of payload in MIME format that is expected from the CloudEvent data
|
813
813
|
field. This is set to `application/json` if the value is not defined.
|
@@ -818,7 +818,7 @@ class Trigger(pulumi.CustomResource):
|
|
818
818
|
:param pulumi.Input[Sequence[pulumi.Input[Union['TriggerMatchingCriteriaArgs', 'TriggerMatchingCriteriaArgsDict']]]] matching_criterias: Required. null The list of filters that applies to event attributes. Only events that match all the provided filters will be sent to the destination.
|
819
819
|
:param pulumi.Input[str] name: Required. The resource name of the trigger. Must be unique within the location on the project.
|
820
820
|
:param pulumi.Input[str] project: The project for the resource
|
821
|
-
:param pulumi.Input[Mapping[str,
|
821
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
822
822
|
:param pulumi.Input[str] service_account: Optional. The IAM service account email associated with the trigger. The service account represents the identity of the
|
823
823
|
trigger. The principal who calls this API must have `iam.serviceAccounts.actAs` permission in the service account. See
|
824
824
|
https://cloud.google.com/iam/docs/understanding-service-accounts#sa_common for more information. For Cloud Run
|
@@ -890,7 +890,7 @@ class Trigger(pulumi.CustomResource):
|
|
890
890
|
|
891
891
|
@property
|
892
892
|
@pulumi.getter(name="effectiveLabels")
|
893
|
-
def effective_labels(self) -> pulumi.Output[Mapping[str,
|
893
|
+
def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
894
894
|
"""
|
895
895
|
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
896
896
|
"""
|
@@ -957,7 +957,7 @@ class Trigger(pulumi.CustomResource):
|
|
957
957
|
|
958
958
|
@property
|
959
959
|
@pulumi.getter(name="pulumiLabels")
|
960
|
-
def pulumi_labels(self) -> pulumi.Output[Mapping[str,
|
960
|
+
def pulumi_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
961
961
|
"""
|
962
962
|
The combination of labels configured directly on the resource and default labels configured on the provider.
|
963
963
|
"""
|