pulumi-gcp 8.33.0a1749001887__py3-none-any.whl → 8.34.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.
Files changed (97) hide show
  1. pulumi_gcp/__init__.py +40 -0
  2. pulumi_gcp/alloydb/cluster.py +16 -64
  3. pulumi_gcp/apigee/_inputs.py +89 -0
  4. pulumi_gcp/apigee/environment.py +68 -2
  5. pulumi_gcp/apigee/outputs.py +88 -0
  6. pulumi_gcp/apihub/__init__.py +1 -0
  7. pulumi_gcp/apihub/_inputs.py +184 -0
  8. pulumi_gcp/apihub/curation.py +812 -0
  9. pulumi_gcp/apihub/outputs.py +165 -0
  10. pulumi_gcp/beyondcorp/get_security_gateway.py +12 -1
  11. pulumi_gcp/beyondcorp/security_gateway.py +28 -0
  12. pulumi_gcp/bigquery/__init__.py +1 -0
  13. pulumi_gcp/bigquery/get_datasets.py +131 -0
  14. pulumi_gcp/bigquery/outputs.py +52 -0
  15. pulumi_gcp/cloudrunv2/_inputs.py +463 -0
  16. pulumi_gcp/cloudrunv2/outputs.py +581 -1
  17. pulumi_gcp/cloudrunv2/worker_pool.py +0 -8
  18. pulumi_gcp/colab/_inputs.py +14 -1
  19. pulumi_gcp/colab/outputs.py +8 -1
  20. pulumi_gcp/colab/runtime_template.py +5 -27
  21. pulumi_gcp/compute/__init__.py +3 -0
  22. pulumi_gcp/compute/_inputs.py +1829 -3
  23. pulumi_gcp/compute/backend_service.py +18 -2
  24. pulumi_gcp/compute/get_region_instance_template.py +12 -1
  25. pulumi_gcp/compute/get_router_nat.py +23 -1
  26. pulumi_gcp/compute/interconnect.py +32 -0
  27. pulumi_gcp/compute/interconnect_attachment.py +304 -0
  28. pulumi_gcp/compute/interconnect_attachment_group.py +636 -0
  29. pulumi_gcp/compute/interconnect_group.py +586 -0
  30. pulumi_gcp/compute/outputs.py +1321 -2
  31. pulumi_gcp/compute/region_instance_template.py +28 -0
  32. pulumi_gcp/compute/router_nat.py +143 -0
  33. pulumi_gcp/compute/snapshot_settings.py +285 -0
  34. pulumi_gcp/compute/url_map.py +338 -0
  35. pulumi_gcp/container/_inputs.py +57 -24
  36. pulumi_gcp/container/cluster.py +47 -0
  37. pulumi_gcp/container/get_cluster.py +12 -1
  38. pulumi_gcp/container/outputs.py +75 -20
  39. pulumi_gcp/dataplex/__init__.py +1 -0
  40. pulumi_gcp/dataplex/_inputs.py +492 -0
  41. pulumi_gcp/dataplex/datascan.py +2 -0
  42. pulumi_gcp/dataplex/entry.py +1038 -0
  43. pulumi_gcp/dataplex/outputs.py +357 -1
  44. pulumi_gcp/datastream/_inputs.py +48 -6
  45. pulumi_gcp/datastream/outputs.py +46 -4
  46. pulumi_gcp/datastream/private_connection.py +205 -35
  47. pulumi_gcp/dns/_inputs.py +73 -0
  48. pulumi_gcp/dns/outputs.py +60 -0
  49. pulumi_gcp/dns/policy.py +54 -0
  50. pulumi_gcp/eventarc/_inputs.py +12 -5
  51. pulumi_gcp/eventarc/outputs.py +8 -3
  52. pulumi_gcp/eventarc/pipeline.py +0 -12
  53. pulumi_gcp/filestore/_inputs.py +44 -1
  54. pulumi_gcp/filestore/instance.py +7 -7
  55. pulumi_gcp/filestore/outputs.py +52 -2
  56. pulumi_gcp/gemini/data_sharing_with_google_setting.py +58 -9
  57. pulumi_gcp/gemini/data_sharing_with_google_setting_binding.py +11 -16
  58. pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +51 -2
  59. pulumi_gcp/gemini/gemini_gcp_enablement_setting_binding.py +11 -16
  60. pulumi_gcp/gkehub/_inputs.py +84 -7
  61. pulumi_gcp/gkehub/feature.py +38 -0
  62. pulumi_gcp/gkehub/outputs.py +102 -7
  63. pulumi_gcp/gkehub/scope_rbac_role_binding.py +54 -2
  64. pulumi_gcp/gkeonprem/_inputs.py +54 -0
  65. pulumi_gcp/gkeonprem/outputs.py +49 -0
  66. pulumi_gcp/gkeonprem/vmware_admin_cluster.py +71 -0
  67. pulumi_gcp/iam/workload_identity_pool_namespace.py +4 -4
  68. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  69. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  70. pulumi_gcp/managedkafka/connect_cluster.py +4 -4
  71. pulumi_gcp/managedkafka/connector.py +4 -4
  72. pulumi_gcp/memorystore/_inputs.py +6 -6
  73. pulumi_gcp/memorystore/outputs.py +8 -8
  74. pulumi_gcp/netapp/_inputs.py +113 -0
  75. pulumi_gcp/netapp/backup_vault.py +56 -0
  76. pulumi_gcp/netapp/outputs.py +92 -0
  77. pulumi_gcp/networkconnectivity/_inputs.py +9 -9
  78. pulumi_gcp/networkconnectivity/outputs.py +6 -6
  79. pulumi_gcp/networkconnectivity/spoke.py +14 -14
  80. pulumi_gcp/networksecurity/backend_authentication_config.py +64 -0
  81. pulumi_gcp/orgpolicy/policy.py +2 -2
  82. pulumi_gcp/pubsub/_inputs.py +392 -0
  83. pulumi_gcp/pubsub/get_subscription.py +12 -1
  84. pulumi_gcp/pubsub/get_topic.py +12 -1
  85. pulumi_gcp/pubsub/outputs.py +548 -0
  86. pulumi_gcp/pubsub/subscription.py +67 -6
  87. pulumi_gcp/pubsub/topic.py +61 -0
  88. pulumi_gcp/pulumi-plugin.json +1 -1
  89. pulumi_gcp/redis/_inputs.py +3 -6
  90. pulumi_gcp/redis/outputs.py +2 -4
  91. pulumi_gcp/storage/bucket_object.py +4 -4
  92. pulumi_gcp/vertex/ai_endpoint.py +4 -4
  93. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
  94. {pulumi_gcp-8.33.0a1749001887.dist-info → pulumi_gcp-8.34.0.dist-info}/METADATA +1 -1
  95. {pulumi_gcp-8.33.0a1749001887.dist-info → pulumi_gcp-8.34.0.dist-info}/RECORD +97 -91
  96. {pulumi_gcp-8.33.0a1749001887.dist-info → pulumi_gcp-8.34.0.dist-info}/WHEEL +0 -0
  97. {pulumi_gcp-8.33.0a1749001887.dist-info → pulumi_gcp-8.34.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/dns/policy.py CHANGED
@@ -24,6 +24,7 @@ class PolicyArgs:
24
24
  def __init__(__self__, *,
25
25
  alternative_name_server_config: Optional[pulumi.Input['PolicyAlternativeNameServerConfigArgs']] = None,
26
26
  description: Optional[pulumi.Input[builtins.str]] = None,
27
+ dns64_config: Optional[pulumi.Input['PolicyDns64ConfigArgs']] = None,
27
28
  enable_inbound_forwarding: Optional[pulumi.Input[builtins.bool]] = None,
28
29
  enable_logging: Optional[pulumi.Input[builtins.bool]] = None,
29
30
  name: Optional[pulumi.Input[builtins.str]] = None,
@@ -36,6 +37,8 @@ class PolicyArgs:
36
37
  Names such as .internal are not available when an alternative name server is specified.
37
38
  Structure is documented below.
38
39
  :param pulumi.Input[builtins.str] description: A textual description field. Defaults to 'Managed by Pulumi'.
40
+ :param pulumi.Input['PolicyDns64ConfigArgs'] dns64_config: Configurations related to DNS64 for this Policy.
41
+ Structure is documented below.
39
42
  :param pulumi.Input[builtins.bool] enable_inbound_forwarding: Allows networks bound to this policy to receive DNS queries sent
40
43
  by VMs or applications over VPN connections. When enabled, a
41
44
  virtual IP address will be allocated from each of the sub-networks
@@ -55,6 +58,8 @@ class PolicyArgs:
55
58
  pulumi.set(__self__, "alternative_name_server_config", alternative_name_server_config)
56
59
  if description is not None:
57
60
  pulumi.set(__self__, "description", description)
61
+ if dns64_config is not None:
62
+ pulumi.set(__self__, "dns64_config", dns64_config)
58
63
  if enable_inbound_forwarding is not None:
59
64
  pulumi.set(__self__, "enable_inbound_forwarding", enable_inbound_forwarding)
60
65
  if enable_logging is not None:
@@ -93,6 +98,19 @@ class PolicyArgs:
93
98
  def description(self, value: Optional[pulumi.Input[builtins.str]]):
94
99
  pulumi.set(self, "description", value)
95
100
 
101
+ @property
102
+ @pulumi.getter(name="dns64Config")
103
+ def dns64_config(self) -> Optional[pulumi.Input['PolicyDns64ConfigArgs']]:
104
+ """
105
+ Configurations related to DNS64 for this Policy.
106
+ Structure is documented below.
107
+ """
108
+ return pulumi.get(self, "dns64_config")
109
+
110
+ @dns64_config.setter
111
+ def dns64_config(self, value: Optional[pulumi.Input['PolicyDns64ConfigArgs']]):
112
+ pulumi.set(self, "dns64_config", value)
113
+
96
114
  @property
97
115
  @pulumi.getter(name="enableInboundForwarding")
98
116
  def enable_inbound_forwarding(self) -> Optional[pulumi.Input[builtins.bool]]:
@@ -168,6 +186,7 @@ class _PolicyState:
168
186
  def __init__(__self__, *,
169
187
  alternative_name_server_config: Optional[pulumi.Input['PolicyAlternativeNameServerConfigArgs']] = None,
170
188
  description: Optional[pulumi.Input[builtins.str]] = None,
189
+ dns64_config: Optional[pulumi.Input['PolicyDns64ConfigArgs']] = None,
171
190
  enable_inbound_forwarding: Optional[pulumi.Input[builtins.bool]] = None,
172
191
  enable_logging: Optional[pulumi.Input[builtins.bool]] = None,
173
192
  name: Optional[pulumi.Input[builtins.str]] = None,
@@ -180,6 +199,8 @@ class _PolicyState:
180
199
  Names such as .internal are not available when an alternative name server is specified.
181
200
  Structure is documented below.
182
201
  :param pulumi.Input[builtins.str] description: A textual description field. Defaults to 'Managed by Pulumi'.
202
+ :param pulumi.Input['PolicyDns64ConfigArgs'] dns64_config: Configurations related to DNS64 for this Policy.
203
+ Structure is documented below.
183
204
  :param pulumi.Input[builtins.bool] enable_inbound_forwarding: Allows networks bound to this policy to receive DNS queries sent
184
205
  by VMs or applications over VPN connections. When enabled, a
185
206
  virtual IP address will be allocated from each of the sub-networks
@@ -199,6 +220,8 @@ class _PolicyState:
199
220
  pulumi.set(__self__, "alternative_name_server_config", alternative_name_server_config)
200
221
  if description is not None:
201
222
  pulumi.set(__self__, "description", description)
223
+ if dns64_config is not None:
224
+ pulumi.set(__self__, "dns64_config", dns64_config)
202
225
  if enable_inbound_forwarding is not None:
203
226
  pulumi.set(__self__, "enable_inbound_forwarding", enable_inbound_forwarding)
204
227
  if enable_logging is not None:
@@ -237,6 +260,19 @@ class _PolicyState:
237
260
  def description(self, value: Optional[pulumi.Input[builtins.str]]):
238
261
  pulumi.set(self, "description", value)
239
262
 
263
+ @property
264
+ @pulumi.getter(name="dns64Config")
265
+ def dns64_config(self) -> Optional[pulumi.Input['PolicyDns64ConfigArgs']]:
266
+ """
267
+ Configurations related to DNS64 for this Policy.
268
+ Structure is documented below.
269
+ """
270
+ return pulumi.get(self, "dns64_config")
271
+
272
+ @dns64_config.setter
273
+ def dns64_config(self, value: Optional[pulumi.Input['PolicyDns64ConfigArgs']]):
274
+ pulumi.set(self, "dns64_config", value)
275
+
240
276
  @property
241
277
  @pulumi.getter(name="enableInboundForwarding")
242
278
  def enable_inbound_forwarding(self) -> Optional[pulumi.Input[builtins.bool]]:
@@ -315,6 +351,7 @@ class Policy(pulumi.CustomResource):
315
351
  opts: Optional[pulumi.ResourceOptions] = None,
316
352
  alternative_name_server_config: Optional[pulumi.Input[Union['PolicyAlternativeNameServerConfigArgs', 'PolicyAlternativeNameServerConfigArgsDict']]] = None,
317
353
  description: Optional[pulumi.Input[builtins.str]] = None,
354
+ dns64_config: Optional[pulumi.Input[Union['PolicyDns64ConfigArgs', 'PolicyDns64ConfigArgsDict']]] = None,
318
355
  enable_inbound_forwarding: Optional[pulumi.Input[builtins.bool]] = None,
319
356
  enable_logging: Optional[pulumi.Input[builtins.bool]] = None,
320
357
  name: Optional[pulumi.Input[builtins.str]] = None,
@@ -401,6 +438,8 @@ class Policy(pulumi.CustomResource):
401
438
  Names such as .internal are not available when an alternative name server is specified.
402
439
  Structure is documented below.
403
440
  :param pulumi.Input[builtins.str] description: A textual description field. Defaults to 'Managed by Pulumi'.
441
+ :param pulumi.Input[Union['PolicyDns64ConfigArgs', 'PolicyDns64ConfigArgsDict']] dns64_config: Configurations related to DNS64 for this Policy.
442
+ Structure is documented below.
404
443
  :param pulumi.Input[builtins.bool] enable_inbound_forwarding: Allows networks bound to this policy to receive DNS queries sent
405
444
  by VMs or applications over VPN connections. When enabled, a
406
445
  virtual IP address will be allocated from each of the sub-networks
@@ -512,6 +551,7 @@ class Policy(pulumi.CustomResource):
512
551
  opts: Optional[pulumi.ResourceOptions] = None,
513
552
  alternative_name_server_config: Optional[pulumi.Input[Union['PolicyAlternativeNameServerConfigArgs', 'PolicyAlternativeNameServerConfigArgsDict']]] = None,
514
553
  description: Optional[pulumi.Input[builtins.str]] = None,
554
+ dns64_config: Optional[pulumi.Input[Union['PolicyDns64ConfigArgs', 'PolicyDns64ConfigArgsDict']]] = None,
515
555
  enable_inbound_forwarding: Optional[pulumi.Input[builtins.bool]] = None,
516
556
  enable_logging: Optional[pulumi.Input[builtins.bool]] = None,
517
557
  name: Optional[pulumi.Input[builtins.str]] = None,
@@ -528,6 +568,7 @@ class Policy(pulumi.CustomResource):
528
568
 
529
569
  __props__.__dict__["alternative_name_server_config"] = alternative_name_server_config
530
570
  __props__.__dict__["description"] = description
571
+ __props__.__dict__["dns64_config"] = dns64_config
531
572
  __props__.__dict__["enable_inbound_forwarding"] = enable_inbound_forwarding
532
573
  __props__.__dict__["enable_logging"] = enable_logging
533
574
  __props__.__dict__["name"] = name
@@ -545,6 +586,7 @@ class Policy(pulumi.CustomResource):
545
586
  opts: Optional[pulumi.ResourceOptions] = None,
546
587
  alternative_name_server_config: Optional[pulumi.Input[Union['PolicyAlternativeNameServerConfigArgs', 'PolicyAlternativeNameServerConfigArgsDict']]] = None,
547
588
  description: Optional[pulumi.Input[builtins.str]] = None,
589
+ dns64_config: Optional[pulumi.Input[Union['PolicyDns64ConfigArgs', 'PolicyDns64ConfigArgsDict']]] = None,
548
590
  enable_inbound_forwarding: Optional[pulumi.Input[builtins.bool]] = None,
549
591
  enable_logging: Optional[pulumi.Input[builtins.bool]] = None,
550
592
  name: Optional[pulumi.Input[builtins.str]] = None,
@@ -562,6 +604,8 @@ class Policy(pulumi.CustomResource):
562
604
  Names such as .internal are not available when an alternative name server is specified.
563
605
  Structure is documented below.
564
606
  :param pulumi.Input[builtins.str] description: A textual description field. Defaults to 'Managed by Pulumi'.
607
+ :param pulumi.Input[Union['PolicyDns64ConfigArgs', 'PolicyDns64ConfigArgsDict']] dns64_config: Configurations related to DNS64 for this Policy.
608
+ Structure is documented below.
565
609
  :param pulumi.Input[builtins.bool] enable_inbound_forwarding: Allows networks bound to this policy to receive DNS queries sent
566
610
  by VMs or applications over VPN connections. When enabled, a
567
611
  virtual IP address will be allocated from each of the sub-networks
@@ -583,6 +627,7 @@ class Policy(pulumi.CustomResource):
583
627
 
584
628
  __props__.__dict__["alternative_name_server_config"] = alternative_name_server_config
585
629
  __props__.__dict__["description"] = description
630
+ __props__.__dict__["dns64_config"] = dns64_config
586
631
  __props__.__dict__["enable_inbound_forwarding"] = enable_inbound_forwarding
587
632
  __props__.__dict__["enable_logging"] = enable_logging
588
633
  __props__.__dict__["name"] = name
@@ -609,6 +654,15 @@ class Policy(pulumi.CustomResource):
609
654
  """
610
655
  return pulumi.get(self, "description")
611
656
 
657
+ @property
658
+ @pulumi.getter(name="dns64Config")
659
+ def dns64_config(self) -> pulumi.Output['outputs.PolicyDns64Config']:
660
+ """
661
+ Configurations related to DNS64 for this Policy.
662
+ Structure is documented below.
663
+ """
664
+ return pulumi.get(self, "dns64_config")
665
+
612
666
  @property
613
667
  @pulumi.getter(name="enableInboundForwarding")
614
668
  def enable_inbound_forwarding(self) -> pulumi.Output[Optional[builtins.bool]]:
@@ -1111,11 +1111,13 @@ class PipelineDestinationHttpEndpointArgs:
1111
1111
 
1112
1112
  if not MYPY:
1113
1113
  class PipelineDestinationNetworkConfigArgsDict(TypedDict):
1114
- network_attachment: pulumi.Input[builtins.str]
1114
+ network_attachment: NotRequired[pulumi.Input[builtins.str]]
1115
1115
  """
1116
1116
  Name of the NetworkAttachment that allows access to the consumer VPC.
1117
1117
  Format:
1118
1118
  `projects/{PROJECT_ID}/regions/{REGION}/networkAttachments/{NETWORK_ATTACHMENT_NAME}`
1119
+ Required for HTTP endpoint destinations. Must not be specified for
1120
+ Workflows, MessageBus, or Topic destinations.
1119
1121
  """
1120
1122
  elif False:
1121
1123
  PipelineDestinationNetworkConfigArgsDict: TypeAlias = Mapping[str, Any]
@@ -1123,26 +1125,31 @@ elif False:
1123
1125
  @pulumi.input_type
1124
1126
  class PipelineDestinationNetworkConfigArgs:
1125
1127
  def __init__(__self__, *,
1126
- network_attachment: pulumi.Input[builtins.str]):
1128
+ network_attachment: Optional[pulumi.Input[builtins.str]] = None):
1127
1129
  """
1128
1130
  :param pulumi.Input[builtins.str] network_attachment: Name of the NetworkAttachment that allows access to the consumer VPC.
1129
1131
  Format:
1130
1132
  `projects/{PROJECT_ID}/regions/{REGION}/networkAttachments/{NETWORK_ATTACHMENT_NAME}`
1133
+ Required for HTTP endpoint destinations. Must not be specified for
1134
+ Workflows, MessageBus, or Topic destinations.
1131
1135
  """
1132
- pulumi.set(__self__, "network_attachment", network_attachment)
1136
+ if network_attachment is not None:
1137
+ pulumi.set(__self__, "network_attachment", network_attachment)
1133
1138
 
1134
1139
  @property
1135
1140
  @pulumi.getter(name="networkAttachment")
1136
- def network_attachment(self) -> pulumi.Input[builtins.str]:
1141
+ def network_attachment(self) -> Optional[pulumi.Input[builtins.str]]:
1137
1142
  """
1138
1143
  Name of the NetworkAttachment that allows access to the consumer VPC.
1139
1144
  Format:
1140
1145
  `projects/{PROJECT_ID}/regions/{REGION}/networkAttachments/{NETWORK_ATTACHMENT_NAME}`
1146
+ Required for HTTP endpoint destinations. Must not be specified for
1147
+ Workflows, MessageBus, or Topic destinations.
1141
1148
  """
1142
1149
  return pulumi.get(self, "network_attachment")
1143
1150
 
1144
1151
  @network_attachment.setter
1145
- def network_attachment(self, value: pulumi.Input[builtins.str]):
1152
+ def network_attachment(self, value: Optional[pulumi.Input[builtins.str]]):
1146
1153
  pulumi.set(self, "network_attachment", value)
1147
1154
 
1148
1155
 
@@ -854,21 +854,26 @@ class PipelineDestinationNetworkConfig(dict):
854
854
  return super().get(key, default)
855
855
 
856
856
  def __init__(__self__, *,
857
- network_attachment: builtins.str):
857
+ network_attachment: Optional[builtins.str] = None):
858
858
  """
859
859
  :param builtins.str network_attachment: Name of the NetworkAttachment that allows access to the consumer VPC.
860
860
  Format:
861
861
  `projects/{PROJECT_ID}/regions/{REGION}/networkAttachments/{NETWORK_ATTACHMENT_NAME}`
862
+ Required for HTTP endpoint destinations. Must not be specified for
863
+ Workflows, MessageBus, or Topic destinations.
862
864
  """
863
- pulumi.set(__self__, "network_attachment", network_attachment)
865
+ if network_attachment is not None:
866
+ pulumi.set(__self__, "network_attachment", network_attachment)
864
867
 
865
868
  @property
866
869
  @pulumi.getter(name="networkAttachment")
867
- def network_attachment(self) -> builtins.str:
870
+ def network_attachment(self) -> Optional[builtins.str]:
868
871
  """
869
872
  Name of the NetworkAttachment that allows access to the consumer VPC.
870
873
  Format:
871
874
  `projects/{PROJECT_ID}/regions/{REGION}/networkAttachments/{NETWORK_ATTACHMENT_NAME}`
875
+ Required for HTTP endpoint destinations. Must not be specified for
876
+ Workflows, MessageBus, or Topic destinations.
872
877
  """
873
878
  return pulumi.get(self, "network_attachment")
874
879
 
@@ -660,9 +660,6 @@ class Pipeline(pulumi.CustomResource):
660
660
  pipeline_id="some-pipeline",
661
661
  destinations=[{
662
662
  "topic": topic.id,
663
- "network_config": {
664
- "network_attachment": "projects/my-project-name/regions/us-central1/networkAttachments/some-network-attachment",
665
- },
666
663
  }],
667
664
  labels={
668
665
  "test_label": "test-eventarc-label",
@@ -731,9 +728,6 @@ class Pipeline(pulumi.CustomResource):
731
728
  pipeline_id="some-pipeline",
732
729
  destinations=[{
733
730
  "workflow": workflow.id,
734
- "network_config": {
735
- "network_attachment": "projects/my-project-name/regions/us-central1/networkAttachments/some-network-attachment",
736
- },
737
731
  }])
738
732
  ```
739
733
  ### Eventarc Pipeline With Oidc And Json Format
@@ -979,9 +973,6 @@ class Pipeline(pulumi.CustomResource):
979
973
  pipeline_id="some-pipeline",
980
974
  destinations=[{
981
975
  "topic": topic.id,
982
- "network_config": {
983
- "network_attachment": "projects/my-project-name/regions/us-central1/networkAttachments/some-network-attachment",
984
- },
985
976
  }],
986
977
  labels={
987
978
  "test_label": "test-eventarc-label",
@@ -1050,9 +1041,6 @@ class Pipeline(pulumi.CustomResource):
1050
1041
  pipeline_id="some-pipeline",
1051
1042
  destinations=[{
1052
1043
  "workflow": workflow.id,
1053
- "network_config": {
1054
- "network_attachment": "projects/my-project-name/regions/us-central1/networkAttachments/some-network-attachment",
1055
- },
1056
1044
  }])
1057
1045
  ```
1058
1046
  ### Eventarc Pipeline With Oidc And Json Format
@@ -205,19 +205,29 @@ if not MYPY:
205
205
  The replication role.
206
206
  Structure is documented below.
207
207
  """
208
+ role: NotRequired[pulumi.Input[builtins.str]]
209
+ """
210
+ (Output)
211
+ The replication role.
212
+ """
208
213
  elif False:
209
214
  InstanceEffectiveReplicationArgsDict: TypeAlias = Mapping[str, Any]
210
215
 
211
216
  @pulumi.input_type
212
217
  class InstanceEffectiveReplicationArgs:
213
218
  def __init__(__self__, *,
214
- replicas: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceEffectiveReplicationReplicaArgs']]]] = None):
219
+ replicas: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceEffectiveReplicationReplicaArgs']]]] = None,
220
+ role: Optional[pulumi.Input[builtins.str]] = None):
215
221
  """
216
222
  :param pulumi.Input[Sequence[pulumi.Input['InstanceEffectiveReplicationReplicaArgs']]] replicas: The replication role.
217
223
  Structure is documented below.
224
+ :param pulumi.Input[builtins.str] role: (Output)
225
+ The replication role.
218
226
  """
219
227
  if replicas is not None:
220
228
  pulumi.set(__self__, "replicas", replicas)
229
+ if role is not None:
230
+ pulumi.set(__self__, "role", role)
221
231
 
222
232
  @property
223
233
  @pulumi.getter
@@ -232,6 +242,19 @@ class InstanceEffectiveReplicationArgs:
232
242
  def replicas(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceEffectiveReplicationReplicaArgs']]]]):
233
243
  pulumi.set(self, "replicas", value)
234
244
 
245
+ @property
246
+ @pulumi.getter
247
+ def role(self) -> Optional[pulumi.Input[builtins.str]]:
248
+ """
249
+ (Output)
250
+ The replication role.
251
+ """
252
+ return pulumi.get(self, "role")
253
+
254
+ @role.setter
255
+ def role(self, value: Optional[pulumi.Input[builtins.str]]):
256
+ pulumi.set(self, "role", value)
257
+
235
258
 
236
259
  if not MYPY:
237
260
  class InstanceEffectiveReplicationReplicaArgsDict(TypedDict):
@@ -242,6 +265,10 @@ if not MYPY:
242
265
  A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
243
266
  Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z"
244
267
  """
268
+ peer_instance: NotRequired[pulumi.Input[builtins.str]]
269
+ """
270
+ The peer instance.
271
+ """
245
272
  state: NotRequired[pulumi.Input[builtins.str]]
246
273
  """
247
274
  (Output)
@@ -259,6 +286,7 @@ elif False:
259
286
  class InstanceEffectiveReplicationReplicaArgs:
260
287
  def __init__(__self__, *,
261
288
  last_active_sync_time: Optional[pulumi.Input[builtins.str]] = None,
289
+ peer_instance: Optional[pulumi.Input[builtins.str]] = None,
262
290
  state: Optional[pulumi.Input[builtins.str]] = None,
263
291
  state_reasons: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
264
292
  """
@@ -266,6 +294,7 @@ class InstanceEffectiveReplicationReplicaArgs:
266
294
  Output only. The timestamp of the latest replication snapshot taken on the active instance and is already replicated safely.
267
295
  A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
268
296
  Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z"
297
+ :param pulumi.Input[builtins.str] peer_instance: The peer instance.
269
298
  :param pulumi.Input[builtins.str] state: (Output)
270
299
  Output only. The replica state
271
300
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] state_reasons: (Output)
@@ -273,6 +302,8 @@ class InstanceEffectiveReplicationReplicaArgs:
273
302
  """
274
303
  if last_active_sync_time is not None:
275
304
  pulumi.set(__self__, "last_active_sync_time", last_active_sync_time)
305
+ if peer_instance is not None:
306
+ pulumi.set(__self__, "peer_instance", peer_instance)
276
307
  if state is not None:
277
308
  pulumi.set(__self__, "state", state)
278
309
  if state_reasons is not None:
@@ -293,6 +324,18 @@ class InstanceEffectiveReplicationReplicaArgs:
293
324
  def last_active_sync_time(self, value: Optional[pulumi.Input[builtins.str]]):
294
325
  pulumi.set(self, "last_active_sync_time", value)
295
326
 
327
+ @property
328
+ @pulumi.getter(name="peerInstance")
329
+ def peer_instance(self) -> Optional[pulumi.Input[builtins.str]]:
330
+ """
331
+ The peer instance.
332
+ """
333
+ return pulumi.get(self, "peer_instance")
334
+
335
+ @peer_instance.setter
336
+ def peer_instance(self, value: Optional[pulumi.Input[builtins.str]]):
337
+ pulumi.set(self, "peer_instance", value)
338
+
296
339
  @property
297
340
  @pulumi.getter
298
341
  def state(self) -> Optional[pulumi.Input[builtins.str]]:
@@ -53,7 +53,7 @@ class InstanceArgs:
53
53
  :param pulumi.Input[builtins.str] deletion_protection_reason: The reason for enabling deletion protection.
54
54
  :param pulumi.Input[builtins.str] description: A description of the instance.
55
55
  :param pulumi.Input['InstanceDirectoryServicesArgs'] directory_services: Directory Services configuration. Should only be set if protocol is "NFS_V4_1".
56
- :param pulumi.Input['InstanceInitialReplicationArgs'] initial_replication: Replication configuration, once set, this cannot be updated. Addtionally this should be specified on the replica
56
+ :param pulumi.Input['InstanceInitialReplicationArgs'] initial_replication: Replication configuration, once set, this cannot be updated. Additionally this should be specified on the replica
57
57
  instance only, indicating the active as the peer_instance
58
58
  :param pulumi.Input[builtins.str] kms_key_name: KMS key name used for data encryption.
59
59
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] labels: Resource labels to represent user-provided metadata. **Note**: This field is non-authoritative, and will only manage the
@@ -200,7 +200,7 @@ class InstanceArgs:
200
200
  @pulumi.getter(name="initialReplication")
201
201
  def initial_replication(self) -> Optional[pulumi.Input['InstanceInitialReplicationArgs']]:
202
202
  """
203
- Replication configuration, once set, this cannot be updated. Addtionally this should be specified on the replica
203
+ Replication configuration, once set, this cannot be updated. Additionally this should be specified on the replica
204
204
  instance only, indicating the active as the peer_instance
205
205
  """
206
206
  return pulumi.get(self, "initial_replication")
@@ -364,7 +364,7 @@ class _InstanceState:
364
364
  :param pulumi.Input['InstanceFileSharesArgs'] file_shares: File system shares on the instance. For this version, only a
365
365
  single file share is supported.
366
366
  Structure is documented below.
367
- :param pulumi.Input['InstanceInitialReplicationArgs'] initial_replication: Replication configuration, once set, this cannot be updated. Addtionally this should be specified on the replica
367
+ :param pulumi.Input['InstanceInitialReplicationArgs'] initial_replication: Replication configuration, once set, this cannot be updated. Additionally this should be specified on the replica
368
368
  instance only, indicating the active as the peer_instance
369
369
  :param pulumi.Input[builtins.str] kms_key_name: KMS key name used for data encryption.
370
370
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] labels: Resource labels to represent user-provided metadata. **Note**: This field is non-authoritative, and will only manage the
@@ -554,7 +554,7 @@ class _InstanceState:
554
554
  @pulumi.getter(name="initialReplication")
555
555
  def initial_replication(self) -> Optional[pulumi.Input['InstanceInitialReplicationArgs']]:
556
556
  """
557
- Replication configuration, once set, this cannot be updated. Addtionally this should be specified on the replica
557
+ Replication configuration, once set, this cannot be updated. Additionally this should be specified on the replica
558
558
  instance only, indicating the active as the peer_instance
559
559
  """
560
560
  return pulumi.get(self, "initial_replication")
@@ -888,7 +888,7 @@ class Instance(pulumi.CustomResource):
888
888
  :param pulumi.Input[Union['InstanceFileSharesArgs', 'InstanceFileSharesArgsDict']] file_shares: File system shares on the instance. For this version, only a
889
889
  single file share is supported.
890
890
  Structure is documented below.
891
- :param pulumi.Input[Union['InstanceInitialReplicationArgs', 'InstanceInitialReplicationArgsDict']] initial_replication: Replication configuration, once set, this cannot be updated. Addtionally this should be specified on the replica
891
+ :param pulumi.Input[Union['InstanceInitialReplicationArgs', 'InstanceInitialReplicationArgsDict']] initial_replication: Replication configuration, once set, this cannot be updated. Additionally this should be specified on the replica
892
892
  instance only, indicating the active as the peer_instance
893
893
  :param pulumi.Input[builtins.str] kms_key_name: KMS key name used for data encryption.
894
894
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] labels: Resource labels to represent user-provided metadata. **Note**: This field is non-authoritative, and will only manage the
@@ -1178,7 +1178,7 @@ class Instance(pulumi.CustomResource):
1178
1178
  :param pulumi.Input[Union['InstanceFileSharesArgs', 'InstanceFileSharesArgsDict']] file_shares: File system shares on the instance. For this version, only a
1179
1179
  single file share is supported.
1180
1180
  Structure is documented below.
1181
- :param pulumi.Input[Union['InstanceInitialReplicationArgs', 'InstanceInitialReplicationArgsDict']] initial_replication: Replication configuration, once set, this cannot be updated. Addtionally this should be specified on the replica
1181
+ :param pulumi.Input[Union['InstanceInitialReplicationArgs', 'InstanceInitialReplicationArgsDict']] initial_replication: Replication configuration, once set, this cannot be updated. Additionally this should be specified on the replica
1182
1182
  instance only, indicating the active as the peer_instance
1183
1183
  :param pulumi.Input[builtins.str] kms_key_name: KMS key name used for data encryption.
1184
1184
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] labels: Resource labels to represent user-provided metadata. **Note**: This field is non-authoritative, and will only manage the
@@ -1312,7 +1312,7 @@ class Instance(pulumi.CustomResource):
1312
1312
  @pulumi.getter(name="initialReplication")
1313
1313
  def initial_replication(self) -> pulumi.Output[Optional['outputs.InstanceInitialReplication']]:
1314
1314
  """
1315
- Replication configuration, once set, this cannot be updated. Addtionally this should be specified on the replica
1315
+ Replication configuration, once set, this cannot be updated. Additionally this should be specified on the replica
1316
1316
  instance only, indicating the active as the peer_instance
1317
1317
  """
1318
1318
  return pulumi.get(self, "initial_replication")
@@ -159,13 +159,18 @@ class InstanceDirectoryServicesLdap(dict):
159
159
  @pulumi.output_type
160
160
  class InstanceEffectiveReplication(dict):
161
161
  def __init__(__self__, *,
162
- replicas: Optional[Sequence['outputs.InstanceEffectiveReplicationReplica']] = None):
162
+ replicas: Optional[Sequence['outputs.InstanceEffectiveReplicationReplica']] = None,
163
+ role: Optional[builtins.str] = None):
163
164
  """
164
165
  :param Sequence['InstanceEffectiveReplicationReplicaArgs'] replicas: The replication role.
165
166
  Structure is documented below.
167
+ :param builtins.str role: (Output)
168
+ The replication role.
166
169
  """
167
170
  if replicas is not None:
168
171
  pulumi.set(__self__, "replicas", replicas)
172
+ if role is not None:
173
+ pulumi.set(__self__, "role", role)
169
174
 
170
175
  @property
171
176
  @pulumi.getter
@@ -176,6 +181,15 @@ class InstanceEffectiveReplication(dict):
176
181
  """
177
182
  return pulumi.get(self, "replicas")
178
183
 
184
+ @property
185
+ @pulumi.getter
186
+ def role(self) -> Optional[builtins.str]:
187
+ """
188
+ (Output)
189
+ The replication role.
190
+ """
191
+ return pulumi.get(self, "role")
192
+
179
193
 
180
194
  @pulumi.output_type
181
195
  class InstanceEffectiveReplicationReplica(dict):
@@ -184,6 +198,8 @@ class InstanceEffectiveReplicationReplica(dict):
184
198
  suggest = None
185
199
  if key == "lastActiveSyncTime":
186
200
  suggest = "last_active_sync_time"
201
+ elif key == "peerInstance":
202
+ suggest = "peer_instance"
187
203
  elif key == "stateReasons":
188
204
  suggest = "state_reasons"
189
205
 
@@ -200,6 +216,7 @@ class InstanceEffectiveReplicationReplica(dict):
200
216
 
201
217
  def __init__(__self__, *,
202
218
  last_active_sync_time: Optional[builtins.str] = None,
219
+ peer_instance: Optional[builtins.str] = None,
203
220
  state: Optional[builtins.str] = None,
204
221
  state_reasons: Optional[Sequence[builtins.str]] = None):
205
222
  """
@@ -207,6 +224,7 @@ class InstanceEffectiveReplicationReplica(dict):
207
224
  Output only. The timestamp of the latest replication snapshot taken on the active instance and is already replicated safely.
208
225
  A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
209
226
  Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z"
227
+ :param builtins.str peer_instance: The peer instance.
210
228
  :param builtins.str state: (Output)
211
229
  Output only. The replica state
212
230
  :param Sequence[builtins.str] state_reasons: (Output)
@@ -214,6 +232,8 @@ class InstanceEffectiveReplicationReplica(dict):
214
232
  """
215
233
  if last_active_sync_time is not None:
216
234
  pulumi.set(__self__, "last_active_sync_time", last_active_sync_time)
235
+ if peer_instance is not None:
236
+ pulumi.set(__self__, "peer_instance", peer_instance)
217
237
  if state is not None:
218
238
  pulumi.set(__self__, "state", state)
219
239
  if state_reasons is not None:
@@ -230,6 +250,14 @@ class InstanceEffectiveReplicationReplica(dict):
230
250
  """
231
251
  return pulumi.get(self, "last_active_sync_time")
232
252
 
253
+ @property
254
+ @pulumi.getter(name="peerInstance")
255
+ def peer_instance(self) -> Optional[builtins.str]:
256
+ """
257
+ The peer instance.
258
+ """
259
+ return pulumi.get(self, "peer_instance")
260
+
233
261
  @property
234
262
  @pulumi.getter
235
263
  def state(self) -> Optional[builtins.str]:
@@ -933,11 +961,14 @@ class GetInstanceDirectoryServiceLdapResult(dict):
933
961
  @pulumi.output_type
934
962
  class GetInstanceEffectiveReplicationResult(dict):
935
963
  def __init__(__self__, *,
936
- replicas: Sequence['outputs.GetInstanceEffectiveReplicationReplicaResult']):
964
+ replicas: Sequence['outputs.GetInstanceEffectiveReplicationReplicaResult'],
965
+ role: builtins.str):
937
966
  """
938
967
  :param Sequence['GetInstanceEffectiveReplicationReplicaArgs'] replicas: The replication role.
968
+ :param builtins.str role: The replication role.
939
969
  """
940
970
  pulumi.set(__self__, "replicas", replicas)
971
+ pulumi.set(__self__, "role", role)
941
972
 
942
973
  @property
943
974
  @pulumi.getter
@@ -947,21 +978,32 @@ class GetInstanceEffectiveReplicationResult(dict):
947
978
  """
948
979
  return pulumi.get(self, "replicas")
949
980
 
981
+ @property
982
+ @pulumi.getter
983
+ def role(self) -> builtins.str:
984
+ """
985
+ The replication role.
986
+ """
987
+ return pulumi.get(self, "role")
988
+
950
989
 
951
990
  @pulumi.output_type
952
991
  class GetInstanceEffectiveReplicationReplicaResult(dict):
953
992
  def __init__(__self__, *,
954
993
  last_active_sync_time: builtins.str,
994
+ peer_instance: builtins.str,
955
995
  state: builtins.str,
956
996
  state_reasons: Sequence[builtins.str]):
957
997
  """
958
998
  :param builtins.str last_active_sync_time: Output only. The timestamp of the latest replication snapshot taken on the active instance and is already replicated safely.
959
999
  A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
960
1000
  Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z"
1001
+ :param builtins.str peer_instance: The peer instance.
961
1002
  :param builtins.str state: Output only. The replica state
962
1003
  :param Sequence[builtins.str] state_reasons: Output only. Additional information about the replication state, if available.
963
1004
  """
964
1005
  pulumi.set(__self__, "last_active_sync_time", last_active_sync_time)
1006
+ pulumi.set(__self__, "peer_instance", peer_instance)
965
1007
  pulumi.set(__self__, "state", state)
966
1008
  pulumi.set(__self__, "state_reasons", state_reasons)
967
1009
 
@@ -975,6 +1017,14 @@ class GetInstanceEffectiveReplicationReplicaResult(dict):
975
1017
  """
976
1018
  return pulumi.get(self, "last_active_sync_time")
977
1019
 
1020
+ @property
1021
+ @pulumi.getter(name="peerInstance")
1022
+ def peer_instance(self) -> builtins.str:
1023
+ """
1024
+ The peer instance.
1025
+ """
1026
+ return pulumi.get(self, "peer_instance")
1027
+
978
1028
  @property
979
1029
  @pulumi.getter
980
1030
  def state(self) -> builtins.str: