pulumi-gcp 7.37.0a1723638212__py3-none-any.whl → 7.38.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +32 -0
- 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 +18 -2
- pulumi_gcp/appengine/service_network_settings.py +10 -2
- pulumi_gcp/appengine/standard_app_version.py +20 -4
- pulumi_gcp/applicationintegration/client.py +2 -2
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/get_locations.py +167 -0
- pulumi_gcp/assuredworkloads/workload.py +14 -14
- pulumi_gcp/biglake/database.py +10 -2
- pulumi_gcp/biglake/table.py +20 -4
- pulumi_gcp/bigquery/connection.py +12 -0
- pulumi_gcp/bigquery/job.py +20 -4
- pulumi_gcp/cloudbuild/worker_pool.py +5 -5
- pulumi_gcp/clouddeploy/_inputs.py +41 -1
- pulumi_gcp/clouddeploy/delivery_pipeline.py +19 -19
- pulumi_gcp/clouddeploy/outputs.py +29 -1
- pulumi_gcp/clouddeploy/target.py +19 -19
- pulumi_gcp/cloudfunctions/function.py +42 -42
- pulumi_gcp/cloudfunctions/get_function.py +3 -3
- pulumi_gcp/cloudfunctionsv2/function.py +2 -0
- pulumi_gcp/cloudidentity/__init__.py +1 -0
- pulumi_gcp/cloudidentity/get_group_memberships.py +12 -0
- pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +93 -0
- pulumi_gcp/cloudidentity/outputs.py +131 -0
- 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 +91 -85
- 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 +93 -83
- pulumi_gcp/compute/region_instance_template.py +14 -14
- pulumi_gcp/compute/region_network_endpoint_group.py +18 -2
- pulumi_gcp/compute/subnetwork.py +82 -0
- pulumi_gcp/container/_inputs.py +35 -38
- pulumi_gcp/container/attached_cluster.py +14 -7
- 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 +31 -33
- 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/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/schema.py +524 -0
- pulumi_gcp/dns/_inputs.py +80 -76
- pulumi_gcp/dns/outputs.py +56 -52
- 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/managedkafka/_inputs.py +6 -6
- pulumi_gcp/managedkafka/cluster.py +7 -7
- pulumi_gcp/managedkafka/outputs.py +4 -4
- pulumi_gcp/managedkafka/topic.py +7 -7
- 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/parallelstore/instance.py +215 -15
- 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/__init__.py +2 -0
- pulumi_gcp/securitycenter/_inputs.py +186 -0
- pulumi_gcp/securitycenter/folder_notification_config.py +486 -0
- 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/securitycenter/outputs.py +118 -0
- pulumi_gcp/securitycenter/v2_folder_notification_config.py +575 -0
- pulumi_gcp/serviceaccount/key.py +14 -14
- pulumi_gcp/servicenetworking/connection.py +50 -3
- pulumi_gcp/sql/_inputs.py +20 -0
- pulumi_gcp/sql/outputs.py +36 -0
- pulumi_gcp/vertex/__init__.py +1 -0
- pulumi_gcp/vertex/_inputs.py +438 -0
- 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/vertex/ai_index_endpoint_deployed_index.py +1170 -0
- pulumi_gcp/vertex/outputs.py +393 -0
- 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.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/RECORD +107 -101
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/dataflow/job.py
CHANGED
@@ -25,19 +25,19 @@ class JobArgs:
|
|
25
25
|
enable_streaming_engine: Optional[pulumi.Input[bool]] = None,
|
26
26
|
ip_configuration: Optional[pulumi.Input[str]] = None,
|
27
27
|
kms_key_name: Optional[pulumi.Input[str]] = None,
|
28
|
-
labels: Optional[pulumi.Input[Mapping[str,
|
28
|
+
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
29
29
|
machine_type: Optional[pulumi.Input[str]] = None,
|
30
30
|
max_workers: Optional[pulumi.Input[int]] = None,
|
31
31
|
name: Optional[pulumi.Input[str]] = None,
|
32
32
|
network: Optional[pulumi.Input[str]] = None,
|
33
33
|
on_delete: Optional[pulumi.Input[str]] = None,
|
34
|
-
parameters: Optional[pulumi.Input[Mapping[str,
|
34
|
+
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
35
35
|
project: Optional[pulumi.Input[str]] = None,
|
36
36
|
region: Optional[pulumi.Input[str]] = None,
|
37
37
|
service_account_email: Optional[pulumi.Input[str]] = None,
|
38
38
|
skip_wait_on_job_termination: Optional[pulumi.Input[bool]] = None,
|
39
39
|
subnetwork: Optional[pulumi.Input[str]] = None,
|
40
|
-
transform_name_mapping: Optional[pulumi.Input[Mapping[str,
|
40
|
+
transform_name_mapping: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
41
41
|
zone: Optional[pulumi.Input[str]] = None):
|
42
42
|
"""
|
43
43
|
The set of arguments for constructing a Job resource.
|
@@ -49,7 +49,7 @@ class JobArgs:
|
|
49
49
|
:param pulumi.Input[bool] enable_streaming_engine: Enable/disable the use of [Streaming Engine](https://cloud.google.com/dataflow/docs/guides/deploying-a-pipeline#streaming-engine) for the job. Note that Streaming Engine is enabled by default for pipelines developed against the Beam SDK for Python v2.21.0 or later when using Python 3.
|
50
50
|
:param pulumi.Input[str] ip_configuration: The configuration for VM IPs. Options are `"WORKER_IP_PUBLIC"` or `"WORKER_IP_PRIVATE"`.
|
51
51
|
:param pulumi.Input[str] kms_key_name: The name for the Cloud KMS key for the job. Key format is: `projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY`
|
52
|
-
:param pulumi.Input[Mapping[str,
|
52
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: User labels to be specified for the job. Keys and values should follow the restrictions
|
53
53
|
specified in the [labeling restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions) page.
|
54
54
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the resource.
|
55
55
|
:param pulumi.Input[str] machine_type: The machine type to use for the job.
|
@@ -57,7 +57,7 @@ class JobArgs:
|
|
57
57
|
:param pulumi.Input[str] name: A unique name for the resource, required by Dataflow.
|
58
58
|
:param pulumi.Input[str] network: The network to which VMs will be assigned. If it is not provided, "default" will be used.
|
59
59
|
:param pulumi.Input[str] on_delete: One of "drain" or "cancel". Specifies behavior of deletion during `pulumi destroy`. See above note.
|
60
|
-
:param pulumi.Input[Mapping[str,
|
60
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] parameters: **Template specific** Key/Value pairs to be forwarded to the pipeline's options; keys are
|
61
61
|
case-sensitive based on the language on which the pipeline is coded, mostly Java.
|
62
62
|
**Note**: do not configure Dataflow options here in parameters.
|
63
63
|
:param pulumi.Input[str] project: The project in which the resource belongs. If it is not provided, the provider project is used.
|
@@ -65,7 +65,7 @@ class JobArgs:
|
|
65
65
|
:param pulumi.Input[str] service_account_email: The Service Account email used to create the job. This should be just an email e.g. `myserviceaccount@myproject.iam.gserviceaccount.com`. Do not include any `serviceAccount:` or other prefix.
|
66
66
|
:param pulumi.Input[bool] skip_wait_on_job_termination: If set to `true`, Pulumi will treat `DRAINING` and `CANCELLING` as terminal states when deleting the resource, and will remove the resource from Pulumi state and move on. See above note.
|
67
67
|
:param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK". If the [subnetwork is located in a Shared VPC network](https://cloud.google.com/dataflow/docs/guides/specifying-networks#shared), you must use the complete URL. For example `"googleapis.com/compute/v1/projects/PROJECT_ID/regions/REGION/subnetworks/SUBNET_NAME"`
|
68
|
-
:param pulumi.Input[Mapping[str,
|
68
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] transform_name_mapping: Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced with the corresponding name prefixes of the new job. This field is not used outside of update.
|
69
69
|
:param pulumi.Input[str] zone: The zone in which the created job should run. If it is not provided, the provider zone is used.
|
70
70
|
"""
|
71
71
|
pulumi.set(__self__, "temp_gcs_location", temp_gcs_location)
|
@@ -183,7 +183,7 @@ class JobArgs:
|
|
183
183
|
|
184
184
|
@property
|
185
185
|
@pulumi.getter
|
186
|
-
def labels(self) -> Optional[pulumi.Input[Mapping[str,
|
186
|
+
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
187
187
|
"""
|
188
188
|
User labels to be specified for the job. Keys and values should follow the restrictions
|
189
189
|
specified in the [labeling restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions) page.
|
@@ -192,7 +192,7 @@ class JobArgs:
|
|
192
192
|
return pulumi.get(self, "labels")
|
193
193
|
|
194
194
|
@labels.setter
|
195
|
-
def labels(self, value: Optional[pulumi.Input[Mapping[str,
|
195
|
+
def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
196
196
|
pulumi.set(self, "labels", value)
|
197
197
|
|
198
198
|
@property
|
@@ -257,7 +257,7 @@ class JobArgs:
|
|
257
257
|
|
258
258
|
@property
|
259
259
|
@pulumi.getter
|
260
|
-
def parameters(self) -> Optional[pulumi.Input[Mapping[str,
|
260
|
+
def parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
261
261
|
"""
|
262
262
|
**Template specific** Key/Value pairs to be forwarded to the pipeline's options; keys are
|
263
263
|
case-sensitive based on the language on which the pipeline is coded, mostly Java.
|
@@ -266,7 +266,7 @@ class JobArgs:
|
|
266
266
|
return pulumi.get(self, "parameters")
|
267
267
|
|
268
268
|
@parameters.setter
|
269
|
-
def parameters(self, value: Optional[pulumi.Input[Mapping[str,
|
269
|
+
def parameters(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
270
270
|
pulumi.set(self, "parameters", value)
|
271
271
|
|
272
272
|
@property
|
@@ -331,14 +331,14 @@ class JobArgs:
|
|
331
331
|
|
332
332
|
@property
|
333
333
|
@pulumi.getter(name="transformNameMapping")
|
334
|
-
def transform_name_mapping(self) -> Optional[pulumi.Input[Mapping[str,
|
334
|
+
def transform_name_mapping(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
335
335
|
"""
|
336
336
|
Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced with the corresponding name prefixes of the new job. This field is not used outside of update.
|
337
337
|
"""
|
338
338
|
return pulumi.get(self, "transform_name_mapping")
|
339
339
|
|
340
340
|
@transform_name_mapping.setter
|
341
|
-
def transform_name_mapping(self, value: Optional[pulumi.Input[Mapping[str,
|
341
|
+
def transform_name_mapping(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
342
342
|
pulumi.set(self, "transform_name_mapping", value)
|
343
343
|
|
344
344
|
@property
|
@@ -363,13 +363,13 @@ class _JobState:
|
|
363
363
|
ip_configuration: Optional[pulumi.Input[str]] = None,
|
364
364
|
job_id: Optional[pulumi.Input[str]] = None,
|
365
365
|
kms_key_name: Optional[pulumi.Input[str]] = None,
|
366
|
-
labels: Optional[pulumi.Input[Mapping[str,
|
366
|
+
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
367
367
|
machine_type: Optional[pulumi.Input[str]] = None,
|
368
368
|
max_workers: Optional[pulumi.Input[int]] = None,
|
369
369
|
name: Optional[pulumi.Input[str]] = None,
|
370
370
|
network: Optional[pulumi.Input[str]] = None,
|
371
371
|
on_delete: Optional[pulumi.Input[str]] = None,
|
372
|
-
parameters: Optional[pulumi.Input[Mapping[str,
|
372
|
+
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
373
373
|
project: Optional[pulumi.Input[str]] = None,
|
374
374
|
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
375
375
|
region: Optional[pulumi.Input[str]] = None,
|
@@ -379,7 +379,7 @@ class _JobState:
|
|
379
379
|
subnetwork: Optional[pulumi.Input[str]] = None,
|
380
380
|
temp_gcs_location: Optional[pulumi.Input[str]] = None,
|
381
381
|
template_gcs_path: Optional[pulumi.Input[str]] = None,
|
382
|
-
transform_name_mapping: Optional[pulumi.Input[Mapping[str,
|
382
|
+
transform_name_mapping: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
383
383
|
type: Optional[pulumi.Input[str]] = None,
|
384
384
|
zone: Optional[pulumi.Input[str]] = None):
|
385
385
|
"""
|
@@ -390,7 +390,7 @@ class _JobState:
|
|
390
390
|
:param pulumi.Input[str] ip_configuration: The configuration for VM IPs. Options are `"WORKER_IP_PUBLIC"` or `"WORKER_IP_PRIVATE"`.
|
391
391
|
:param pulumi.Input[str] job_id: The unique ID of this job.
|
392
392
|
:param pulumi.Input[str] kms_key_name: The name for the Cloud KMS key for the job. Key format is: `projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY`
|
393
|
-
:param pulumi.Input[Mapping[str,
|
393
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: User labels to be specified for the job. Keys and values should follow the restrictions
|
394
394
|
specified in the [labeling restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions) page.
|
395
395
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the resource.
|
396
396
|
:param pulumi.Input[str] machine_type: The machine type to use for the job.
|
@@ -398,7 +398,7 @@ class _JobState:
|
|
398
398
|
:param pulumi.Input[str] name: A unique name for the resource, required by Dataflow.
|
399
399
|
:param pulumi.Input[str] network: The network to which VMs will be assigned. If it is not provided, "default" will be used.
|
400
400
|
:param pulumi.Input[str] on_delete: One of "drain" or "cancel". Specifies behavior of deletion during `pulumi destroy`. See above note.
|
401
|
-
:param pulumi.Input[Mapping[str,
|
401
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] parameters: **Template specific** Key/Value pairs to be forwarded to the pipeline's options; keys are
|
402
402
|
case-sensitive based on the language on which the pipeline is coded, mostly Java.
|
403
403
|
**Note**: do not configure Dataflow options here in parameters.
|
404
404
|
:param pulumi.Input[str] project: The project in which the resource belongs. If it is not provided, the provider project is used.
|
@@ -412,7 +412,7 @@ class _JobState:
|
|
412
412
|
|
413
413
|
- - -
|
414
414
|
:param pulumi.Input[str] template_gcs_path: The GCS path to the Dataflow job template.
|
415
|
-
:param pulumi.Input[Mapping[str,
|
415
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] transform_name_mapping: Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced with the corresponding name prefixes of the new job. This field is not used outside of update.
|
416
416
|
:param pulumi.Input[str] type: The type of this job, selected from the [JobType enum](https://cloud.google.com/dataflow/docs/reference/rest/v1b3/projects.jobs#Job.JobType)
|
417
417
|
:param pulumi.Input[str] zone: The zone in which the created job should run. If it is not provided, the provider zone is used.
|
418
418
|
"""
|
@@ -541,7 +541,7 @@ class _JobState:
|
|
541
541
|
|
542
542
|
@property
|
543
543
|
@pulumi.getter
|
544
|
-
def labels(self) -> Optional[pulumi.Input[Mapping[str,
|
544
|
+
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
545
545
|
"""
|
546
546
|
User labels to be specified for the job. Keys and values should follow the restrictions
|
547
547
|
specified in the [labeling restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions) page.
|
@@ -550,7 +550,7 @@ class _JobState:
|
|
550
550
|
return pulumi.get(self, "labels")
|
551
551
|
|
552
552
|
@labels.setter
|
553
|
-
def labels(self, value: Optional[pulumi.Input[Mapping[str,
|
553
|
+
def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
554
554
|
pulumi.set(self, "labels", value)
|
555
555
|
|
556
556
|
@property
|
@@ -615,7 +615,7 @@ class _JobState:
|
|
615
615
|
|
616
616
|
@property
|
617
617
|
@pulumi.getter
|
618
|
-
def parameters(self) -> Optional[pulumi.Input[Mapping[str,
|
618
|
+
def parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
619
619
|
"""
|
620
620
|
**Template specific** Key/Value pairs to be forwarded to the pipeline's options; keys are
|
621
621
|
case-sensitive based on the language on which the pipeline is coded, mostly Java.
|
@@ -624,7 +624,7 @@ class _JobState:
|
|
624
624
|
return pulumi.get(self, "parameters")
|
625
625
|
|
626
626
|
@parameters.setter
|
627
|
-
def parameters(self, value: Optional[pulumi.Input[Mapping[str,
|
627
|
+
def parameters(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
628
628
|
pulumi.set(self, "parameters", value)
|
629
629
|
|
630
630
|
@property
|
@@ -739,14 +739,14 @@ class _JobState:
|
|
739
739
|
|
740
740
|
@property
|
741
741
|
@pulumi.getter(name="transformNameMapping")
|
742
|
-
def transform_name_mapping(self) -> Optional[pulumi.Input[Mapping[str,
|
742
|
+
def transform_name_mapping(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
743
743
|
"""
|
744
744
|
Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced with the corresponding name prefixes of the new job. This field is not used outside of update.
|
745
745
|
"""
|
746
746
|
return pulumi.get(self, "transform_name_mapping")
|
747
747
|
|
748
748
|
@transform_name_mapping.setter
|
749
|
-
def transform_name_mapping(self, value: Optional[pulumi.Input[Mapping[str,
|
749
|
+
def transform_name_mapping(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
750
750
|
pulumi.set(self, "transform_name_mapping", value)
|
751
751
|
|
752
752
|
@property
|
@@ -783,13 +783,13 @@ class Job(pulumi.CustomResource):
|
|
783
783
|
enable_streaming_engine: Optional[pulumi.Input[bool]] = None,
|
784
784
|
ip_configuration: Optional[pulumi.Input[str]] = None,
|
785
785
|
kms_key_name: Optional[pulumi.Input[str]] = None,
|
786
|
-
labels: Optional[pulumi.Input[Mapping[str,
|
786
|
+
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
787
787
|
machine_type: Optional[pulumi.Input[str]] = None,
|
788
788
|
max_workers: Optional[pulumi.Input[int]] = None,
|
789
789
|
name: Optional[pulumi.Input[str]] = None,
|
790
790
|
network: Optional[pulumi.Input[str]] = None,
|
791
791
|
on_delete: Optional[pulumi.Input[str]] = None,
|
792
|
-
parameters: Optional[pulumi.Input[Mapping[str,
|
792
|
+
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
793
793
|
project: Optional[pulumi.Input[str]] = None,
|
794
794
|
region: Optional[pulumi.Input[str]] = None,
|
795
795
|
service_account_email: Optional[pulumi.Input[str]] = None,
|
@@ -797,7 +797,7 @@ class Job(pulumi.CustomResource):
|
|
797
797
|
subnetwork: Optional[pulumi.Input[str]] = None,
|
798
798
|
temp_gcs_location: Optional[pulumi.Input[str]] = None,
|
799
799
|
template_gcs_path: Optional[pulumi.Input[str]] = None,
|
800
|
-
transform_name_mapping: Optional[pulumi.Input[Mapping[str,
|
800
|
+
transform_name_mapping: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
801
801
|
zone: Optional[pulumi.Input[str]] = None,
|
802
802
|
__props__=None):
|
803
803
|
"""
|
@@ -905,7 +905,7 @@ class Job(pulumi.CustomResource):
|
|
905
905
|
:param pulumi.Input[bool] enable_streaming_engine: Enable/disable the use of [Streaming Engine](https://cloud.google.com/dataflow/docs/guides/deploying-a-pipeline#streaming-engine) for the job. Note that Streaming Engine is enabled by default for pipelines developed against the Beam SDK for Python v2.21.0 or later when using Python 3.
|
906
906
|
:param pulumi.Input[str] ip_configuration: The configuration for VM IPs. Options are `"WORKER_IP_PUBLIC"` or `"WORKER_IP_PRIVATE"`.
|
907
907
|
:param pulumi.Input[str] kms_key_name: The name for the Cloud KMS key for the job. Key format is: `projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY`
|
908
|
-
:param pulumi.Input[Mapping[str,
|
908
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: User labels to be specified for the job. Keys and values should follow the restrictions
|
909
909
|
specified in the [labeling restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions) page.
|
910
910
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the resource.
|
911
911
|
:param pulumi.Input[str] machine_type: The machine type to use for the job.
|
@@ -913,7 +913,7 @@ class Job(pulumi.CustomResource):
|
|
913
913
|
:param pulumi.Input[str] name: A unique name for the resource, required by Dataflow.
|
914
914
|
:param pulumi.Input[str] network: The network to which VMs will be assigned. If it is not provided, "default" will be used.
|
915
915
|
:param pulumi.Input[str] on_delete: One of "drain" or "cancel". Specifies behavior of deletion during `pulumi destroy`. See above note.
|
916
|
-
:param pulumi.Input[Mapping[str,
|
916
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] parameters: **Template specific** Key/Value pairs to be forwarded to the pipeline's options; keys are
|
917
917
|
case-sensitive based on the language on which the pipeline is coded, mostly Java.
|
918
918
|
**Note**: do not configure Dataflow options here in parameters.
|
919
919
|
:param pulumi.Input[str] project: The project in which the resource belongs. If it is not provided, the provider project is used.
|
@@ -925,7 +925,7 @@ class Job(pulumi.CustomResource):
|
|
925
925
|
|
926
926
|
- - -
|
927
927
|
:param pulumi.Input[str] template_gcs_path: The GCS path to the Dataflow job template.
|
928
|
-
:param pulumi.Input[Mapping[str,
|
928
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] transform_name_mapping: Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced with the corresponding name prefixes of the new job. This field is not used outside of update.
|
929
929
|
:param pulumi.Input[str] zone: The zone in which the created job should run. If it is not provided, the provider zone is used.
|
930
930
|
"""
|
931
931
|
...
|
@@ -1052,13 +1052,13 @@ class Job(pulumi.CustomResource):
|
|
1052
1052
|
enable_streaming_engine: Optional[pulumi.Input[bool]] = None,
|
1053
1053
|
ip_configuration: Optional[pulumi.Input[str]] = None,
|
1054
1054
|
kms_key_name: Optional[pulumi.Input[str]] = None,
|
1055
|
-
labels: Optional[pulumi.Input[Mapping[str,
|
1055
|
+
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1056
1056
|
machine_type: Optional[pulumi.Input[str]] = None,
|
1057
1057
|
max_workers: Optional[pulumi.Input[int]] = None,
|
1058
1058
|
name: Optional[pulumi.Input[str]] = None,
|
1059
1059
|
network: Optional[pulumi.Input[str]] = None,
|
1060
1060
|
on_delete: Optional[pulumi.Input[str]] = None,
|
1061
|
-
parameters: Optional[pulumi.Input[Mapping[str,
|
1061
|
+
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1062
1062
|
project: Optional[pulumi.Input[str]] = None,
|
1063
1063
|
region: Optional[pulumi.Input[str]] = None,
|
1064
1064
|
service_account_email: Optional[pulumi.Input[str]] = None,
|
@@ -1066,7 +1066,7 @@ class Job(pulumi.CustomResource):
|
|
1066
1066
|
subnetwork: Optional[pulumi.Input[str]] = None,
|
1067
1067
|
temp_gcs_location: Optional[pulumi.Input[str]] = None,
|
1068
1068
|
template_gcs_path: Optional[pulumi.Input[str]] = None,
|
1069
|
-
transform_name_mapping: Optional[pulumi.Input[Mapping[str,
|
1069
|
+
transform_name_mapping: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1070
1070
|
zone: Optional[pulumi.Input[str]] = None,
|
1071
1071
|
__props__=None):
|
1072
1072
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
@@ -1124,13 +1124,13 @@ class Job(pulumi.CustomResource):
|
|
1124
1124
|
ip_configuration: Optional[pulumi.Input[str]] = None,
|
1125
1125
|
job_id: Optional[pulumi.Input[str]] = None,
|
1126
1126
|
kms_key_name: Optional[pulumi.Input[str]] = None,
|
1127
|
-
labels: Optional[pulumi.Input[Mapping[str,
|
1127
|
+
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1128
1128
|
machine_type: Optional[pulumi.Input[str]] = None,
|
1129
1129
|
max_workers: Optional[pulumi.Input[int]] = None,
|
1130
1130
|
name: Optional[pulumi.Input[str]] = None,
|
1131
1131
|
network: Optional[pulumi.Input[str]] = None,
|
1132
1132
|
on_delete: Optional[pulumi.Input[str]] = None,
|
1133
|
-
parameters: Optional[pulumi.Input[Mapping[str,
|
1133
|
+
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1134
1134
|
project: Optional[pulumi.Input[str]] = None,
|
1135
1135
|
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1136
1136
|
region: Optional[pulumi.Input[str]] = None,
|
@@ -1140,7 +1140,7 @@ class Job(pulumi.CustomResource):
|
|
1140
1140
|
subnetwork: Optional[pulumi.Input[str]] = None,
|
1141
1141
|
temp_gcs_location: Optional[pulumi.Input[str]] = None,
|
1142
1142
|
template_gcs_path: Optional[pulumi.Input[str]] = None,
|
1143
|
-
transform_name_mapping: Optional[pulumi.Input[Mapping[str,
|
1143
|
+
transform_name_mapping: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1144
1144
|
type: Optional[pulumi.Input[str]] = None,
|
1145
1145
|
zone: Optional[pulumi.Input[str]] = None) -> 'Job':
|
1146
1146
|
"""
|
@@ -1156,7 +1156,7 @@ class Job(pulumi.CustomResource):
|
|
1156
1156
|
:param pulumi.Input[str] ip_configuration: The configuration for VM IPs. Options are `"WORKER_IP_PUBLIC"` or `"WORKER_IP_PRIVATE"`.
|
1157
1157
|
:param pulumi.Input[str] job_id: The unique ID of this job.
|
1158
1158
|
:param pulumi.Input[str] kms_key_name: The name for the Cloud KMS key for the job. Key format is: `projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY`
|
1159
|
-
:param pulumi.Input[Mapping[str,
|
1159
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: User labels to be specified for the job. Keys and values should follow the restrictions
|
1160
1160
|
specified in the [labeling restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions) page.
|
1161
1161
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the resource.
|
1162
1162
|
:param pulumi.Input[str] machine_type: The machine type to use for the job.
|
@@ -1164,7 +1164,7 @@ class Job(pulumi.CustomResource):
|
|
1164
1164
|
:param pulumi.Input[str] name: A unique name for the resource, required by Dataflow.
|
1165
1165
|
:param pulumi.Input[str] network: The network to which VMs will be assigned. If it is not provided, "default" will be used.
|
1166
1166
|
:param pulumi.Input[str] on_delete: One of "drain" or "cancel". Specifies behavior of deletion during `pulumi destroy`. See above note.
|
1167
|
-
:param pulumi.Input[Mapping[str,
|
1167
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] parameters: **Template specific** Key/Value pairs to be forwarded to the pipeline's options; keys are
|
1168
1168
|
case-sensitive based on the language on which the pipeline is coded, mostly Java.
|
1169
1169
|
**Note**: do not configure Dataflow options here in parameters.
|
1170
1170
|
:param pulumi.Input[str] project: The project in which the resource belongs. If it is not provided, the provider project is used.
|
@@ -1178,7 +1178,7 @@ class Job(pulumi.CustomResource):
|
|
1178
1178
|
|
1179
1179
|
- - -
|
1180
1180
|
:param pulumi.Input[str] template_gcs_path: The GCS path to the Dataflow job template.
|
1181
|
-
:param pulumi.Input[Mapping[str,
|
1181
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] transform_name_mapping: Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced with the corresponding name prefixes of the new job. This field is not used outside of update.
|
1182
1182
|
:param pulumi.Input[str] type: The type of this job, selected from the [JobType enum](https://cloud.google.com/dataflow/docs/reference/rest/v1b3/projects.jobs#Job.JobType)
|
1183
1183
|
:param pulumi.Input[str] zone: The zone in which the created job should run. If it is not provided, the provider zone is used.
|
1184
1184
|
"""
|
@@ -1263,7 +1263,7 @@ class Job(pulumi.CustomResource):
|
|
1263
1263
|
|
1264
1264
|
@property
|
1265
1265
|
@pulumi.getter
|
1266
|
-
def labels(self) -> pulumi.Output[Optional[Mapping[str,
|
1266
|
+
def labels(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
1267
1267
|
"""
|
1268
1268
|
User labels to be specified for the job. Keys and values should follow the restrictions
|
1269
1269
|
specified in the [labeling restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions) page.
|
@@ -1313,7 +1313,7 @@ class Job(pulumi.CustomResource):
|
|
1313
1313
|
|
1314
1314
|
@property
|
1315
1315
|
@pulumi.getter
|
1316
|
-
def parameters(self) -> pulumi.Output[Optional[Mapping[str,
|
1316
|
+
def parameters(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
1317
1317
|
"""
|
1318
1318
|
**Template specific** Key/Value pairs to be forwarded to the pipeline's options; keys are
|
1319
1319
|
case-sensitive based on the language on which the pipeline is coded, mostly Java.
|
@@ -1397,7 +1397,7 @@ class Job(pulumi.CustomResource):
|
|
1397
1397
|
|
1398
1398
|
@property
|
1399
1399
|
@pulumi.getter(name="transformNameMapping")
|
1400
|
-
def transform_name_mapping(self) -> pulumi.Output[Optional[Mapping[str,
|
1400
|
+
def transform_name_mapping(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
1401
1401
|
"""
|
1402
1402
|
Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced with the corresponding name prefixes of the new job. This field is not used outside of update.
|
1403
1403
|
"""
|
@@ -1031,7 +1031,11 @@ class Instance(pulumi.CustomResource):
|
|
1031
1031
|
},
|
1032
1032
|
network_config={
|
1033
1033
|
"network": "default",
|
1034
|
-
"ip_allocation": pulumi.Output.all(
|
1034
|
+
"ip_allocation": pulumi.Output.all(
|
1035
|
+
address=private_ip_alloc.address,
|
1036
|
+
prefix_length=private_ip_alloc.prefix_length
|
1037
|
+
).apply(lambda resolved_outputs: f"{resolved_outputs['address']}/{resolved_outputs['prefix_length']}")
|
1038
|
+
,
|
1035
1039
|
},
|
1036
1040
|
accelerators=[{
|
1037
1041
|
"accelerator_type": "CDC",
|
@@ -1272,7 +1276,11 @@ class Instance(pulumi.CustomResource):
|
|
1272
1276
|
},
|
1273
1277
|
network_config={
|
1274
1278
|
"network": "default",
|
1275
|
-
"ip_allocation": pulumi.Output.all(
|
1279
|
+
"ip_allocation": pulumi.Output.all(
|
1280
|
+
address=private_ip_alloc.address,
|
1281
|
+
prefix_length=private_ip_alloc.prefix_length
|
1282
|
+
).apply(lambda resolved_outputs: f"{resolved_outputs['address']}/{resolved_outputs['prefix_length']}")
|
1283
|
+
,
|
1276
1284
|
},
|
1277
1285
|
accelerators=[{
|
1278
1286
|
"accelerator_type": "CDC",
|
pulumi_gcp/dataloss/_inputs.py
CHANGED
@@ -15829,7 +15829,7 @@ if not MYPY:
|
|
15829
15829
|
"""
|
15830
15830
|
The status code, which should be an enum value of google.rpc.Code.
|
15831
15831
|
"""
|
15832
|
-
details: NotRequired[pulumi.Input[Sequence[pulumi.Input[Mapping[str,
|
15832
|
+
details: NotRequired[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]]
|
15833
15833
|
"""
|
15834
15834
|
A list of messages that carry the error details.
|
15835
15835
|
"""
|
@@ -15844,11 +15844,11 @@ elif False:
|
|
15844
15844
|
class PreventionDiscoveryConfigErrorDetailsArgs:
|
15845
15845
|
def __init__(__self__, *,
|
15846
15846
|
code: Optional[pulumi.Input[int]] = None,
|
15847
|
-
details: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str,
|
15847
|
+
details: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]] = None,
|
15848
15848
|
message: Optional[pulumi.Input[str]] = None):
|
15849
15849
|
"""
|
15850
15850
|
:param pulumi.Input[int] code: The status code, which should be an enum value of google.rpc.Code.
|
15851
|
-
:param pulumi.Input[Sequence[pulumi.Input[Mapping[str,
|
15851
|
+
:param pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]] details: A list of messages that carry the error details.
|
15852
15852
|
:param pulumi.Input[str] message: A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
|
15853
15853
|
"""
|
15854
15854
|
if code is not None:
|
@@ -15872,14 +15872,14 @@ class PreventionDiscoveryConfigErrorDetailsArgs:
|
|
15872
15872
|
|
15873
15873
|
@property
|
15874
15874
|
@pulumi.getter
|
15875
|
-
def details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str,
|
15875
|
+
def details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]]:
|
15876
15876
|
"""
|
15877
15877
|
A list of messages that carry the error details.
|
15878
15878
|
"""
|
15879
15879
|
return pulumi.get(self, "details")
|
15880
15880
|
|
15881
15881
|
@details.setter
|
15882
|
-
def details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str,
|
15882
|
+
def details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Mapping[str, pulumi.Input[str]]]]]]):
|
15883
15883
|
pulumi.set(self, "details", value)
|
15884
15884
|
|
15885
15885
|
@property
|
pulumi_gcp/dataloss/outputs.py
CHANGED
@@ -11620,11 +11620,11 @@ class PreventionDiscoveryConfigError(dict):
|
|
11620
11620
|
class PreventionDiscoveryConfigErrorDetails(dict):
|
11621
11621
|
def __init__(__self__, *,
|
11622
11622
|
code: Optional[int] = None,
|
11623
|
-
details: Optional[Sequence[Mapping[str,
|
11623
|
+
details: Optional[Sequence[Mapping[str, str]]] = None,
|
11624
11624
|
message: Optional[str] = None):
|
11625
11625
|
"""
|
11626
11626
|
:param int code: The status code, which should be an enum value of google.rpc.Code.
|
11627
|
-
:param Sequence[Mapping[str,
|
11627
|
+
:param Sequence[Mapping[str, str]] details: A list of messages that carry the error details.
|
11628
11628
|
:param str message: A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
|
11629
11629
|
"""
|
11630
11630
|
if code is not None:
|
@@ -11644,7 +11644,7 @@ class PreventionDiscoveryConfigErrorDetails(dict):
|
|
11644
11644
|
|
11645
11645
|
@property
|
11646
11646
|
@pulumi.getter
|
11647
|
-
def details(self) -> Optional[Sequence[Mapping[str,
|
11647
|
+
def details(self) -> Optional[Sequence[Mapping[str, str]]]:
|
11648
11648
|
"""
|
11649
11649
|
A list of messages that carry the error details.
|
11650
11650
|
"""
|
@@ -399,7 +399,11 @@ class PreventionStoredInfoType(pulumi.CustomResource):
|
|
399
399
|
display_name="Displayname",
|
400
400
|
large_custom_dictionary={
|
401
401
|
"cloud_storage_file_set": {
|
402
|
-
"url": pulumi.Output.all(
|
402
|
+
"url": pulumi.Output.all(
|
403
|
+
bucketName=bucket.name,
|
404
|
+
objectName=object.name
|
405
|
+
).apply(lambda resolved_outputs: f"gs://{resolved_outputs['bucketName']}/{resolved_outputs['objectName']}")
|
406
|
+
,
|
403
407
|
},
|
404
408
|
"output_path": {
|
405
409
|
"path": bucket.name.apply(lambda name: f"gs://{name}/output/dictionary.txt"),
|
@@ -534,7 +538,11 @@ class PreventionStoredInfoType(pulumi.CustomResource):
|
|
534
538
|
display_name="Displayname",
|
535
539
|
large_custom_dictionary={
|
536
540
|
"cloud_storage_file_set": {
|
537
|
-
"url": pulumi.Output.all(
|
541
|
+
"url": pulumi.Output.all(
|
542
|
+
bucketName=bucket.name,
|
543
|
+
objectName=object.name
|
544
|
+
).apply(lambda resolved_outputs: f"gs://{resolved_outputs['bucketName']}/{resolved_outputs['objectName']}")
|
545
|
+
,
|
538
546
|
},
|
539
547
|
"output_path": {
|
540
548
|
"path": bucket.name.apply(lambda name: f"gs://{name}/output/dictionary.txt"),
|
pulumi_gcp/dataplex/asset.py
CHANGED
@@ -194,13 +194,13 @@ class _AssetState:
|
|
194
194
|
discovery_spec: Optional[pulumi.Input['AssetDiscoverySpecArgs']] = None,
|
195
195
|
discovery_statuses: Optional[pulumi.Input[Sequence[pulumi.Input['AssetDiscoveryStatusArgs']]]] = None,
|
196
196
|
display_name: Optional[pulumi.Input[str]] = None,
|
197
|
-
effective_labels: Optional[pulumi.Input[Mapping[str,
|
197
|
+
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
198
198
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
199
199
|
lake: Optional[pulumi.Input[str]] = None,
|
200
200
|
location: Optional[pulumi.Input[str]] = None,
|
201
201
|
name: Optional[pulumi.Input[str]] = None,
|
202
202
|
project: Optional[pulumi.Input[str]] = None,
|
203
|
-
pulumi_labels: Optional[pulumi.Input[Mapping[str,
|
203
|
+
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
204
204
|
resource_spec: Optional[pulumi.Input['AssetResourceSpecArgs']] = None,
|
205
205
|
resource_statuses: Optional[pulumi.Input[Sequence[pulumi.Input['AssetResourceStatusArgs']]]] = None,
|
206
206
|
security_statuses: Optional[pulumi.Input[Sequence[pulumi.Input['AssetSecurityStatusArgs']]]] = None,
|
@@ -215,7 +215,7 @@ class _AssetState:
|
|
215
215
|
:param pulumi.Input['AssetDiscoverySpecArgs'] discovery_spec: Required. Specification of the discovery feature applied to data referenced by this asset. When this spec is left unset, the asset will use the spec set on the parent zone.
|
216
216
|
:param pulumi.Input[Sequence[pulumi.Input['AssetDiscoveryStatusArgs']]] discovery_statuses: Output only. Status of the discovery feature applied to data referenced by this asset.
|
217
217
|
:param pulumi.Input[str] display_name: Optional. User friendly display name.
|
218
|
-
:param pulumi.Input[Mapping[str,
|
218
|
+
: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.
|
219
219
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. User defined labels for the asset. **Note**: This field is non-authoritative, and will only manage the labels
|
220
220
|
present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
|
221
221
|
resource.
|
@@ -223,7 +223,7 @@ class _AssetState:
|
|
223
223
|
:param pulumi.Input[str] location: The location for the resource
|
224
224
|
:param pulumi.Input[str] name: The name of the asset.
|
225
225
|
:param pulumi.Input[str] project: The project for the resource
|
226
|
-
:param pulumi.Input[Mapping[str,
|
226
|
+
: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.
|
227
227
|
:param pulumi.Input['AssetResourceSpecArgs'] resource_spec: Required. Immutable. Specification of the resource that is referenced by this asset.
|
228
228
|
:param pulumi.Input[Sequence[pulumi.Input['AssetResourceStatusArgs']]] resource_statuses: Output only. Status of the resource referenced by this asset.
|
229
229
|
:param pulumi.Input[Sequence[pulumi.Input['AssetSecurityStatusArgs']]] security_statuses: Output only. Status of the security policy applied to resource referenced by this asset.
|
@@ -344,14 +344,14 @@ class _AssetState:
|
|
344
344
|
|
345
345
|
@property
|
346
346
|
@pulumi.getter(name="effectiveLabels")
|
347
|
-
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str,
|
347
|
+
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
348
348
|
"""
|
349
349
|
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
350
350
|
"""
|
351
351
|
return pulumi.get(self, "effective_labels")
|
352
352
|
|
353
353
|
@effective_labels.setter
|
354
|
-
def effective_labels(self, value: Optional[pulumi.Input[Mapping[str,
|
354
|
+
def effective_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
355
355
|
pulumi.set(self, "effective_labels", value)
|
356
356
|
|
357
357
|
@property
|
@@ -418,14 +418,14 @@ class _AssetState:
|
|
418
418
|
|
419
419
|
@property
|
420
420
|
@pulumi.getter(name="pulumiLabels")
|
421
|
-
def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str,
|
421
|
+
def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
422
422
|
"""
|
423
423
|
The combination of labels configured directly on the resource and default labels configured on the provider.
|
424
424
|
"""
|
425
425
|
return pulumi.get(self, "pulumi_labels")
|
426
426
|
|
427
427
|
@pulumi_labels.setter
|
428
|
-
def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str,
|
428
|
+
def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
429
429
|
pulumi.set(self, "pulumi_labels", value)
|
430
430
|
|
431
431
|
@property
|
@@ -769,13 +769,13 @@ class Asset(pulumi.CustomResource):
|
|
769
769
|
discovery_spec: Optional[pulumi.Input[Union['AssetDiscoverySpecArgs', 'AssetDiscoverySpecArgsDict']]] = None,
|
770
770
|
discovery_statuses: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AssetDiscoveryStatusArgs', 'AssetDiscoveryStatusArgsDict']]]]] = None,
|
771
771
|
display_name: Optional[pulumi.Input[str]] = None,
|
772
|
-
effective_labels: Optional[pulumi.Input[Mapping[str,
|
772
|
+
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
773
773
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
774
774
|
lake: Optional[pulumi.Input[str]] = None,
|
775
775
|
location: Optional[pulumi.Input[str]] = None,
|
776
776
|
name: Optional[pulumi.Input[str]] = None,
|
777
777
|
project: Optional[pulumi.Input[str]] = None,
|
778
|
-
pulumi_labels: Optional[pulumi.Input[Mapping[str,
|
778
|
+
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
779
779
|
resource_spec: Optional[pulumi.Input[Union['AssetResourceSpecArgs', 'AssetResourceSpecArgsDict']]] = None,
|
780
780
|
resource_statuses: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AssetResourceStatusArgs', 'AssetResourceStatusArgsDict']]]]] = None,
|
781
781
|
security_statuses: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AssetSecurityStatusArgs', 'AssetSecurityStatusArgsDict']]]]] = None,
|
@@ -795,7 +795,7 @@ class Asset(pulumi.CustomResource):
|
|
795
795
|
:param pulumi.Input[Union['AssetDiscoverySpecArgs', 'AssetDiscoverySpecArgsDict']] discovery_spec: Required. Specification of the discovery feature applied to data referenced by this asset. When this spec is left unset, the asset will use the spec set on the parent zone.
|
796
796
|
:param pulumi.Input[Sequence[pulumi.Input[Union['AssetDiscoveryStatusArgs', 'AssetDiscoveryStatusArgsDict']]]] discovery_statuses: Output only. Status of the discovery feature applied to data referenced by this asset.
|
797
797
|
:param pulumi.Input[str] display_name: Optional. User friendly display name.
|
798
|
-
:param pulumi.Input[Mapping[str,
|
798
|
+
: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.
|
799
799
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. User defined labels for the asset. **Note**: This field is non-authoritative, and will only manage the labels
|
800
800
|
present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
|
801
801
|
resource.
|
@@ -803,7 +803,7 @@ class Asset(pulumi.CustomResource):
|
|
803
803
|
:param pulumi.Input[str] location: The location for the resource
|
804
804
|
:param pulumi.Input[str] name: The name of the asset.
|
805
805
|
:param pulumi.Input[str] project: The project for the resource
|
806
|
-
:param pulumi.Input[Mapping[str,
|
806
|
+
: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.
|
807
807
|
:param pulumi.Input[Union['AssetResourceSpecArgs', 'AssetResourceSpecArgsDict']] resource_spec: Required. Immutable. Specification of the resource that is referenced by this asset.
|
808
808
|
:param pulumi.Input[Sequence[pulumi.Input[Union['AssetResourceStatusArgs', 'AssetResourceStatusArgsDict']]]] resource_statuses: Output only. Status of the resource referenced by this asset.
|
809
809
|
:param pulumi.Input[Sequence[pulumi.Input[Union['AssetSecurityStatusArgs', 'AssetSecurityStatusArgsDict']]]] security_statuses: Output only. Status of the security policy applied to resource referenced by this asset.
|
@@ -886,7 +886,7 @@ class Asset(pulumi.CustomResource):
|
|
886
886
|
|
887
887
|
@property
|
888
888
|
@pulumi.getter(name="effectiveLabels")
|
889
|
-
def effective_labels(self) -> pulumi.Output[Mapping[str,
|
889
|
+
def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
890
890
|
"""
|
891
891
|
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
892
892
|
"""
|
@@ -936,7 +936,7 @@ class Asset(pulumi.CustomResource):
|
|
936
936
|
|
937
937
|
@property
|
938
938
|
@pulumi.getter(name="pulumiLabels")
|
939
|
-
def pulumi_labels(self) -> pulumi.Output[Mapping[str,
|
939
|
+
def pulumi_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
940
940
|
"""
|
941
941
|
The combination of labels configured directly on the resource and default labels configured on the provider.
|
942
942
|
"""
|