pulumi-gcp 8.8.2a1731515595__py3-none-any.whl → 8.9.0a1731097924__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.
Files changed (114) hide show
  1. pulumi_gcp/__init__.py +0 -64
  2. pulumi_gcp/activedirectory/domain.py +0 -24
  3. pulumi_gcp/apigee/__init__.py +0 -1
  4. pulumi_gcp/apigee/_inputs.py +0 -74
  5. pulumi_gcp/apigee/outputs.py +0 -65
  6. pulumi_gcp/applicationintegration/auth_config.py +0 -24
  7. pulumi_gcp/backupdisasterrecovery/__init__.py +0 -4
  8. pulumi_gcp/backupdisasterrecovery/_inputs.py +0 -533
  9. pulumi_gcp/backupdisasterrecovery/backup_vault.py +6 -146
  10. pulumi_gcp/backupdisasterrecovery/outputs.py +0 -702
  11. pulumi_gcp/bigquery/data_transfer_config.py +0 -24
  12. pulumi_gcp/cloudrunv2/_inputs.py +0 -46
  13. pulumi_gcp/cloudrunv2/job.py +2 -0
  14. pulumi_gcp/cloudrunv2/outputs.py +2 -60
  15. pulumi_gcp/cloudrunv2/service.py +2 -0
  16. pulumi_gcp/compute/__init__.py +0 -1
  17. pulumi_gcp/compute/_inputs.py +255 -2162
  18. pulumi_gcp/compute/disk.py +7 -7
  19. pulumi_gcp/compute/firewall_policy_rule.py +54 -108
  20. pulumi_gcp/compute/get_region_instance_group_manager.py +1 -12
  21. pulumi_gcp/compute/health_check.py +42 -42
  22. pulumi_gcp/compute/network_firewall_policy_rule.py +4 -4
  23. pulumi_gcp/compute/network_firewall_policy_with_rules.py +10 -10
  24. pulumi_gcp/compute/node_template.py +0 -95
  25. pulumi_gcp/compute/outputs.py +213 -1639
  26. pulumi_gcp/compute/region_disk.py +7 -7
  27. pulumi_gcp/compute/region_health_check.py +42 -42
  28. pulumi_gcp/compute/region_instance_group_manager.py +14 -54
  29. pulumi_gcp/compute/region_network_firewall_policy_rule.py +4 -4
  30. pulumi_gcp/compute/region_network_firewall_policy_with_rules.py +10 -10
  31. pulumi_gcp/compute/region_security_policy.py +0 -120
  32. pulumi_gcp/compute/region_security_policy_rule.py +6 -6
  33. pulumi_gcp/compute/router_peer.py +35 -56
  34. pulumi_gcp/compute/security_scan_config.py +8 -8
  35. pulumi_gcp/config/__init__.pyi +0 -4
  36. pulumi_gcp/config/vars.py +0 -8
  37. pulumi_gcp/container/_inputs.py +10 -345
  38. pulumi_gcp/container/cluster.py +0 -101
  39. pulumi_gcp/container/get_cluster.py +1 -23
  40. pulumi_gcp/container/outputs.py +8 -456
  41. pulumi_gcp/dataloss/prevention_discovery_config.py +7 -7
  42. pulumi_gcp/dataproc/__init__.py +0 -2
  43. pulumi_gcp/dataproc/_inputs.py +0 -101
  44. pulumi_gcp/dataproc/outputs.py +0 -94
  45. pulumi_gcp/edgecontainer/vpn_connection.py +4 -4
  46. pulumi_gcp/firebase/android_app.py +2 -2
  47. pulumi_gcp/firebase/apple_app.py +2 -2
  48. pulumi_gcp/firebase/web_app.py +2 -2
  49. pulumi_gcp/firestore/index.py +0 -44
  50. pulumi_gcp/gkeonprem/_inputs.py +15 -15
  51. pulumi_gcp/gkeonprem/outputs.py +10 -10
  52. pulumi_gcp/healthcare/dataset.py +7 -7
  53. pulumi_gcp/healthcare/dicom_store.py +7 -7
  54. pulumi_gcp/healthcare/fhir_store.py +7 -7
  55. pulumi_gcp/healthcare/hl7_store.py +14 -14
  56. pulumi_gcp/iam/__init__.py +0 -1
  57. pulumi_gcp/iam/_inputs.py +0 -161
  58. pulumi_gcp/iam/outputs.py +0 -114
  59. pulumi_gcp/logging/metric.py +2 -2
  60. pulumi_gcp/looker/_inputs.py +0 -6
  61. pulumi_gcp/looker/instance.py +321 -169
  62. pulumi_gcp/looker/outputs.py +0 -4
  63. pulumi_gcp/memorystore/instance.py +0 -4
  64. pulumi_gcp/monitoring/alert_policy.py +0 -24
  65. pulumi_gcp/monitoring/custom_service.py +0 -24
  66. pulumi_gcp/monitoring/group.py +0 -24
  67. pulumi_gcp/monitoring/metric_descriptor.py +0 -24
  68. pulumi_gcp/monitoring/slo.py +0 -24
  69. pulumi_gcp/monitoring/uptime_check_config.py +0 -24
  70. pulumi_gcp/networkmanagement/__init__.py +0 -1
  71. pulumi_gcp/osconfig/patch_deployment.py +8 -8
  72. pulumi_gcp/provider.py +0 -40
  73. pulumi_gcp/pulumi-plugin.json +1 -1
  74. pulumi_gcp/redis/_inputs.py +3 -3
  75. pulumi_gcp/redis/outputs.py +2 -2
  76. pulumi_gcp/securitycenter/notification_config.py +16 -4
  77. pulumi_gcp/securitycenter/project_notification_config.py +24 -0
  78. pulumi_gcp/securitycenter/v2_organization_notification_config.py +16 -4
  79. pulumi_gcp/spanner/__init__.py +0 -1
  80. pulumi_gcp/spanner/_inputs.py +9 -9
  81. pulumi_gcp/spanner/get_instance.py +1 -12
  82. pulumi_gcp/spanner/instance.py +0 -70
  83. pulumi_gcp/spanner/outputs.py +12 -46
  84. pulumi_gcp/sql/_inputs.py +0 -26
  85. pulumi_gcp/sql/database_instance.py +11 -124
  86. pulumi_gcp/sql/get_database_instance.py +1 -12
  87. pulumi_gcp/sql/outputs.py +0 -51
  88. pulumi_gcp/storage/_inputs.py +3 -3
  89. pulumi_gcp/storage/outputs.py +2 -2
  90. pulumi_gcp/tags/tag_binding.py +4 -4
  91. pulumi_gcp/tags/tag_value.py +2 -2
  92. pulumi_gcp/transcoder/job.py +0 -24
  93. pulumi_gcp/vertex/_inputs.py +0 -184
  94. pulumi_gcp/vertex/ai_endpoint.py +8 -394
  95. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
  96. pulumi_gcp/vertex/outputs.py +0 -166
  97. pulumi_gcp/workbench/instance.py +7 -21
  98. pulumi_gcp/workflows/workflow.py +0 -36
  99. pulumi_gcp/workstations/workstation_config.py +8 -8
  100. {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731097924.dist-info}/METADATA +1 -1
  101. {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731097924.dist-info}/RECORD +103 -114
  102. {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731097924.dist-info}/WHEEL +1 -1
  103. pulumi_gcp/apigee/api.py +0 -456
  104. pulumi_gcp/backupdisasterrecovery/backup_plan.py +0 -653
  105. pulumi_gcp/backupdisasterrecovery/backup_plan_association.py +0 -766
  106. pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +0 -204
  107. pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +0 -243
  108. pulumi_gcp/compute/region_resize_request.py +0 -772
  109. pulumi_gcp/dataproc/gdc_application_environment.py +0 -931
  110. pulumi_gcp/dataproc/gdc_service_instance.py +0 -1022
  111. pulumi_gcp/iam/principal_access_boundary_policy.py +0 -679
  112. pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +0 -1358
  113. pulumi_gcp/spanner/get_database.py +0 -229
  114. {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731097924.dist-info}/top_level.txt +0 -0
@@ -350,7 +350,7 @@ class RegionNetworkFirewallPolicyWithRules(pulumi.CustomResource):
350
350
  project = gcp.organizations.get_project()
351
351
  address_group1 = gcp.networksecurity.AddressGroup("address_group_1",
352
352
  name="tf-address-group",
353
- parent=project.id,
353
+ parent=f"projects/{project.name}",
354
354
  description="Regional address group",
355
355
  location="us-west2",
356
356
  items=["208.80.154.224/32"],
@@ -358,7 +358,7 @@ class RegionNetworkFirewallPolicyWithRules(pulumi.CustomResource):
358
358
  capacity=100)
359
359
  secure_tag_key1 = gcp.tags.TagKey("secure_tag_key_1",
360
360
  description="Tag key",
361
- parent=project.id,
361
+ parent=f"projects/{project.name}",
362
362
  purpose="GCE_FIREWALL",
363
363
  short_name="tf-tag-key",
364
364
  purpose_data={
@@ -366,7 +366,7 @@ class RegionNetworkFirewallPolicyWithRules(pulumi.CustomResource):
366
366
  })
367
367
  secure_tag_value1 = gcp.tags.TagValue("secure_tag_value_1",
368
368
  description="Tag value",
369
- parent=secure_tag_key1.id,
369
+ parent=secure_tag_key1.name.apply(lambda name: f"tagKeys/{name}"),
370
370
  short_name="tf-tag-value")
371
371
  region_network_firewall_policy_with_rules = gcp.compute.RegionNetworkFirewallPolicyWithRules("region-network-firewall-policy-with-rules",
372
372
  name="tf-region-fw-policy-with-rules",
@@ -403,7 +403,7 @@ class RegionNetworkFirewallPolicyWithRules(pulumi.CustomResource):
403
403
  "dest_address_groups": [address_group1.id],
404
404
  },
405
405
  "target_secure_tags": [{
406
- "name": secure_tag_value1.id,
406
+ "name": secure_tag_value1.name.apply(lambda name: f"tagValues/{name}"),
407
407
  }],
408
408
  },
409
409
  {
@@ -432,7 +432,7 @@ class RegionNetworkFirewallPolicyWithRules(pulumi.CustomResource):
432
432
  ],
433
433
  "src_address_groups": [address_group1.id],
434
434
  "src_secure_tags": [{
435
- "name": secure_tag_value1.id,
435
+ "name": secure_tag_value1.name.apply(lambda name: f"tagValues/{name}"),
436
436
  }],
437
437
  },
438
438
  "disabled": True,
@@ -502,7 +502,7 @@ class RegionNetworkFirewallPolicyWithRules(pulumi.CustomResource):
502
502
  project = gcp.organizations.get_project()
503
503
  address_group1 = gcp.networksecurity.AddressGroup("address_group_1",
504
504
  name="tf-address-group",
505
- parent=project.id,
505
+ parent=f"projects/{project.name}",
506
506
  description="Regional address group",
507
507
  location="us-west2",
508
508
  items=["208.80.154.224/32"],
@@ -510,7 +510,7 @@ class RegionNetworkFirewallPolicyWithRules(pulumi.CustomResource):
510
510
  capacity=100)
511
511
  secure_tag_key1 = gcp.tags.TagKey("secure_tag_key_1",
512
512
  description="Tag key",
513
- parent=project.id,
513
+ parent=f"projects/{project.name}",
514
514
  purpose="GCE_FIREWALL",
515
515
  short_name="tf-tag-key",
516
516
  purpose_data={
@@ -518,7 +518,7 @@ class RegionNetworkFirewallPolicyWithRules(pulumi.CustomResource):
518
518
  })
519
519
  secure_tag_value1 = gcp.tags.TagValue("secure_tag_value_1",
520
520
  description="Tag value",
521
- parent=secure_tag_key1.id,
521
+ parent=secure_tag_key1.name.apply(lambda name: f"tagKeys/{name}"),
522
522
  short_name="tf-tag-value")
523
523
  region_network_firewall_policy_with_rules = gcp.compute.RegionNetworkFirewallPolicyWithRules("region-network-firewall-policy-with-rules",
524
524
  name="tf-region-fw-policy-with-rules",
@@ -555,7 +555,7 @@ class RegionNetworkFirewallPolicyWithRules(pulumi.CustomResource):
555
555
  "dest_address_groups": [address_group1.id],
556
556
  },
557
557
  "target_secure_tags": [{
558
- "name": secure_tag_value1.id,
558
+ "name": secure_tag_value1.name.apply(lambda name: f"tagValues/{name}"),
559
559
  }],
560
560
  },
561
561
  {
@@ -584,7 +584,7 @@ class RegionNetworkFirewallPolicyWithRules(pulumi.CustomResource):
584
584
  ],
585
585
  "src_address_groups": [address_group1.id],
586
586
  "src_secure_tags": [{
587
- "name": secure_tag_value1.id,
587
+ "name": secure_tag_value1.name.apply(lambda name: f"tagValues/{name}"),
588
588
  }],
589
589
  },
590
590
  "disabled": True,
@@ -26,7 +26,6 @@ class RegionSecurityPolicyArgs:
26
26
  name: Optional[pulumi.Input[str]] = None,
27
27
  project: Optional[pulumi.Input[str]] = None,
28
28
  region: Optional[pulumi.Input[str]] = None,
29
- rules: Optional[pulumi.Input[Sequence[pulumi.Input['RegionSecurityPolicyRuleArgs']]]] = None,
30
29
  type: Optional[pulumi.Input[str]] = None,
31
30
  user_defined_fields: Optional[pulumi.Input[Sequence[pulumi.Input['RegionSecurityPolicyUserDefinedFieldArgs']]]] = None):
32
31
  """
@@ -43,8 +42,6 @@ class RegionSecurityPolicyArgs:
43
42
  If it is not provided, the provider project is used.
44
43
  :param pulumi.Input[str] region: The Region in which the created Region Security Policy should reside.
45
44
  If it is not provided, the provider region is used.
46
- :param pulumi.Input[Sequence[pulumi.Input['RegionSecurityPolicyRuleArgs']]] rules: The set of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
47
- Structure is documented below.
48
45
  :param pulumi.Input[str] type: The type indicates the intended use of the security policy.
49
46
  - CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers.
50
47
  - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache.
@@ -66,8 +63,6 @@ class RegionSecurityPolicyArgs:
66
63
  pulumi.set(__self__, "project", project)
67
64
  if region is not None:
68
65
  pulumi.set(__self__, "region", region)
69
- if rules is not None:
70
- pulumi.set(__self__, "rules", rules)
71
66
  if type is not None:
72
67
  pulumi.set(__self__, "type", type)
73
68
  if user_defined_fields is not None:
@@ -140,19 +135,6 @@ class RegionSecurityPolicyArgs:
140
135
  def region(self, value: Optional[pulumi.Input[str]]):
141
136
  pulumi.set(self, "region", value)
142
137
 
143
- @property
144
- @pulumi.getter
145
- def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegionSecurityPolicyRuleArgs']]]]:
146
- """
147
- The set of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
148
- Structure is documented below.
149
- """
150
- return pulumi.get(self, "rules")
151
-
152
- @rules.setter
153
- def rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RegionSecurityPolicyRuleArgs']]]]):
154
- pulumi.set(self, "rules", value)
155
-
156
138
  @property
157
139
  @pulumi.getter
158
140
  def type(self) -> Optional[pulumi.Input[str]]:
@@ -196,7 +178,6 @@ class _RegionSecurityPolicyState:
196
178
  policy_id: Optional[pulumi.Input[str]] = None,
197
179
  project: Optional[pulumi.Input[str]] = None,
198
180
  region: Optional[pulumi.Input[str]] = None,
199
- rules: Optional[pulumi.Input[Sequence[pulumi.Input['RegionSecurityPolicyRuleArgs']]]] = None,
200
181
  self_link: Optional[pulumi.Input[str]] = None,
201
182
  self_link_with_policy_id: Optional[pulumi.Input[str]] = None,
202
183
  type: Optional[pulumi.Input[str]] = None,
@@ -218,8 +199,6 @@ class _RegionSecurityPolicyState:
218
199
  If it is not provided, the provider project is used.
219
200
  :param pulumi.Input[str] region: The Region in which the created Region Security Policy should reside.
220
201
  If it is not provided, the provider region is used.
221
- :param pulumi.Input[Sequence[pulumi.Input['RegionSecurityPolicyRuleArgs']]] rules: The set of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
222
- Structure is documented below.
223
202
  :param pulumi.Input[str] self_link: Server-defined URL for the resource.
224
203
  :param pulumi.Input[str] self_link_with_policy_id: Server-defined URL for this resource with the resource id.
225
204
  :param pulumi.Input[str] type: The type indicates the intended use of the security policy.
@@ -247,8 +226,6 @@ class _RegionSecurityPolicyState:
247
226
  pulumi.set(__self__, "project", project)
248
227
  if region is not None:
249
228
  pulumi.set(__self__, "region", region)
250
- if rules is not None:
251
- pulumi.set(__self__, "rules", rules)
252
229
  if self_link is not None:
253
230
  pulumi.set(__self__, "self_link", self_link)
254
231
  if self_link_with_policy_id is not None:
@@ -350,19 +327,6 @@ class _RegionSecurityPolicyState:
350
327
  def region(self, value: Optional[pulumi.Input[str]]):
351
328
  pulumi.set(self, "region", value)
352
329
 
353
- @property
354
- @pulumi.getter
355
- def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegionSecurityPolicyRuleArgs']]]]:
356
- """
357
- The set of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
358
- Structure is documented below.
359
- """
360
- return pulumi.get(self, "rules")
361
-
362
- @rules.setter
363
- def rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RegionSecurityPolicyRuleArgs']]]]):
364
- pulumi.set(self, "rules", value)
365
-
366
330
  @property
367
331
  @pulumi.getter(name="selfLink")
368
332
  def self_link(self) -> Optional[pulumi.Input[str]]:
@@ -430,7 +394,6 @@ class RegionSecurityPolicy(pulumi.CustomResource):
430
394
  name: Optional[pulumi.Input[str]] = None,
431
395
  project: Optional[pulumi.Input[str]] = None,
432
396
  region: Optional[pulumi.Input[str]] = None,
433
- rules: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RegionSecurityPolicyRuleArgs', 'RegionSecurityPolicyRuleArgsDict']]]]] = None,
434
397
  type: Optional[pulumi.Input[str]] = None,
435
398
  user_defined_fields: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RegionSecurityPolicyUserDefinedFieldArgs', 'RegionSecurityPolicyUserDefinedFieldArgsDict']]]]] = None,
436
399
  __props__=None):
@@ -489,39 +452,6 @@ class RegionSecurityPolicy(pulumi.CustomResource):
489
452
  },
490
453
  ])
491
454
  ```
492
- ### Region Security Policy With Rules
493
-
494
- ```python
495
- import pulumi
496
- import pulumi_gcp as gcp
497
-
498
- region_sec_policy_with_rules = gcp.compute.RegionSecurityPolicy("region-sec-policy-with-rules",
499
- name="my-sec-policy-with-rules",
500
- description="basic region security policy with multiple rules",
501
- type="CLOUD_ARMOR",
502
- rules=[
503
- {
504
- "action": "deny",
505
- "priority": 1000,
506
- "match": {
507
- "expr": {
508
- "expression": "request.path.matches(\\"/login.html\\") && token.recaptcha_session.score < 0.2",
509
- },
510
- },
511
- },
512
- {
513
- "action": "deny",
514
- "priority": 2147483647,
515
- "match": {
516
- "versioned_expr": "SRC_IPS_V1",
517
- "config": {
518
- "src_ip_ranges": ["*"],
519
- },
520
- },
521
- "description": "default rule",
522
- },
523
- ])
524
- ```
525
455
 
526
456
  ## Import
527
457
 
@@ -567,8 +497,6 @@ class RegionSecurityPolicy(pulumi.CustomResource):
567
497
  If it is not provided, the provider project is used.
568
498
  :param pulumi.Input[str] region: The Region in which the created Region Security Policy should reside.
569
499
  If it is not provided, the provider region is used.
570
- :param pulumi.Input[Sequence[pulumi.Input[Union['RegionSecurityPolicyRuleArgs', 'RegionSecurityPolicyRuleArgsDict']]]] rules: The set of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
571
- Structure is documented below.
572
500
  :param pulumi.Input[str] type: The type indicates the intended use of the security policy.
573
501
  - CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers.
574
502
  - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache.
@@ -641,39 +569,6 @@ class RegionSecurityPolicy(pulumi.CustomResource):
641
569
  },
642
570
  ])
643
571
  ```
644
- ### Region Security Policy With Rules
645
-
646
- ```python
647
- import pulumi
648
- import pulumi_gcp as gcp
649
-
650
- region_sec_policy_with_rules = gcp.compute.RegionSecurityPolicy("region-sec-policy-with-rules",
651
- name="my-sec-policy-with-rules",
652
- description="basic region security policy with multiple rules",
653
- type="CLOUD_ARMOR",
654
- rules=[
655
- {
656
- "action": "deny",
657
- "priority": 1000,
658
- "match": {
659
- "expr": {
660
- "expression": "request.path.matches(\\"/login.html\\") && token.recaptcha_session.score < 0.2",
661
- },
662
- },
663
- },
664
- {
665
- "action": "deny",
666
- "priority": 2147483647,
667
- "match": {
668
- "versioned_expr": "SRC_IPS_V1",
669
- "config": {
670
- "src_ip_ranges": ["*"],
671
- },
672
- },
673
- "description": "default rule",
674
- },
675
- ])
676
- ```
677
572
 
678
573
  ## Import
679
574
 
@@ -725,7 +620,6 @@ class RegionSecurityPolicy(pulumi.CustomResource):
725
620
  name: Optional[pulumi.Input[str]] = None,
726
621
  project: Optional[pulumi.Input[str]] = None,
727
622
  region: Optional[pulumi.Input[str]] = None,
728
- rules: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RegionSecurityPolicyRuleArgs', 'RegionSecurityPolicyRuleArgsDict']]]]] = None,
729
623
  type: Optional[pulumi.Input[str]] = None,
730
624
  user_defined_fields: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RegionSecurityPolicyUserDefinedFieldArgs', 'RegionSecurityPolicyUserDefinedFieldArgsDict']]]]] = None,
731
625
  __props__=None):
@@ -742,7 +636,6 @@ class RegionSecurityPolicy(pulumi.CustomResource):
742
636
  __props__.__dict__["name"] = name
743
637
  __props__.__dict__["project"] = project
744
638
  __props__.__dict__["region"] = region
745
- __props__.__dict__["rules"] = rules
746
639
  __props__.__dict__["type"] = type
747
640
  __props__.__dict__["user_defined_fields"] = user_defined_fields
748
641
  __props__.__dict__["fingerprint"] = None
@@ -766,7 +659,6 @@ class RegionSecurityPolicy(pulumi.CustomResource):
766
659
  policy_id: Optional[pulumi.Input[str]] = None,
767
660
  project: Optional[pulumi.Input[str]] = None,
768
661
  region: Optional[pulumi.Input[str]] = None,
769
- rules: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RegionSecurityPolicyRuleArgs', 'RegionSecurityPolicyRuleArgsDict']]]]] = None,
770
662
  self_link: Optional[pulumi.Input[str]] = None,
771
663
  self_link_with_policy_id: Optional[pulumi.Input[str]] = None,
772
664
  type: Optional[pulumi.Input[str]] = None,
@@ -793,8 +685,6 @@ class RegionSecurityPolicy(pulumi.CustomResource):
793
685
  If it is not provided, the provider project is used.
794
686
  :param pulumi.Input[str] region: The Region in which the created Region Security Policy should reside.
795
687
  If it is not provided, the provider region is used.
796
- :param pulumi.Input[Sequence[pulumi.Input[Union['RegionSecurityPolicyRuleArgs', 'RegionSecurityPolicyRuleArgsDict']]]] rules: The set of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
797
- Structure is documented below.
798
688
  :param pulumi.Input[str] self_link: Server-defined URL for the resource.
799
689
  :param pulumi.Input[str] self_link_with_policy_id: Server-defined URL for this resource with the resource id.
800
690
  :param pulumi.Input[str] type: The type indicates the intended use of the security policy.
@@ -819,7 +709,6 @@ class RegionSecurityPolicy(pulumi.CustomResource):
819
709
  __props__.__dict__["policy_id"] = policy_id
820
710
  __props__.__dict__["project"] = project
821
711
  __props__.__dict__["region"] = region
822
- __props__.__dict__["rules"] = rules
823
712
  __props__.__dict__["self_link"] = self_link
824
713
  __props__.__dict__["self_link_with_policy_id"] = self_link_with_policy_id
825
714
  __props__.__dict__["type"] = type
@@ -890,15 +779,6 @@ class RegionSecurityPolicy(pulumi.CustomResource):
890
779
  """
891
780
  return pulumi.get(self, "region")
892
781
 
893
- @property
894
- @pulumi.getter
895
- def rules(self) -> pulumi.Output[Sequence['outputs.RegionSecurityPolicyRule']]:
896
- """
897
- The set of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
898
- Structure is documented below.
899
- """
900
- return pulumi.get(self, "rules")
901
-
902
782
  @property
903
783
  @pulumi.getter(name="selfLink")
904
784
  def self_link(self) -> pulumi.Output[str]:
@@ -16,10 +16,10 @@ from .. import _utilities
16
16
  from . import outputs
17
17
  from ._inputs import *
18
18
 
19
- __all__ = ['RegionSecurityPolicyRuleInitArgs', 'RegionSecurityPolicyRule']
19
+ __all__ = ['RegionSecurityPolicyRuleArgs', 'RegionSecurityPolicyRule']
20
20
 
21
21
  @pulumi.input_type
22
- class RegionSecurityPolicyRuleInitArgs:
22
+ class RegionSecurityPolicyRuleArgs:
23
23
  def __init__(__self__, *,
24
24
  action: pulumi.Input[str],
25
25
  priority: pulumi.Input[int],
@@ -780,7 +780,7 @@ class RegionSecurityPolicyRule(pulumi.CustomResource):
780
780
  @overload
781
781
  def __init__(__self__,
782
782
  resource_name: str,
783
- args: RegionSecurityPolicyRuleInitArgs,
783
+ args: RegionSecurityPolicyRuleArgs,
784
784
  opts: Optional[pulumi.ResourceOptions] = None):
785
785
  """
786
786
  ## Example Usage
@@ -1026,12 +1026,12 @@ class RegionSecurityPolicyRule(pulumi.CustomResource):
1026
1026
  ```
1027
1027
 
1028
1028
  :param str resource_name: The name of the resource.
1029
- :param RegionSecurityPolicyRuleInitArgs args: The arguments to use to populate this resource's properties.
1029
+ :param RegionSecurityPolicyRuleArgs args: The arguments to use to populate this resource's properties.
1030
1030
  :param pulumi.ResourceOptions opts: Options for the resource.
1031
1031
  """
1032
1032
  ...
1033
1033
  def __init__(__self__, resource_name: str, *args, **kwargs):
1034
- resource_args, opts = _utilities.get_resource_args_opts(RegionSecurityPolicyRuleInitArgs, pulumi.ResourceOptions, *args, **kwargs)
1034
+ resource_args, opts = _utilities.get_resource_args_opts(RegionSecurityPolicyRuleArgs, pulumi.ResourceOptions, *args, **kwargs)
1035
1035
  if resource_args is not None:
1036
1036
  __self__._internal_init(resource_name, opts, **resource_args.__dict__)
1037
1037
  else:
@@ -1058,7 +1058,7 @@ class RegionSecurityPolicyRule(pulumi.CustomResource):
1058
1058
  if opts.id is None:
1059
1059
  if __props__ is not None:
1060
1060
  raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
1061
- __props__ = RegionSecurityPolicyRuleInitArgs.__new__(RegionSecurityPolicyRuleInitArgs)
1061
+ __props__ = RegionSecurityPolicyRuleArgs.__new__(RegionSecurityPolicyRuleArgs)
1062
1062
 
1063
1063
  if action is None and not opts.urn:
1064
1064
  raise TypeError("Missing required property 'action'")
@@ -81,14 +81,11 @@ class RouterPeerArgs:
81
81
  length, the routes with the lowest priority value win.
82
82
  :param pulumi.Input['RouterPeerBfdArgs'] bfd: BFD configuration for the BGP peering.
83
83
  Structure is documented below.
84
- :param pulumi.Input[Sequence[pulumi.Input['RouterPeerCustomLearnedIpRangeArgs']]] custom_learned_ip_ranges: The custom learned route IP address range. Must be a valid CIDR-formatted prefix.
85
- If an IP address is provided without a subnet mask, it is interpreted as, for IPv4,
86
- a /32 singular IP address range, and, for IPv6, /128.
87
- Structure is documented below.
88
- :param pulumi.Input[int] custom_learned_route_priority: The user-defined custom learned route priority for a BGP session.
89
- This value is applied to all custom learned route ranges for the session.
90
- You can choose a value from 0 to 65335. If you don't provide a value,
91
- Google Cloud assigns a priority of 100 to the ranges.
84
+ :param pulumi.Input[Sequence[pulumi.Input['RouterPeerCustomLearnedIpRangeArgs']]] custom_learned_ip_ranges: The custom learned route IP address range. Must be a valid CIDR-formatted prefix. If an IP address is provided without a
85
+ subnet mask, it is interpreted as, for IPv4, a /32 singular IP address range, and, for IPv6, /128.
86
+ :param pulumi.Input[int] custom_learned_route_priority: The user-defined custom learned route priority for a BGP session. This value is applied to all custom learned route
87
+ ranges for the session. You can choose a value from 0 to 65335. If you don't provide a value, Google Cloud assigns a
88
+ priority of 100 to the ranges.
92
89
  :param pulumi.Input[bool] enable: The status of the BGP peer connection. If set to false, any active session
93
90
  with the peer is terminated and all associated routing information is removed.
94
91
  If set to true, the peer connection can be established with routing information.
@@ -304,10 +301,8 @@ class RouterPeerArgs:
304
301
  @pulumi.getter(name="customLearnedIpRanges")
305
302
  def custom_learned_ip_ranges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RouterPeerCustomLearnedIpRangeArgs']]]]:
306
303
  """
307
- The custom learned route IP address range. Must be a valid CIDR-formatted prefix.
308
- If an IP address is provided without a subnet mask, it is interpreted as, for IPv4,
309
- a /32 singular IP address range, and, for IPv6, /128.
310
- Structure is documented below.
304
+ The custom learned route IP address range. Must be a valid CIDR-formatted prefix. If an IP address is provided without a
305
+ subnet mask, it is interpreted as, for IPv4, a /32 singular IP address range, and, for IPv6, /128.
311
306
  """
312
307
  return pulumi.get(self, "custom_learned_ip_ranges")
313
308
 
@@ -319,10 +314,9 @@ class RouterPeerArgs:
319
314
  @pulumi.getter(name="customLearnedRoutePriority")
320
315
  def custom_learned_route_priority(self) -> Optional[pulumi.Input[int]]:
321
316
  """
322
- The user-defined custom learned route priority for a BGP session.
323
- This value is applied to all custom learned route ranges for the session.
324
- You can choose a value from 0 to 65335. If you don't provide a value,
325
- Google Cloud assigns a priority of 100 to the ranges.
317
+ The user-defined custom learned route priority for a BGP session. This value is applied to all custom learned route
318
+ ranges for the session. You can choose a value from 0 to 65335. If you don't provide a value, Google Cloud assigns a
319
+ priority of 100 to the ranges.
326
320
  """
327
321
  return pulumi.get(self, "custom_learned_route_priority")
328
322
 
@@ -604,14 +598,11 @@ class _RouterPeerState:
604
598
  length, the routes with the lowest priority value win.
605
599
  :param pulumi.Input['RouterPeerBfdArgs'] bfd: BFD configuration for the BGP peering.
606
600
  Structure is documented below.
607
- :param pulumi.Input[Sequence[pulumi.Input['RouterPeerCustomLearnedIpRangeArgs']]] custom_learned_ip_ranges: The custom learned route IP address range. Must be a valid CIDR-formatted prefix.
608
- If an IP address is provided without a subnet mask, it is interpreted as, for IPv4,
609
- a /32 singular IP address range, and, for IPv6, /128.
610
- Structure is documented below.
611
- :param pulumi.Input[int] custom_learned_route_priority: The user-defined custom learned route priority for a BGP session.
612
- This value is applied to all custom learned route ranges for the session.
613
- You can choose a value from 0 to 65335. If you don't provide a value,
614
- Google Cloud assigns a priority of 100 to the ranges.
601
+ :param pulumi.Input[Sequence[pulumi.Input['RouterPeerCustomLearnedIpRangeArgs']]] custom_learned_ip_ranges: The custom learned route IP address range. Must be a valid CIDR-formatted prefix. If an IP address is provided without a
602
+ subnet mask, it is interpreted as, for IPv4, a /32 singular IP address range, and, for IPv6, /128.
603
+ :param pulumi.Input[int] custom_learned_route_priority: The user-defined custom learned route priority for a BGP session. This value is applied to all custom learned route
604
+ ranges for the session. You can choose a value from 0 to 65335. If you don't provide a value, Google Cloud assigns a
605
+ priority of 100 to the ranges.
615
606
  :param pulumi.Input[bool] enable: The status of the BGP peer connection. If set to false, any active session
616
607
  with the peer is terminated and all associated routing information is removed.
617
608
  If set to true, the peer connection can be established with routing information.
@@ -808,10 +799,8 @@ class _RouterPeerState:
808
799
  @pulumi.getter(name="customLearnedIpRanges")
809
800
  def custom_learned_ip_ranges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RouterPeerCustomLearnedIpRangeArgs']]]]:
810
801
  """
811
- The custom learned route IP address range. Must be a valid CIDR-formatted prefix.
812
- If an IP address is provided without a subnet mask, it is interpreted as, for IPv4,
813
- a /32 singular IP address range, and, for IPv6, /128.
814
- Structure is documented below.
802
+ The custom learned route IP address range. Must be a valid CIDR-formatted prefix. If an IP address is provided without a
803
+ subnet mask, it is interpreted as, for IPv4, a /32 singular IP address range, and, for IPv6, /128.
815
804
  """
816
805
  return pulumi.get(self, "custom_learned_ip_ranges")
817
806
 
@@ -823,10 +812,9 @@ class _RouterPeerState:
823
812
  @pulumi.getter(name="customLearnedRoutePriority")
824
813
  def custom_learned_route_priority(self) -> Optional[pulumi.Input[int]]:
825
814
  """
826
- The user-defined custom learned route priority for a BGP session.
827
- This value is applied to all custom learned route ranges for the session.
828
- You can choose a value from 0 to 65335. If you don't provide a value,
829
- Google Cloud assigns a priority of 100 to the ranges.
815
+ The user-defined custom learned route priority for a BGP session. This value is applied to all custom learned route
816
+ ranges for the session. You can choose a value from 0 to 65335. If you don't provide a value, Google Cloud assigns a
817
+ priority of 100 to the ranges.
830
818
  """
831
819
  return pulumi.get(self, "custom_learned_route_priority")
832
820
 
@@ -1477,14 +1465,11 @@ class RouterPeer(pulumi.CustomResource):
1477
1465
  length, the routes with the lowest priority value win.
1478
1466
  :param pulumi.Input[Union['RouterPeerBfdArgs', 'RouterPeerBfdArgsDict']] bfd: BFD configuration for the BGP peering.
1479
1467
  Structure is documented below.
1480
- :param pulumi.Input[Sequence[pulumi.Input[Union['RouterPeerCustomLearnedIpRangeArgs', 'RouterPeerCustomLearnedIpRangeArgsDict']]]] custom_learned_ip_ranges: The custom learned route IP address range. Must be a valid CIDR-formatted prefix.
1481
- If an IP address is provided without a subnet mask, it is interpreted as, for IPv4,
1482
- a /32 singular IP address range, and, for IPv6, /128.
1483
- Structure is documented below.
1484
- :param pulumi.Input[int] custom_learned_route_priority: The user-defined custom learned route priority for a BGP session.
1485
- This value is applied to all custom learned route ranges for the session.
1486
- You can choose a value from 0 to 65335. If you don't provide a value,
1487
- Google Cloud assigns a priority of 100 to the ranges.
1468
+ :param pulumi.Input[Sequence[pulumi.Input[Union['RouterPeerCustomLearnedIpRangeArgs', 'RouterPeerCustomLearnedIpRangeArgsDict']]]] custom_learned_ip_ranges: The custom learned route IP address range. Must be a valid CIDR-formatted prefix. If an IP address is provided without a
1469
+ subnet mask, it is interpreted as, for IPv4, a /32 singular IP address range, and, for IPv6, /128.
1470
+ :param pulumi.Input[int] custom_learned_route_priority: The user-defined custom learned route priority for a BGP session. This value is applied to all custom learned route
1471
+ ranges for the session. You can choose a value from 0 to 65335. If you don't provide a value, Google Cloud assigns a
1472
+ priority of 100 to the ranges.
1488
1473
  :param pulumi.Input[bool] enable: The status of the BGP peer connection. If set to false, any active session
1489
1474
  with the peer is terminated and all associated routing information is removed.
1490
1475
  If set to true, the peer connection can be established with routing information.
@@ -1998,14 +1983,11 @@ class RouterPeer(pulumi.CustomResource):
1998
1983
  length, the routes with the lowest priority value win.
1999
1984
  :param pulumi.Input[Union['RouterPeerBfdArgs', 'RouterPeerBfdArgsDict']] bfd: BFD configuration for the BGP peering.
2000
1985
  Structure is documented below.
2001
- :param pulumi.Input[Sequence[pulumi.Input[Union['RouterPeerCustomLearnedIpRangeArgs', 'RouterPeerCustomLearnedIpRangeArgsDict']]]] custom_learned_ip_ranges: The custom learned route IP address range. Must be a valid CIDR-formatted prefix.
2002
- If an IP address is provided without a subnet mask, it is interpreted as, for IPv4,
2003
- a /32 singular IP address range, and, for IPv6, /128.
2004
- Structure is documented below.
2005
- :param pulumi.Input[int] custom_learned_route_priority: The user-defined custom learned route priority for a BGP session.
2006
- This value is applied to all custom learned route ranges for the session.
2007
- You can choose a value from 0 to 65335. If you don't provide a value,
2008
- Google Cloud assigns a priority of 100 to the ranges.
1986
+ :param pulumi.Input[Sequence[pulumi.Input[Union['RouterPeerCustomLearnedIpRangeArgs', 'RouterPeerCustomLearnedIpRangeArgsDict']]]] custom_learned_ip_ranges: The custom learned route IP address range. Must be a valid CIDR-formatted prefix. If an IP address is provided without a
1987
+ subnet mask, it is interpreted as, for IPv4, a /32 singular IP address range, and, for IPv6, /128.
1988
+ :param pulumi.Input[int] custom_learned_route_priority: The user-defined custom learned route priority for a BGP session. This value is applied to all custom learned route
1989
+ ranges for the session. You can choose a value from 0 to 65335. If you don't provide a value, Google Cloud assigns a
1990
+ priority of 100 to the ranges.
2009
1991
  :param pulumi.Input[bool] enable: The status of the BGP peer connection. If set to false, any active session
2010
1992
  with the peer is terminated and all associated routing information is removed.
2011
1993
  If set to true, the peer connection can be established with routing information.
@@ -2160,10 +2142,8 @@ class RouterPeer(pulumi.CustomResource):
2160
2142
  @pulumi.getter(name="customLearnedIpRanges")
2161
2143
  def custom_learned_ip_ranges(self) -> pulumi.Output[Optional[Sequence['outputs.RouterPeerCustomLearnedIpRange']]]:
2162
2144
  """
2163
- The custom learned route IP address range. Must be a valid CIDR-formatted prefix.
2164
- If an IP address is provided without a subnet mask, it is interpreted as, for IPv4,
2165
- a /32 singular IP address range, and, for IPv6, /128.
2166
- Structure is documented below.
2145
+ The custom learned route IP address range. Must be a valid CIDR-formatted prefix. If an IP address is provided without a
2146
+ subnet mask, it is interpreted as, for IPv4, a /32 singular IP address range, and, for IPv6, /128.
2167
2147
  """
2168
2148
  return pulumi.get(self, "custom_learned_ip_ranges")
2169
2149
 
@@ -2171,10 +2151,9 @@ class RouterPeer(pulumi.CustomResource):
2171
2151
  @pulumi.getter(name="customLearnedRoutePriority")
2172
2152
  def custom_learned_route_priority(self) -> pulumi.Output[Optional[int]]:
2173
2153
  """
2174
- The user-defined custom learned route priority for a BGP session.
2175
- This value is applied to all custom learned route ranges for the session.
2176
- You can choose a value from 0 to 65335. If you don't provide a value,
2177
- Google Cloud assigns a priority of 100 to the ranges.
2154
+ The user-defined custom learned route priority for a BGP session. This value is applied to all custom learned route
2155
+ ranges for the session. You can choose a value from 0 to 65335. If you don't provide a value, Google Cloud assigns a
2156
+ priority of 100 to the ranges.
2178
2157
  """
2179
2158
  return pulumi.get(self, "custom_learned_route_priority")
2180
2159
 
@@ -470,20 +470,20 @@ class SecurityScanConfig(pulumi.CustomResource):
470
470
 
471
471
  ScanConfig can be imported using any of these accepted formats:
472
472
 
473
- * `{{project}}/{{name}}`
473
+ * `projects/{{project}}/scanConfigs/{{name}}`
474
474
 
475
- * `{{project}} {{name}}`
475
+ * `{{project}}/{{name}}`
476
476
 
477
477
  * `{{name}}`
478
478
 
479
479
  When using the `pulumi import` command, ScanConfig can be imported using one of the formats above. For example:
480
480
 
481
481
  ```sh
482
- $ pulumi import gcp:compute/securityScanConfig:SecurityScanConfig default {{project}}/{{name}}
482
+ $ pulumi import gcp:compute/securityScanConfig:SecurityScanConfig default projects/{{project}}/scanConfigs/{{name}}
483
483
  ```
484
484
 
485
485
  ```sh
486
- $ pulumi import gcp:compute/securityScanConfig:SecurityScanConfig default "{{project}} {{name}}"
486
+ $ pulumi import gcp:compute/securityScanConfig:SecurityScanConfig default {{project}}/{{name}}
487
487
  ```
488
488
 
489
489
  ```sh
@@ -551,20 +551,20 @@ class SecurityScanConfig(pulumi.CustomResource):
551
551
 
552
552
  ScanConfig can be imported using any of these accepted formats:
553
553
 
554
- * `{{project}}/{{name}}`
554
+ * `projects/{{project}}/scanConfigs/{{name}}`
555
555
 
556
- * `{{project}} {{name}}`
556
+ * `{{project}}/{{name}}`
557
557
 
558
558
  * `{{name}}`
559
559
 
560
560
  When using the `pulumi import` command, ScanConfig can be imported using one of the formats above. For example:
561
561
 
562
562
  ```sh
563
- $ pulumi import gcp:compute/securityScanConfig:SecurityScanConfig default {{project}}/{{name}}
563
+ $ pulumi import gcp:compute/securityScanConfig:SecurityScanConfig default projects/{{project}}/scanConfigs/{{name}}
564
564
  ```
565
565
 
566
566
  ```sh
567
- $ pulumi import gcp:compute/securityScanConfig:SecurityScanConfig default "{{project}} {{name}}"
567
+ $ pulumi import gcp:compute/securityScanConfig:SecurityScanConfig default {{project}}/{{name}}
568
568
  ```
569
569
 
570
570
  ```sh
@@ -143,8 +143,6 @@ dataplexCustomEndpoint: Optional[str]
143
143
 
144
144
  dataprocCustomEndpoint: Optional[str]
145
145
 
146
- dataprocGdcCustomEndpoint: Optional[str]
147
-
148
146
  dataprocMetastoreCustomEndpoint: Optional[str]
149
147
 
150
148
  datastreamCustomEndpoint: Optional[str]
@@ -211,8 +209,6 @@ healthcareCustomEndpoint: Optional[str]
211
209
 
212
210
  iam2CustomEndpoint: Optional[str]
213
211
 
214
- iam3CustomEndpoint: Optional[str]
215
-
216
212
  iamBetaCustomEndpoint: Optional[str]
217
213
 
218
214
  iamCredentialsCustomEndpoint: Optional[str]
pulumi_gcp/config/vars.py CHANGED
@@ -277,10 +277,6 @@ class _ExportableConfig(types.ModuleType):
277
277
  def dataproc_custom_endpoint(self) -> Optional[str]:
278
278
  return __config__.get('dataprocCustomEndpoint')
279
279
 
280
- @property
281
- def dataproc_gdc_custom_endpoint(self) -> Optional[str]:
282
- return __config__.get('dataprocGdcCustomEndpoint')
283
-
284
280
  @property
285
281
  def dataproc_metastore_custom_endpoint(self) -> Optional[str]:
286
282
  return __config__.get('dataprocMetastoreCustomEndpoint')
@@ -413,10 +409,6 @@ class _ExportableConfig(types.ModuleType):
413
409
  def iam2_custom_endpoint(self) -> Optional[str]:
414
410
  return __config__.get('iam2CustomEndpoint')
415
411
 
416
- @property
417
- def iam3_custom_endpoint(self) -> Optional[str]:
418
- return __config__.get('iam3CustomEndpoint')
419
-
420
412
  @property
421
413
  def iam_beta_custom_endpoint(self) -> Optional[str]:
422
414
  return __config__.get('iamBetaCustomEndpoint')