pulumi-gcp 8.8.2a1731515595__py3-none-any.whl → 8.9.0a1731021465__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 +0 -64
- pulumi_gcp/activedirectory/domain.py +0 -24
- pulumi_gcp/apigee/__init__.py +0 -1
- pulumi_gcp/apigee/_inputs.py +0 -74
- pulumi_gcp/apigee/outputs.py +0 -65
- pulumi_gcp/applicationintegration/auth_config.py +0 -24
- pulumi_gcp/backupdisasterrecovery/__init__.py +0 -4
- pulumi_gcp/backupdisasterrecovery/_inputs.py +0 -533
- pulumi_gcp/backupdisasterrecovery/backup_vault.py +6 -146
- pulumi_gcp/backupdisasterrecovery/outputs.py +0 -702
- pulumi_gcp/bigquery/data_transfer_config.py +0 -24
- pulumi_gcp/cloudrunv2/_inputs.py +0 -46
- pulumi_gcp/cloudrunv2/job.py +2 -0
- pulumi_gcp/cloudrunv2/outputs.py +2 -60
- pulumi_gcp/cloudrunv2/service.py +2 -0
- pulumi_gcp/compute/__init__.py +0 -1
- pulumi_gcp/compute/_inputs.py +255 -2162
- pulumi_gcp/compute/disk.py +7 -7
- pulumi_gcp/compute/firewall_policy_rule.py +54 -108
- pulumi_gcp/compute/get_region_instance_group_manager.py +1 -12
- pulumi_gcp/compute/health_check.py +42 -42
- pulumi_gcp/compute/network_firewall_policy_rule.py +4 -4
- pulumi_gcp/compute/network_firewall_policy_with_rules.py +10 -10
- pulumi_gcp/compute/node_template.py +0 -95
- pulumi_gcp/compute/outputs.py +213 -1639
- pulumi_gcp/compute/region_disk.py +7 -7
- pulumi_gcp/compute/region_health_check.py +42 -42
- pulumi_gcp/compute/region_instance_group_manager.py +14 -54
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +4 -4
- pulumi_gcp/compute/region_network_firewall_policy_with_rules.py +10 -10
- pulumi_gcp/compute/region_security_policy.py +0 -120
- pulumi_gcp/compute/region_security_policy_rule.py +6 -6
- pulumi_gcp/compute/router_peer.py +35 -56
- pulumi_gcp/compute/security_scan_config.py +8 -8
- pulumi_gcp/config/__init__.pyi +0 -4
- pulumi_gcp/config/vars.py +0 -8
- pulumi_gcp/container/_inputs.py +10 -345
- pulumi_gcp/container/cluster.py +0 -101
- pulumi_gcp/container/get_cluster.py +1 -23
- pulumi_gcp/container/outputs.py +8 -456
- pulumi_gcp/dataloss/prevention_discovery_config.py +7 -7
- pulumi_gcp/dataproc/__init__.py +0 -2
- pulumi_gcp/dataproc/_inputs.py +0 -101
- pulumi_gcp/dataproc/outputs.py +0 -94
- pulumi_gcp/edgecontainer/vpn_connection.py +4 -4
- pulumi_gcp/firebase/android_app.py +2 -2
- pulumi_gcp/firebase/apple_app.py +2 -2
- pulumi_gcp/firebase/web_app.py +2 -2
- pulumi_gcp/firestore/index.py +0 -44
- pulumi_gcp/gkeonprem/_inputs.py +15 -15
- pulumi_gcp/gkeonprem/outputs.py +10 -10
- pulumi_gcp/healthcare/dataset.py +7 -7
- pulumi_gcp/healthcare/dicom_store.py +7 -7
- pulumi_gcp/healthcare/fhir_store.py +7 -7
- pulumi_gcp/healthcare/hl7_store.py +14 -14
- pulumi_gcp/iam/__init__.py +0 -1
- pulumi_gcp/iam/_inputs.py +0 -161
- pulumi_gcp/iam/outputs.py +0 -114
- pulumi_gcp/logging/metric.py +2 -2
- pulumi_gcp/looker/_inputs.py +0 -6
- pulumi_gcp/looker/instance.py +321 -169
- pulumi_gcp/looker/outputs.py +0 -4
- pulumi_gcp/memorystore/instance.py +0 -4
- pulumi_gcp/monitoring/alert_policy.py +0 -24
- pulumi_gcp/monitoring/custom_service.py +0 -24
- pulumi_gcp/monitoring/group.py +0 -24
- pulumi_gcp/monitoring/metric_descriptor.py +0 -24
- pulumi_gcp/monitoring/slo.py +0 -24
- pulumi_gcp/monitoring/uptime_check_config.py +0 -24
- pulumi_gcp/networkmanagement/__init__.py +0 -1
- pulumi_gcp/osconfig/patch_deployment.py +8 -8
- pulumi_gcp/provider.py +0 -40
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/_inputs.py +3 -3
- pulumi_gcp/redis/outputs.py +2 -2
- pulumi_gcp/securitycenter/notification_config.py +16 -4
- pulumi_gcp/securitycenter/project_notification_config.py +24 -0
- pulumi_gcp/securitycenter/v2_organization_notification_config.py +16 -4
- pulumi_gcp/spanner/__init__.py +0 -1
- pulumi_gcp/spanner/_inputs.py +9 -9
- pulumi_gcp/spanner/get_instance.py +1 -12
- pulumi_gcp/spanner/instance.py +0 -70
- pulumi_gcp/spanner/outputs.py +12 -46
- pulumi_gcp/sql/_inputs.py +0 -26
- pulumi_gcp/sql/database_instance.py +11 -124
- pulumi_gcp/sql/get_database_instance.py +1 -12
- pulumi_gcp/sql/outputs.py +0 -51
- pulumi_gcp/storage/_inputs.py +3 -3
- pulumi_gcp/storage/outputs.py +2 -2
- pulumi_gcp/tags/tag_binding.py +4 -4
- pulumi_gcp/tags/tag_value.py +2 -2
- pulumi_gcp/transcoder/job.py +0 -24
- pulumi_gcp/vertex/_inputs.py +0 -184
- pulumi_gcp/vertex/ai_endpoint.py +8 -394
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/outputs.py +0 -166
- pulumi_gcp/workbench/instance.py +7 -21
- pulumi_gcp/workflows/workflow.py +0 -36
- pulumi_gcp/workstations/workstation_config.py +8 -8
- {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731021465.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731021465.dist-info}/RECORD +103 -114
- {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731021465.dist-info}/WHEEL +1 -1
- pulumi_gcp/apigee/api.py +0 -456
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +0 -653
- pulumi_gcp/backupdisasterrecovery/backup_plan_association.py +0 -766
- pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +0 -204
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +0 -243
- pulumi_gcp/compute/region_resize_request.py +0 -772
- pulumi_gcp/dataproc/gdc_application_environment.py +0 -931
- pulumi_gcp/dataproc/gdc_service_instance.py +0 -1022
- pulumi_gcp/iam/principal_access_boundary_policy.py +0 -679
- pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +0 -1358
- pulumi_gcp/spanner/get_database.py +0 -229
- {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731021465.dist-info}/top_level.txt +0 -0
pulumi_gcp/looker/outputs.py
CHANGED
@@ -528,8 +528,6 @@ class InstanceOauthConfig(dict):
|
|
528
528
|
"""
|
529
529
|
:param str client_id: The client ID for the Oauth config.
|
530
530
|
:param str client_secret: The client secret for the Oauth config.
|
531
|
-
|
532
|
-
- - -
|
533
531
|
"""
|
534
532
|
pulumi.set(__self__, "client_id", client_id)
|
535
533
|
pulumi.set(__self__, "client_secret", client_secret)
|
@@ -547,8 +545,6 @@ class InstanceOauthConfig(dict):
|
|
547
545
|
def client_secret(self) -> str:
|
548
546
|
"""
|
549
547
|
The client secret for the Oauth config.
|
550
|
-
|
551
|
-
- - -
|
552
548
|
"""
|
553
549
|
return pulumi.get(self, "client_secret")
|
554
550
|
|
@@ -897,8 +897,6 @@ class Instance(pulumi.CustomResource):
|
|
897
897
|
zone_distribution_config: Optional[pulumi.Input[Union['InstanceZoneDistributionConfigArgs', 'InstanceZoneDistributionConfigArgsDict']]] = None,
|
898
898
|
__props__=None):
|
899
899
|
"""
|
900
|
-
A Google Cloud Memorystore instance.
|
901
|
-
|
902
900
|
## Example Usage
|
903
901
|
|
904
902
|
### Memorystore Instance Basic
|
@@ -1115,8 +1113,6 @@ class Instance(pulumi.CustomResource):
|
|
1115
1113
|
args: InstanceArgs,
|
1116
1114
|
opts: Optional[pulumi.ResourceOptions] = None):
|
1117
1115
|
"""
|
1118
|
-
A Google Cloud Memorystore instance.
|
1119
|
-
|
1120
1116
|
## Example Usage
|
1121
1117
|
|
1122
1118
|
### Memorystore Instance Basic
|
@@ -591,22 +591,10 @@ class AlertPolicy(pulumi.CustomResource):
|
|
591
591
|
|
592
592
|
AlertPolicy can be imported using any of these accepted formats:
|
593
593
|
|
594
|
-
* `{{project}}/{{name}}`
|
595
|
-
|
596
|
-
* `{{project}} {{name}}`
|
597
|
-
|
598
594
|
* `{{name}}`
|
599
595
|
|
600
596
|
When using the `pulumi import` command, AlertPolicy can be imported using one of the formats above. For example:
|
601
597
|
|
602
|
-
```sh
|
603
|
-
$ pulumi import gcp:monitoring/alertPolicy:AlertPolicy default {{project}}/{{name}}
|
604
|
-
```
|
605
|
-
|
606
|
-
```sh
|
607
|
-
$ pulumi import gcp:monitoring/alertPolicy:AlertPolicy default "{{project}} {{name}}"
|
608
|
-
```
|
609
|
-
|
610
598
|
```sh
|
611
599
|
$ pulumi import gcp:monitoring/alertPolicy:AlertPolicy default {{name}}
|
612
600
|
```
|
@@ -767,22 +755,10 @@ class AlertPolicy(pulumi.CustomResource):
|
|
767
755
|
|
768
756
|
AlertPolicy can be imported using any of these accepted formats:
|
769
757
|
|
770
|
-
* `{{project}}/{{name}}`
|
771
|
-
|
772
|
-
* `{{project}} {{name}}`
|
773
|
-
|
774
758
|
* `{{name}}`
|
775
759
|
|
776
760
|
When using the `pulumi import` command, AlertPolicy can be imported using one of the formats above. For example:
|
777
761
|
|
778
|
-
```sh
|
779
|
-
$ pulumi import gcp:monitoring/alertPolicy:AlertPolicy default {{project}}/{{name}}
|
780
|
-
```
|
781
|
-
|
782
|
-
```sh
|
783
|
-
$ pulumi import gcp:monitoring/alertPolicy:AlertPolicy default "{{project}} {{name}}"
|
784
|
-
```
|
785
|
-
|
786
762
|
```sh
|
787
763
|
$ pulumi import gcp:monitoring/alertPolicy:AlertPolicy default {{name}}
|
788
764
|
```
|
@@ -293,22 +293,10 @@ class CustomService(pulumi.CustomResource):
|
|
293
293
|
|
294
294
|
Service can be imported using any of these accepted formats:
|
295
295
|
|
296
|
-
* `{{project}}/{{name}}`
|
297
|
-
|
298
|
-
* `{{project}} {{name}}`
|
299
|
-
|
300
296
|
* `{{name}}`
|
301
297
|
|
302
298
|
When using the `pulumi import` command, Service can be imported using one of the formats above. For example:
|
303
299
|
|
304
|
-
```sh
|
305
|
-
$ pulumi import gcp:monitoring/customService:CustomService default {{project}}/{{name}}
|
306
|
-
```
|
307
|
-
|
308
|
-
```sh
|
309
|
-
$ pulumi import gcp:monitoring/customService:CustomService default "{{project}} {{name}}"
|
310
|
-
```
|
311
|
-
|
312
300
|
```sh
|
313
301
|
$ pulumi import gcp:monitoring/customService:CustomService default {{name}}
|
314
302
|
```
|
@@ -373,22 +361,10 @@ class CustomService(pulumi.CustomResource):
|
|
373
361
|
|
374
362
|
Service can be imported using any of these accepted formats:
|
375
363
|
|
376
|
-
* `{{project}}/{{name}}`
|
377
|
-
|
378
|
-
* `{{project}} {{name}}`
|
379
|
-
|
380
364
|
* `{{name}}`
|
381
365
|
|
382
366
|
When using the `pulumi import` command, Service can be imported using one of the formats above. For example:
|
383
367
|
|
384
|
-
```sh
|
385
|
-
$ pulumi import gcp:monitoring/customService:CustomService default {{project}}/{{name}}
|
386
|
-
```
|
387
|
-
|
388
|
-
```sh
|
389
|
-
$ pulumi import gcp:monitoring/customService:CustomService default "{{project}} {{name}}"
|
390
|
-
```
|
391
|
-
|
392
368
|
```sh
|
393
369
|
$ pulumi import gcp:monitoring/customService:CustomService default {{name}}
|
394
370
|
```
|
pulumi_gcp/monitoring/group.py
CHANGED
@@ -302,22 +302,10 @@ class Group(pulumi.CustomResource):
|
|
302
302
|
|
303
303
|
Group can be imported using any of these accepted formats:
|
304
304
|
|
305
|
-
* `{{project}}/{{name}}`
|
306
|
-
|
307
|
-
* `{{project}} {{name}}`
|
308
|
-
|
309
305
|
* `{{name}}`
|
310
306
|
|
311
307
|
When using the `pulumi import` command, Group can be imported using one of the formats above. For example:
|
312
308
|
|
313
|
-
```sh
|
314
|
-
$ pulumi import gcp:monitoring/group:Group default {{project}}/{{name}}
|
315
|
-
```
|
316
|
-
|
317
|
-
```sh
|
318
|
-
$ pulumi import gcp:monitoring/group:Group default "{{project}} {{name}}"
|
319
|
-
```
|
320
|
-
|
321
309
|
```sh
|
322
310
|
$ pulumi import gcp:monitoring/group:Group default {{name}}
|
323
311
|
```
|
@@ -389,22 +377,10 @@ class Group(pulumi.CustomResource):
|
|
389
377
|
|
390
378
|
Group can be imported using any of these accepted formats:
|
391
379
|
|
392
|
-
* `{{project}}/{{name}}`
|
393
|
-
|
394
|
-
* `{{project}} {{name}}`
|
395
|
-
|
396
380
|
* `{{name}}`
|
397
381
|
|
398
382
|
When using the `pulumi import` command, Group can be imported using one of the formats above. For example:
|
399
383
|
|
400
|
-
```sh
|
401
|
-
$ pulumi import gcp:monitoring/group:Group default {{project}}/{{name}}
|
402
|
-
```
|
403
|
-
|
404
|
-
```sh
|
405
|
-
$ pulumi import gcp:monitoring/group:Group default "{{project}} {{name}}"
|
406
|
-
```
|
407
|
-
|
408
384
|
```sh
|
409
385
|
$ pulumi import gcp:monitoring/group:Group default {{name}}
|
410
386
|
```
|
@@ -562,22 +562,10 @@ class MetricDescriptor(pulumi.CustomResource):
|
|
562
562
|
|
563
563
|
MetricDescriptor can be imported using any of these accepted formats:
|
564
564
|
|
565
|
-
* `{{project}}/{{name}}`
|
566
|
-
|
567
|
-
* `{{project}} {{name}}`
|
568
|
-
|
569
565
|
* `{{name}}`
|
570
566
|
|
571
567
|
When using the `pulumi import` command, MetricDescriptor can be imported using one of the formats above. For example:
|
572
568
|
|
573
|
-
```sh
|
574
|
-
$ pulumi import gcp:monitoring/metricDescriptor:MetricDescriptor default {{project}}/{{name}}
|
575
|
-
```
|
576
|
-
|
577
|
-
```sh
|
578
|
-
$ pulumi import gcp:monitoring/metricDescriptor:MetricDescriptor default "{{project}} {{name}}"
|
579
|
-
```
|
580
|
-
|
581
569
|
```sh
|
582
570
|
$ pulumi import gcp:monitoring/metricDescriptor:MetricDescriptor default {{name}}
|
583
571
|
```
|
@@ -691,22 +679,10 @@ class MetricDescriptor(pulumi.CustomResource):
|
|
691
679
|
|
692
680
|
MetricDescriptor can be imported using any of these accepted formats:
|
693
681
|
|
694
|
-
* `{{project}}/{{name}}`
|
695
|
-
|
696
|
-
* `{{project}} {{name}}`
|
697
|
-
|
698
682
|
* `{{name}}`
|
699
683
|
|
700
684
|
When using the `pulumi import` command, MetricDescriptor can be imported using one of the formats above. For example:
|
701
685
|
|
702
|
-
```sh
|
703
|
-
$ pulumi import gcp:monitoring/metricDescriptor:MetricDescriptor default {{project}}/{{name}}
|
704
|
-
```
|
705
|
-
|
706
|
-
```sh
|
707
|
-
$ pulumi import gcp:monitoring/metricDescriptor:MetricDescriptor default "{{project}} {{name}}"
|
708
|
-
```
|
709
|
-
|
710
686
|
```sh
|
711
687
|
$ pulumi import gcp:monitoring/metricDescriptor:MetricDescriptor default {{name}}
|
712
688
|
```
|
pulumi_gcp/monitoring/slo.py
CHANGED
@@ -738,22 +738,10 @@ class Slo(pulumi.CustomResource):
|
|
738
738
|
|
739
739
|
Slo can be imported using any of these accepted formats:
|
740
740
|
|
741
|
-
* `{{project}}/{{name}}`
|
742
|
-
|
743
|
-
* `{{project}} {{name}}`
|
744
|
-
|
745
741
|
* `{{name}}`
|
746
742
|
|
747
743
|
When using the `pulumi import` command, Slo can be imported using one of the formats above. For example:
|
748
744
|
|
749
|
-
```sh
|
750
|
-
$ pulumi import gcp:monitoring/slo:Slo default {{project}}/{{name}}
|
751
|
-
```
|
752
|
-
|
753
|
-
```sh
|
754
|
-
$ pulumi import gcp:monitoring/slo:Slo default "{{project}} {{name}}"
|
755
|
-
```
|
756
|
-
|
757
745
|
```sh
|
758
746
|
$ pulumi import gcp:monitoring/slo:Slo default {{name}}
|
759
747
|
```
|
@@ -998,22 +986,10 @@ class Slo(pulumi.CustomResource):
|
|
998
986
|
|
999
987
|
Slo can be imported using any of these accepted formats:
|
1000
988
|
|
1001
|
-
* `{{project}}/{{name}}`
|
1002
|
-
|
1003
|
-
* `{{project}} {{name}}`
|
1004
|
-
|
1005
989
|
* `{{name}}`
|
1006
990
|
|
1007
991
|
When using the `pulumi import` command, Slo can be imported using one of the formats above. For example:
|
1008
992
|
|
1009
|
-
```sh
|
1010
|
-
$ pulumi import gcp:monitoring/slo:Slo default {{project}}/{{name}}
|
1011
|
-
```
|
1012
|
-
|
1013
|
-
```sh
|
1014
|
-
$ pulumi import gcp:monitoring/slo:Slo default "{{project}} {{name}}"
|
1015
|
-
```
|
1016
|
-
|
1017
993
|
```sh
|
1018
994
|
$ pulumi import gcp:monitoring/slo:Slo default {{name}}
|
1019
995
|
```
|
@@ -749,22 +749,10 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
749
749
|
|
750
750
|
UptimeCheckConfig can be imported using any of these accepted formats:
|
751
751
|
|
752
|
-
* `{{project}}/{{name}}`
|
753
|
-
|
754
|
-
* `{{project}} {{name}}`
|
755
|
-
|
756
752
|
* `{{name}}`
|
757
753
|
|
758
754
|
When using the `pulumi import` command, UptimeCheckConfig can be imported using one of the formats above. For example:
|
759
755
|
|
760
|
-
```sh
|
761
|
-
$ pulumi import gcp:monitoring/uptimeCheckConfig:UptimeCheckConfig default {{project}}/{{name}}
|
762
|
-
```
|
763
|
-
|
764
|
-
```sh
|
765
|
-
$ pulumi import gcp:monitoring/uptimeCheckConfig:UptimeCheckConfig default "{{project}} {{name}}"
|
766
|
-
```
|
767
|
-
|
768
756
|
```sh
|
769
757
|
$ pulumi import gcp:monitoring/uptimeCheckConfig:UptimeCheckConfig default {{name}}
|
770
758
|
```
|
@@ -1002,22 +990,10 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
1002
990
|
|
1003
991
|
UptimeCheckConfig can be imported using any of these accepted formats:
|
1004
992
|
|
1005
|
-
* `{{project}}/{{name}}`
|
1006
|
-
|
1007
|
-
* `{{project}} {{name}}`
|
1008
|
-
|
1009
993
|
* `{{name}}`
|
1010
994
|
|
1011
995
|
When using the `pulumi import` command, UptimeCheckConfig can be imported using one of the formats above. For example:
|
1012
996
|
|
1013
|
-
```sh
|
1014
|
-
$ pulumi import gcp:monitoring/uptimeCheckConfig:UptimeCheckConfig default {{project}}/{{name}}
|
1015
|
-
```
|
1016
|
-
|
1017
|
-
```sh
|
1018
|
-
$ pulumi import gcp:monitoring/uptimeCheckConfig:UptimeCheckConfig default "{{project}} {{name}}"
|
1019
|
-
```
|
1020
|
-
|
1021
997
|
```sh
|
1022
998
|
$ pulumi import gcp:monitoring/uptimeCheckConfig:UptimeCheckConfig default {{name}}
|
1023
999
|
```
|
@@ -668,20 +668,20 @@ class PatchDeployment(pulumi.CustomResource):
|
|
668
668
|
|
669
669
|
PatchDeployment can be imported using any of these accepted formats:
|
670
670
|
|
671
|
-
* `{{project}}/{{name}}`
|
671
|
+
* `projects/{{project}}/patchDeployments/{{name}}`
|
672
672
|
|
673
|
-
* `{{project}}
|
673
|
+
* `{{project}}/{{name}}`
|
674
674
|
|
675
675
|
* `{{name}}`
|
676
676
|
|
677
677
|
When using the `pulumi import` command, PatchDeployment can be imported using one of the formats above. For example:
|
678
678
|
|
679
679
|
```sh
|
680
|
-
$ pulumi import gcp:osconfig/patchDeployment:PatchDeployment default {{project}}/{{name}}
|
680
|
+
$ pulumi import gcp:osconfig/patchDeployment:PatchDeployment default projects/{{project}}/patchDeployments/{{name}}
|
681
681
|
```
|
682
682
|
|
683
683
|
```sh
|
684
|
-
$ pulumi import gcp:osconfig/patchDeployment:PatchDeployment default
|
684
|
+
$ pulumi import gcp:osconfig/patchDeployment:PatchDeployment default {{project}}/{{name}}
|
685
685
|
```
|
686
686
|
|
687
687
|
```sh
|
@@ -953,20 +953,20 @@ class PatchDeployment(pulumi.CustomResource):
|
|
953
953
|
|
954
954
|
PatchDeployment can be imported using any of these accepted formats:
|
955
955
|
|
956
|
-
* `{{project}}/{{name}}`
|
956
|
+
* `projects/{{project}}/patchDeployments/{{name}}`
|
957
957
|
|
958
|
-
* `{{project}}
|
958
|
+
* `{{project}}/{{name}}`
|
959
959
|
|
960
960
|
* `{{name}}`
|
961
961
|
|
962
962
|
When using the `pulumi import` command, PatchDeployment can be imported using one of the formats above. For example:
|
963
963
|
|
964
964
|
```sh
|
965
|
-
$ pulumi import gcp:osconfig/patchDeployment:PatchDeployment default {{project}}/{{name}}
|
965
|
+
$ pulumi import gcp:osconfig/patchDeployment:PatchDeployment default projects/{{project}}/patchDeployments/{{name}}
|
966
966
|
```
|
967
967
|
|
968
968
|
```sh
|
969
|
-
$ pulumi import gcp:osconfig/patchDeployment:PatchDeployment default
|
969
|
+
$ pulumi import gcp:osconfig/patchDeployment:PatchDeployment default {{project}}/{{name}}
|
970
970
|
```
|
971
971
|
|
972
972
|
```sh
|
pulumi_gcp/provider.py
CHANGED
@@ -84,7 +84,6 @@ class ProviderArgs:
|
|
84
84
|
dataform_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
85
85
|
dataplex_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
86
86
|
dataproc_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
87
|
-
dataproc_gdc_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
88
87
|
dataproc_metastore_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
89
88
|
datastream_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
90
89
|
default_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -118,7 +117,6 @@ class ProviderArgs:
|
|
118
117
|
google_partner_name: Optional[pulumi.Input[str]] = None,
|
119
118
|
healthcare_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
120
119
|
iam2_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
121
|
-
iam3_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
122
120
|
iam_beta_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
123
121
|
iam_credentials_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
124
122
|
iam_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
@@ -330,8 +328,6 @@ class ProviderArgs:
|
|
330
328
|
pulumi.set(__self__, "dataplex_custom_endpoint", dataplex_custom_endpoint)
|
331
329
|
if dataproc_custom_endpoint is not None:
|
332
330
|
pulumi.set(__self__, "dataproc_custom_endpoint", dataproc_custom_endpoint)
|
333
|
-
if dataproc_gdc_custom_endpoint is not None:
|
334
|
-
pulumi.set(__self__, "dataproc_gdc_custom_endpoint", dataproc_gdc_custom_endpoint)
|
335
331
|
if dataproc_metastore_custom_endpoint is not None:
|
336
332
|
pulumi.set(__self__, "dataproc_metastore_custom_endpoint", dataproc_metastore_custom_endpoint)
|
337
333
|
if datastream_custom_endpoint is not None:
|
@@ -398,8 +394,6 @@ class ProviderArgs:
|
|
398
394
|
pulumi.set(__self__, "healthcare_custom_endpoint", healthcare_custom_endpoint)
|
399
395
|
if iam2_custom_endpoint is not None:
|
400
396
|
pulumi.set(__self__, "iam2_custom_endpoint", iam2_custom_endpoint)
|
401
|
-
if iam3_custom_endpoint is not None:
|
402
|
-
pulumi.set(__self__, "iam3_custom_endpoint", iam3_custom_endpoint)
|
403
397
|
if iam_beta_custom_endpoint is not None:
|
404
398
|
pulumi.set(__self__, "iam_beta_custom_endpoint", iam_beta_custom_endpoint)
|
405
399
|
if iam_credentials_custom_endpoint is not None:
|
@@ -1143,15 +1137,6 @@ class ProviderArgs:
|
|
1143
1137
|
def dataproc_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
|
1144
1138
|
pulumi.set(self, "dataproc_custom_endpoint", value)
|
1145
1139
|
|
1146
|
-
@property
|
1147
|
-
@pulumi.getter(name="dataprocGdcCustomEndpoint")
|
1148
|
-
def dataproc_gdc_custom_endpoint(self) -> Optional[pulumi.Input[str]]:
|
1149
|
-
return pulumi.get(self, "dataproc_gdc_custom_endpoint")
|
1150
|
-
|
1151
|
-
@dataproc_gdc_custom_endpoint.setter
|
1152
|
-
def dataproc_gdc_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
|
1153
|
-
pulumi.set(self, "dataproc_gdc_custom_endpoint", value)
|
1154
|
-
|
1155
1140
|
@property
|
1156
1141
|
@pulumi.getter(name="dataprocMetastoreCustomEndpoint")
|
1157
1142
|
def dataproc_metastore_custom_endpoint(self) -> Optional[pulumi.Input[str]]:
|
@@ -1449,15 +1434,6 @@ class ProviderArgs:
|
|
1449
1434
|
def iam2_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
|
1450
1435
|
pulumi.set(self, "iam2_custom_endpoint", value)
|
1451
1436
|
|
1452
|
-
@property
|
1453
|
-
@pulumi.getter(name="iam3CustomEndpoint")
|
1454
|
-
def iam3_custom_endpoint(self) -> Optional[pulumi.Input[str]]:
|
1455
|
-
return pulumi.get(self, "iam3_custom_endpoint")
|
1456
|
-
|
1457
|
-
@iam3_custom_endpoint.setter
|
1458
|
-
def iam3_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
|
1459
|
-
pulumi.set(self, "iam3_custom_endpoint", value)
|
1460
|
-
|
1461
1437
|
@property
|
1462
1438
|
@pulumi.getter(name="iamBetaCustomEndpoint")
|
1463
1439
|
def iam_beta_custom_endpoint(self) -> Optional[pulumi.Input[str]]:
|
@@ -2248,7 +2224,6 @@ class Provider(pulumi.ProviderResource):
|
|
2248
2224
|
dataform_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2249
2225
|
dataplex_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2250
2226
|
dataproc_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2251
|
-
dataproc_gdc_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2252
2227
|
dataproc_metastore_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2253
2228
|
datastream_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2254
2229
|
default_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -2282,7 +2257,6 @@ class Provider(pulumi.ProviderResource):
|
|
2282
2257
|
google_partner_name: Optional[pulumi.Input[str]] = None,
|
2283
2258
|
healthcare_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2284
2259
|
iam2_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2285
|
-
iam3_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2286
2260
|
iam_beta_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2287
2261
|
iam_credentials_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2288
2262
|
iam_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
@@ -2464,7 +2438,6 @@ class Provider(pulumi.ProviderResource):
|
|
2464
2438
|
dataform_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2465
2439
|
dataplex_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2466
2440
|
dataproc_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2467
|
-
dataproc_gdc_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2468
2441
|
dataproc_metastore_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2469
2442
|
datastream_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2470
2443
|
default_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -2498,7 +2471,6 @@ class Provider(pulumi.ProviderResource):
|
|
2498
2471
|
google_partner_name: Optional[pulumi.Input[str]] = None,
|
2499
2472
|
healthcare_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2500
2473
|
iam2_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2501
|
-
iam3_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2502
2474
|
iam_beta_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2503
2475
|
iam_credentials_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
2504
2476
|
iam_custom_endpoint: Optional[pulumi.Input[str]] = None,
|
@@ -2652,7 +2624,6 @@ class Provider(pulumi.ProviderResource):
|
|
2652
2624
|
__props__.__dict__["dataform_custom_endpoint"] = dataform_custom_endpoint
|
2653
2625
|
__props__.__dict__["dataplex_custom_endpoint"] = dataplex_custom_endpoint
|
2654
2626
|
__props__.__dict__["dataproc_custom_endpoint"] = dataproc_custom_endpoint
|
2655
|
-
__props__.__dict__["dataproc_gdc_custom_endpoint"] = dataproc_gdc_custom_endpoint
|
2656
2627
|
__props__.__dict__["dataproc_metastore_custom_endpoint"] = dataproc_metastore_custom_endpoint
|
2657
2628
|
__props__.__dict__["datastream_custom_endpoint"] = datastream_custom_endpoint
|
2658
2629
|
__props__.__dict__["default_labels"] = pulumi.Output.from_input(default_labels).apply(pulumi.runtime.to_json) if default_labels is not None else None
|
@@ -2686,7 +2657,6 @@ class Provider(pulumi.ProviderResource):
|
|
2686
2657
|
__props__.__dict__["google_partner_name"] = google_partner_name
|
2687
2658
|
__props__.__dict__["healthcare_custom_endpoint"] = healthcare_custom_endpoint
|
2688
2659
|
__props__.__dict__["iam2_custom_endpoint"] = iam2_custom_endpoint
|
2689
|
-
__props__.__dict__["iam3_custom_endpoint"] = iam3_custom_endpoint
|
2690
2660
|
__props__.__dict__["iam_beta_custom_endpoint"] = iam_beta_custom_endpoint
|
2691
2661
|
__props__.__dict__["iam_credentials_custom_endpoint"] = iam_credentials_custom_endpoint
|
2692
2662
|
__props__.__dict__["iam_custom_endpoint"] = iam_custom_endpoint
|
@@ -3091,11 +3061,6 @@ class Provider(pulumi.ProviderResource):
|
|
3091
3061
|
def dataproc_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
|
3092
3062
|
return pulumi.get(self, "dataproc_custom_endpoint")
|
3093
3063
|
|
3094
|
-
@property
|
3095
|
-
@pulumi.getter(name="dataprocGdcCustomEndpoint")
|
3096
|
-
def dataproc_gdc_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
|
3097
|
-
return pulumi.get(self, "dataproc_gdc_custom_endpoint")
|
3098
|
-
|
3099
3064
|
@property
|
3100
3065
|
@pulumi.getter(name="dataprocMetastoreCustomEndpoint")
|
3101
3066
|
def dataproc_metastore_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
|
@@ -3251,11 +3216,6 @@ class Provider(pulumi.ProviderResource):
|
|
3251
3216
|
def iam2_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
|
3252
3217
|
return pulumi.get(self, "iam2_custom_endpoint")
|
3253
3218
|
|
3254
|
-
@property
|
3255
|
-
@pulumi.getter(name="iam3CustomEndpoint")
|
3256
|
-
def iam3_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
|
3257
|
-
return pulumi.get(self, "iam3_custom_endpoint")
|
3258
|
-
|
3259
3219
|
@property
|
3260
3220
|
@pulumi.getter(name="iamBetaCustomEndpoint")
|
3261
3221
|
def iam_beta_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
|
pulumi_gcp/pulumi-plugin.json
CHANGED
pulumi_gcp/redis/_inputs.py
CHANGED
@@ -735,7 +735,7 @@ if not MYPY:
|
|
735
735
|
class ClusterStateInfoArgsDict(TypedDict):
|
736
736
|
update_info: NotRequired[pulumi.Input['ClusterStateInfoUpdateInfoArgsDict']]
|
737
737
|
"""
|
738
|
-
A nested object resource
|
738
|
+
A nested object resource
|
739
739
|
Structure is documented below.
|
740
740
|
"""
|
741
741
|
elif False:
|
@@ -746,7 +746,7 @@ class ClusterStateInfoArgs:
|
|
746
746
|
def __init__(__self__, *,
|
747
747
|
update_info: Optional[pulumi.Input['ClusterStateInfoUpdateInfoArgs']] = None):
|
748
748
|
"""
|
749
|
-
:param pulumi.Input['ClusterStateInfoUpdateInfoArgs'] update_info: A nested object resource
|
749
|
+
:param pulumi.Input['ClusterStateInfoUpdateInfoArgs'] update_info: A nested object resource
|
750
750
|
Structure is documented below.
|
751
751
|
"""
|
752
752
|
if update_info is not None:
|
@@ -756,7 +756,7 @@ class ClusterStateInfoArgs:
|
|
756
756
|
@pulumi.getter(name="updateInfo")
|
757
757
|
def update_info(self) -> Optional[pulumi.Input['ClusterStateInfoUpdateInfoArgs']]:
|
758
758
|
"""
|
759
|
-
A nested object resource
|
759
|
+
A nested object resource
|
760
760
|
Structure is documented below.
|
761
761
|
"""
|
762
762
|
return pulumi.get(self, "update_info")
|
pulumi_gcp/redis/outputs.py
CHANGED
@@ -573,7 +573,7 @@ class ClusterStateInfo(dict):
|
|
573
573
|
def __init__(__self__, *,
|
574
574
|
update_info: Optional['outputs.ClusterStateInfoUpdateInfo'] = None):
|
575
575
|
"""
|
576
|
-
:param 'ClusterStateInfoUpdateInfoArgs' update_info: A nested object resource
|
576
|
+
:param 'ClusterStateInfoUpdateInfoArgs' update_info: A nested object resource
|
577
577
|
Structure is documented below.
|
578
578
|
"""
|
579
579
|
if update_info is not None:
|
@@ -583,7 +583,7 @@ class ClusterStateInfo(dict):
|
|
583
583
|
@pulumi.getter(name="updateInfo")
|
584
584
|
def update_info(self) -> Optional['outputs.ClusterStateInfoUpdateInfo']:
|
585
585
|
"""
|
586
|
-
A nested object resource
|
586
|
+
A nested object resource
|
587
587
|
Structure is documented below.
|
588
588
|
"""
|
589
589
|
return pulumi.get(self, "update_info")
|
@@ -287,12 +287,18 @@ class NotificationConfig(pulumi.CustomResource):
|
|
287
287
|
|
288
288
|
NotificationConfig can be imported using any of these accepted formats:
|
289
289
|
|
290
|
-
* `{{name}}`
|
290
|
+
* `organizations/{{organization}}/notificationConfigs/{{name}}`
|
291
|
+
|
292
|
+
* `{{organization}}/{{name}}`
|
291
293
|
|
292
294
|
When using the `pulumi import` command, NotificationConfig can be imported using one of the formats above. For example:
|
293
295
|
|
294
296
|
```sh
|
295
|
-
$ pulumi import gcp:securitycenter/notificationConfig:NotificationConfig default {{name}}
|
297
|
+
$ pulumi import gcp:securitycenter/notificationConfig:NotificationConfig default organizations/{{organization}}/notificationConfigs/{{name}}
|
298
|
+
```
|
299
|
+
|
300
|
+
```sh
|
301
|
+
$ pulumi import gcp:securitycenter/notificationConfig:NotificationConfig default {{organization}}/{{name}}
|
296
302
|
```
|
297
303
|
|
298
304
|
:param str resource_name: The name of the resource.
|
@@ -350,12 +356,18 @@ class NotificationConfig(pulumi.CustomResource):
|
|
350
356
|
|
351
357
|
NotificationConfig can be imported using any of these accepted formats:
|
352
358
|
|
353
|
-
* `{{name}}`
|
359
|
+
* `organizations/{{organization}}/notificationConfigs/{{name}}`
|
360
|
+
|
361
|
+
* `{{organization}}/{{name}}`
|
354
362
|
|
355
363
|
When using the `pulumi import` command, NotificationConfig can be imported using one of the formats above. For example:
|
356
364
|
|
357
365
|
```sh
|
358
|
-
$ pulumi import gcp:securitycenter/notificationConfig:NotificationConfig default {{name}}
|
366
|
+
$ pulumi import gcp:securitycenter/notificationConfig:NotificationConfig default organizations/{{organization}}/notificationConfigs/{{name}}
|
367
|
+
```
|
368
|
+
|
369
|
+
```sh
|
370
|
+
$ pulumi import gcp:securitycenter/notificationConfig:NotificationConfig default {{organization}}/{{name}}
|
359
371
|
```
|
360
372
|
|
361
373
|
:param str resource_name: The name of the resource.
|
@@ -276,10 +276,22 @@ class ProjectNotificationConfig(pulumi.CustomResource):
|
|
276
276
|
|
277
277
|
ProjectNotificationConfig can be imported using any of these accepted formats:
|
278
278
|
|
279
|
+
* `projects/{{project}}/notificationConfigs/{{name}}`
|
280
|
+
|
281
|
+
* `{{project}}/{{name}}`
|
282
|
+
|
279
283
|
* `{{name}}`
|
280
284
|
|
281
285
|
When using the `pulumi import` command, ProjectNotificationConfig can be imported using one of the formats above. For example:
|
282
286
|
|
287
|
+
```sh
|
288
|
+
$ pulumi import gcp:securitycenter/projectNotificationConfig:ProjectNotificationConfig default projects/{{project}}/notificationConfigs/{{name}}
|
289
|
+
```
|
290
|
+
|
291
|
+
```sh
|
292
|
+
$ pulumi import gcp:securitycenter/projectNotificationConfig:ProjectNotificationConfig default {{project}}/{{name}}
|
293
|
+
```
|
294
|
+
|
283
295
|
```sh
|
284
296
|
$ pulumi import gcp:securitycenter/projectNotificationConfig:ProjectNotificationConfig default {{name}}
|
285
297
|
```
|
@@ -337,10 +349,22 @@ class ProjectNotificationConfig(pulumi.CustomResource):
|
|
337
349
|
|
338
350
|
ProjectNotificationConfig can be imported using any of these accepted formats:
|
339
351
|
|
352
|
+
* `projects/{{project}}/notificationConfigs/{{name}}`
|
353
|
+
|
354
|
+
* `{{project}}/{{name}}`
|
355
|
+
|
340
356
|
* `{{name}}`
|
341
357
|
|
342
358
|
When using the `pulumi import` command, ProjectNotificationConfig can be imported using one of the formats above. For example:
|
343
359
|
|
360
|
+
```sh
|
361
|
+
$ pulumi import gcp:securitycenter/projectNotificationConfig:ProjectNotificationConfig default projects/{{project}}/notificationConfigs/{{name}}
|
362
|
+
```
|
363
|
+
|
364
|
+
```sh
|
365
|
+
$ pulumi import gcp:securitycenter/projectNotificationConfig:ProjectNotificationConfig default {{project}}/{{name}}
|
366
|
+
```
|
367
|
+
|
344
368
|
```sh
|
345
369
|
$ pulumi import gcp:securitycenter/projectNotificationConfig:ProjectNotificationConfig default {{name}}
|
346
370
|
```
|