pulumi-gcp 8.42.0a1756968228__py3-none-any.whl → 9.0.0a1__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 (149) hide show
  1. pulumi_gcp/__init__.py +35 -48
  2. pulumi_gcp/alloydb/backup.py +8 -4
  3. pulumi_gcp/alloydb/cluster.py +56 -10
  4. pulumi_gcp/alloydb/get_cluster.py +12 -1
  5. pulumi_gcp/alloydb/instance.py +10 -4
  6. pulumi_gcp/alloydb/user.py +8 -4
  7. pulumi_gcp/apigee/_inputs.py +151 -108
  8. pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +52 -40
  9. pulumi_gcp/apigee/outputs.py +92 -88
  10. pulumi_gcp/artifactregistry/__init__.py +1 -0
  11. pulumi_gcp/artifactregistry/_inputs.py +0 -12
  12. pulumi_gcp/artifactregistry/get_npm_package.py +251 -0
  13. pulumi_gcp/artifactregistry/outputs.py +8 -16
  14. pulumi_gcp/beyondcorp/__init__.py +0 -5
  15. pulumi_gcp/beyondcorp/_inputs.py +0 -312
  16. pulumi_gcp/beyondcorp/outputs.py +0 -200
  17. pulumi_gcp/bigquery/_inputs.py +114 -4
  18. pulumi_gcp/bigquery/app_profile.py +52 -19
  19. pulumi_gcp/bigquery/dataset_access.py +8 -4
  20. pulumi_gcp/bigquery/outputs.py +75 -5
  21. pulumi_gcp/bigquery/table.py +21 -7
  22. pulumi_gcp/bigtable/app_profile.py +50 -15
  23. pulumi_gcp/bigtable/get_table_iam_policy.py +16 -18
  24. pulumi_gcp/bigtable/table.py +42 -42
  25. pulumi_gcp/bigtable/table_iam_binding.py +43 -43
  26. pulumi_gcp/bigtable/table_iam_member.py +43 -43
  27. pulumi_gcp/bigtable/table_iam_policy.py +43 -43
  28. pulumi_gcp/billing/_inputs.py +0 -6
  29. pulumi_gcp/billing/outputs.py +0 -4
  30. pulumi_gcp/certificatemanager/__init__.py +1 -0
  31. pulumi_gcp/certificatemanager/get_dns_authorization.py +229 -0
  32. pulumi_gcp/certificatemanager/outputs.py +41 -0
  33. pulumi_gcp/cloudbuild/_inputs.py +289 -45
  34. pulumi_gcp/cloudbuild/bitbucket_server_config.py +2 -6
  35. pulumi_gcp/cloudbuild/get_trigger.py +12 -1
  36. pulumi_gcp/cloudbuild/outputs.py +366 -30
  37. pulumi_gcp/cloudbuild/trigger.py +156 -0
  38. pulumi_gcp/cloudbuild/worker_pool.py +23 -34
  39. pulumi_gcp/cloudfunctions/function.py +8 -4
  40. pulumi_gcp/cloudfunctionsv2/_inputs.py +23 -21
  41. pulumi_gcp/cloudfunctionsv2/outputs.py +17 -16
  42. pulumi_gcp/cloudrunv2/_inputs.py +23 -26
  43. pulumi_gcp/cloudrunv2/outputs.py +28 -30
  44. pulumi_gcp/cloudrunv2/service.py +18 -12
  45. pulumi_gcp/cloudtasks/queue.py +98 -2
  46. pulumi_gcp/colab/_inputs.py +1 -114
  47. pulumi_gcp/colab/outputs.py +1 -106
  48. pulumi_gcp/composer/environment.py +49 -28
  49. pulumi_gcp/compute/_inputs.py +80 -0
  50. pulumi_gcp/compute/backend_bucket.py +54 -0
  51. pulumi_gcp/compute/backend_service.py +54 -0
  52. pulumi_gcp/compute/get_backend_bucket.py +12 -1
  53. pulumi_gcp/compute/get_backend_service.py +12 -1
  54. pulumi_gcp/compute/instance_from_machine_image.py +110 -75
  55. pulumi_gcp/compute/instance_from_template.py +110 -75
  56. pulumi_gcp/compute/instance_group_manager.py +14 -7
  57. pulumi_gcp/compute/instance_template.py +14 -7
  58. pulumi_gcp/compute/interconnect.py +8 -4
  59. pulumi_gcp/compute/network_peering_routes_config.py +0 -100
  60. pulumi_gcp/compute/organization_security_policy.py +83 -51
  61. pulumi_gcp/compute/outputs.py +128 -0
  62. pulumi_gcp/compute/packet_mirroring.py +6 -0
  63. pulumi_gcp/compute/region_instance_group_manager.py +14 -7
  64. pulumi_gcp/compute/subnetwork.py +0 -98
  65. pulumi_gcp/config/__init__.pyi +2 -2
  66. pulumi_gcp/config/vars.py +4 -4
  67. pulumi_gcp/container/_inputs.py +20 -0
  68. pulumi_gcp/container/aws_cluster.py +42 -28
  69. pulumi_gcp/container/aws_node_pool.py +42 -28
  70. pulumi_gcp/container/azure_cluster.py +70 -35
  71. pulumi_gcp/container/azure_node_pool.py +42 -28
  72. pulumi_gcp/container/outputs.py +25 -0
  73. pulumi_gcp/databasemigrationservice/connection_profile.py +4 -2
  74. pulumi_gcp/databasemigrationservice/migration_job.py +4 -2
  75. pulumi_gcp/dataplex/asset.py +21 -28
  76. pulumi_gcp/dataplex/zone.py +21 -28
  77. pulumi_gcp/dataproc/cluster.py +14 -21
  78. pulumi_gcp/dataproc/workflow_template.py +105 -42
  79. pulumi_gcp/diagflow/_inputs.py +152 -0
  80. pulumi_gcp/diagflow/cx_agent.py +425 -0
  81. pulumi_gcp/diagflow/outputs.py +143 -0
  82. pulumi_gcp/firebase/app_check_play_integrity_config.py +4 -8
  83. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +2 -4
  84. pulumi_gcp/firebase/app_check_service_config.py +6 -12
  85. pulumi_gcp/firebase/app_hosting_backend.py +4 -8
  86. pulumi_gcp/firebase/app_hosting_build.py +4 -8
  87. pulumi_gcp/firebase/app_hosting_traffic.py +6 -12
  88. pulumi_gcp/firebase/data_connect_service.py +4 -8
  89. pulumi_gcp/firebase/database_instance.py +4 -8
  90. pulumi_gcp/gkehub/_inputs.py +0 -60
  91. pulumi_gcp/gkehub/get_membership.py +1 -12
  92. pulumi_gcp/gkehub/membership.py +0 -70
  93. pulumi_gcp/gkehub/outputs.py +0 -36
  94. pulumi_gcp/iap/__init__.py +4 -0
  95. pulumi_gcp/iap/_inputs.py +130 -0
  96. pulumi_gcp/iap/get_web_region_forwarding_rule_service_iam_policy.py +182 -0
  97. pulumi_gcp/iap/outputs.py +76 -0
  98. pulumi_gcp/{beyondcorp/application_iam_binding.py → iap/web_region_forwarding_rule_service_iam_binding.py} +321 -314
  99. pulumi_gcp/{beyondcorp/application_iam_member.py → iap/web_region_forwarding_rule_service_iam_member.py} +321 -314
  100. pulumi_gcp/iap/web_region_forwarding_rule_service_iam_policy.py +910 -0
  101. pulumi_gcp/kms/autokey_config.py +0 -2
  102. pulumi_gcp/kms/key_handle.py +0 -2
  103. pulumi_gcp/logging/billing_account_bucket_config.py +21 -7
  104. pulumi_gcp/logging/folder_bucket_config.py +21 -7
  105. pulumi_gcp/logging/organization_bucket_config.py +21 -7
  106. pulumi_gcp/memorystore/get_instance.py +1 -12
  107. pulumi_gcp/memorystore/instance.py +0 -70
  108. pulumi_gcp/monitoring/dashboard.py +14 -7
  109. pulumi_gcp/networkservices/lb_traffic_extension.py +24 -23
  110. pulumi_gcp/notebooks/__init__.py +0 -1
  111. pulumi_gcp/oracledatabase/cloud_vm_cluster.py +3 -3
  112. pulumi_gcp/organizations/project.py +21 -7
  113. pulumi_gcp/projects/service.py +2 -4
  114. pulumi_gcp/provider.py +20 -20
  115. pulumi_gcp/pulumi-plugin.json +1 -1
  116. pulumi_gcp/redis/cluster.py +0 -70
  117. pulumi_gcp/redis/get_cluster.py +1 -12
  118. pulumi_gcp/saasruntime/__init__.py +11 -0
  119. pulumi_gcp/saasruntime/_inputs.py +55 -0
  120. pulumi_gcp/saasruntime/outputs.py +39 -0
  121. pulumi_gcp/saasruntime/saa_s.py +815 -0
  122. pulumi_gcp/securesourcemanager/_inputs.py +20 -19
  123. pulumi_gcp/securesourcemanager/outputs.py +15 -14
  124. pulumi_gcp/serviceaccount/get_account_key.py +1 -21
  125. pulumi_gcp/sql/database_instance.py +61 -7
  126. pulumi_gcp/sql/get_database_instance.py +12 -1
  127. pulumi_gcp/sql/outputs.py +11 -0
  128. pulumi_gcp/sql/user.py +61 -0
  129. pulumi_gcp/storage/_inputs.py +7 -7
  130. pulumi_gcp/storage/bucket.py +14 -7
  131. pulumi_gcp/storage/outputs.py +7 -7
  132. pulumi_gcp/tpu/__init__.py +0 -2
  133. pulumi_gcp/tpu/_inputs.py +0 -93
  134. pulumi_gcp/tpu/outputs.py +0 -72
  135. pulumi_gcp/vertex/_inputs.py +8 -9
  136. pulumi_gcp/vertex/ai_endpoint.py +2 -4
  137. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -2
  138. pulumi_gcp/vertex/ai_index.py +24 -23
  139. pulumi_gcp/vertex/outputs.py +7 -8
  140. {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/METADATA +1 -1
  141. {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/RECORD +143 -141
  142. pulumi_gcp/beyondcorp/application.py +0 -746
  143. pulumi_gcp/beyondcorp/application_iam_policy.py +0 -903
  144. pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -182
  145. pulumi_gcp/notebooks/location.py +0 -285
  146. pulumi_gcp/tpu/get_tensorflow_versions.py +0 -184
  147. pulumi_gcp/tpu/node.py +0 -1062
  148. {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/WHEEL +0 -0
  149. {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/top_level.txt +0 -0
@@ -39,6 +39,9 @@ __all__ = [
39
39
  'TriggerBuildSourceStorageSource',
40
40
  'TriggerBuildStep',
41
41
  'TriggerBuildStepVolume',
42
+ 'TriggerDeveloperConnectEventConfig',
43
+ 'TriggerDeveloperConnectEventConfigPullRequest',
44
+ 'TriggerDeveloperConnectEventConfigPush',
42
45
  'TriggerGitFileSource',
43
46
  'TriggerGithub',
44
47
  'TriggerGithubPullRequest',
@@ -74,6 +77,9 @@ __all__ = [
74
77
  'GetTriggerBuildSourceStorageSourceResult',
75
78
  'GetTriggerBuildStepResult',
76
79
  'GetTriggerBuildStepVolumeResult',
80
+ 'GetTriggerDeveloperConnectEventConfigResult',
81
+ 'GetTriggerDeveloperConnectEventConfigPullRequestResult',
82
+ 'GetTriggerDeveloperConnectEventConfigPushResult',
77
83
  'GetTriggerGitFileSourceResult',
78
84
  'GetTriggerGithubResult',
79
85
  'GetTriggerGithubPullRequestResult',
@@ -356,8 +362,7 @@ class TriggerBitbucketServerTriggerConfigPullRequest(dict):
356
362
  invert_regex: Optional[_builtins.bool] = None):
357
363
  """
358
364
  :param _builtins.str branch: Regex of branches to match.
359
- The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
360
- :param _builtins.str comment_control: Configure builds to run whether a repository owner or collaborator need to comment /gcbrun.
365
+ :param _builtins.str comment_control: Configure builds to run whether a repository owner or collaborator need to comment `/gcbrun`.
361
366
  Possible values are: `COMMENTS_DISABLED`, `COMMENTS_ENABLED`, `COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY`.
362
367
  :param _builtins.bool invert_regex: If true, branches that do NOT match the git_ref will trigger a build.
363
368
  """
@@ -372,7 +377,6 @@ class TriggerBitbucketServerTriggerConfigPullRequest(dict):
372
377
  def branch(self) -> _builtins.str:
373
378
  """
374
379
  Regex of branches to match.
375
- The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
376
380
  """
377
381
  return pulumi.get(self, "branch")
378
382
 
@@ -380,7 +384,7 @@ class TriggerBitbucketServerTriggerConfigPullRequest(dict):
380
384
  @pulumi.getter(name="commentControl")
381
385
  def comment_control(self) -> Optional[_builtins.str]:
382
386
  """
383
- Configure builds to run whether a repository owner or collaborator need to comment /gcbrun.
387
+ Configure builds to run whether a repository owner or collaborator need to comment `/gcbrun`.
384
388
  Possible values are: `COMMENTS_DISABLED`, `COMMENTS_ENABLED`, `COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY`.
385
389
  """
386
390
  return pulumi.get(self, "comment_control")
@@ -418,9 +422,9 @@ class TriggerBitbucketServerTriggerConfigPush(dict):
418
422
  invert_regex: Optional[_builtins.bool] = None,
419
423
  tag: Optional[_builtins.str] = None):
420
424
  """
421
- :param _builtins.str branch: Regex of branches to match. Specify only one of branch or tag.
422
- :param _builtins.bool invert_regex: When true, only trigger a build if the revision regex does NOT match the gitRef regex.
423
- :param _builtins.str tag: Regex of tags to match. Specify only one of branch or tag.
425
+ :param _builtins.str branch: Regex of branches to match.
426
+ :param _builtins.bool invert_regex: If true, only trigger a build if the revision regex does NOT match the git_ref regex.
427
+ :param _builtins.str tag: Regex of tags to match.
424
428
  """
425
429
  if branch is not None:
426
430
  pulumi.set(__self__, "branch", branch)
@@ -433,7 +437,7 @@ class TriggerBitbucketServerTriggerConfigPush(dict):
433
437
  @pulumi.getter
434
438
  def branch(self) -> Optional[_builtins.str]:
435
439
  """
436
- Regex of branches to match. Specify only one of branch or tag.
440
+ Regex of branches to match.
437
441
  """
438
442
  return pulumi.get(self, "branch")
439
443
 
@@ -441,7 +445,7 @@ class TriggerBitbucketServerTriggerConfigPush(dict):
441
445
  @pulumi.getter(name="invertRegex")
442
446
  def invert_regex(self) -> Optional[_builtins.bool]:
443
447
  """
444
- When true, only trigger a build if the revision regex does NOT match the gitRef regex.
448
+ If true, only trigger a build if the revision regex does NOT match the git_ref regex.
445
449
  """
446
450
  return pulumi.get(self, "invert_regex")
447
451
 
@@ -449,7 +453,7 @@ class TriggerBitbucketServerTriggerConfigPush(dict):
449
453
  @pulumi.getter
450
454
  def tag(self) -> Optional[_builtins.str]:
451
455
  """
452
- Regex of tags to match. Specify only one of branch or tag.
456
+ Regex of tags to match.
453
457
  """
454
458
  return pulumi.get(self, "tag")
455
459
 
@@ -2070,6 +2074,211 @@ class TriggerBuildStepVolume(dict):
2070
2074
  return pulumi.get(self, "path")
2071
2075
 
2072
2076
 
2077
+ @pulumi.output_type
2078
+ class TriggerDeveloperConnectEventConfig(dict):
2079
+ @staticmethod
2080
+ def __key_warning(key: str):
2081
+ suggest = None
2082
+ if key == "gitRepositoryLink":
2083
+ suggest = "git_repository_link"
2084
+ elif key == "gitRepositoryLinkType":
2085
+ suggest = "git_repository_link_type"
2086
+ elif key == "pullRequest":
2087
+ suggest = "pull_request"
2088
+
2089
+ if suggest:
2090
+ pulumi.log.warn(f"Key '{key}' not found in TriggerDeveloperConnectEventConfig. Access the value via the '{suggest}' property getter instead.")
2091
+
2092
+ def __getitem__(self, key: str) -> Any:
2093
+ TriggerDeveloperConnectEventConfig.__key_warning(key)
2094
+ return super().__getitem__(key)
2095
+
2096
+ def get(self, key: str, default = None) -> Any:
2097
+ TriggerDeveloperConnectEventConfig.__key_warning(key)
2098
+ return super().get(key, default)
2099
+
2100
+ def __init__(__self__, *,
2101
+ git_repository_link: _builtins.str,
2102
+ git_repository_link_type: Optional[_builtins.str] = None,
2103
+ pull_request: Optional['outputs.TriggerDeveloperConnectEventConfigPullRequest'] = None,
2104
+ push: Optional['outputs.TriggerDeveloperConnectEventConfigPush'] = None):
2105
+ """
2106
+ :param _builtins.str git_repository_link: The Developer Connect Git repository link, formatted as `projects/*/locations/*/connections/*/gitRepositoryLink/*`.
2107
+ :param _builtins.str git_repository_link_type: (Output)
2108
+ The type of DeveloperConnect GitRepositoryLink.
2109
+ :param 'TriggerDeveloperConnectEventConfigPullRequestArgs' pull_request: Filter to match changes in pull requests.
2110
+ Structure is documented below.
2111
+ :param 'TriggerDeveloperConnectEventConfigPushArgs' push: Filter to match changes in refs like branches and tags.
2112
+ Structure is documented below.
2113
+ """
2114
+ pulumi.set(__self__, "git_repository_link", git_repository_link)
2115
+ if git_repository_link_type is not None:
2116
+ pulumi.set(__self__, "git_repository_link_type", git_repository_link_type)
2117
+ if pull_request is not None:
2118
+ pulumi.set(__self__, "pull_request", pull_request)
2119
+ if push is not None:
2120
+ pulumi.set(__self__, "push", push)
2121
+
2122
+ @_builtins.property
2123
+ @pulumi.getter(name="gitRepositoryLink")
2124
+ def git_repository_link(self) -> _builtins.str:
2125
+ """
2126
+ The Developer Connect Git repository link, formatted as `projects/*/locations/*/connections/*/gitRepositoryLink/*`.
2127
+ """
2128
+ return pulumi.get(self, "git_repository_link")
2129
+
2130
+ @_builtins.property
2131
+ @pulumi.getter(name="gitRepositoryLinkType")
2132
+ def git_repository_link_type(self) -> Optional[_builtins.str]:
2133
+ """
2134
+ (Output)
2135
+ The type of DeveloperConnect GitRepositoryLink.
2136
+ """
2137
+ return pulumi.get(self, "git_repository_link_type")
2138
+
2139
+ @_builtins.property
2140
+ @pulumi.getter(name="pullRequest")
2141
+ def pull_request(self) -> Optional['outputs.TriggerDeveloperConnectEventConfigPullRequest']:
2142
+ """
2143
+ Filter to match changes in pull requests.
2144
+ Structure is documented below.
2145
+ """
2146
+ return pulumi.get(self, "pull_request")
2147
+
2148
+ @_builtins.property
2149
+ @pulumi.getter
2150
+ def push(self) -> Optional['outputs.TriggerDeveloperConnectEventConfigPush']:
2151
+ """
2152
+ Filter to match changes in refs like branches and tags.
2153
+ Structure is documented below.
2154
+ """
2155
+ return pulumi.get(self, "push")
2156
+
2157
+
2158
+ @pulumi.output_type
2159
+ class TriggerDeveloperConnectEventConfigPullRequest(dict):
2160
+ @staticmethod
2161
+ def __key_warning(key: str):
2162
+ suggest = None
2163
+ if key == "commentControl":
2164
+ suggest = "comment_control"
2165
+ elif key == "invertRegex":
2166
+ suggest = "invert_regex"
2167
+
2168
+ if suggest:
2169
+ pulumi.log.warn(f"Key '{key}' not found in TriggerDeveloperConnectEventConfigPullRequest. Access the value via the '{suggest}' property getter instead.")
2170
+
2171
+ def __getitem__(self, key: str) -> Any:
2172
+ TriggerDeveloperConnectEventConfigPullRequest.__key_warning(key)
2173
+ return super().__getitem__(key)
2174
+
2175
+ def get(self, key: str, default = None) -> Any:
2176
+ TriggerDeveloperConnectEventConfigPullRequest.__key_warning(key)
2177
+ return super().get(key, default)
2178
+
2179
+ def __init__(__self__, *,
2180
+ branch: Optional[_builtins.str] = None,
2181
+ comment_control: Optional[_builtins.str] = None,
2182
+ invert_regex: Optional[_builtins.bool] = None):
2183
+ """
2184
+ :param _builtins.str branch: Regex of branches to match.
2185
+ :param _builtins.str comment_control: Configure builds to run whether a repository owner or collaborator need to comment `/gcbrun`.
2186
+ Possible values are: `COMMENTS_DISABLED`, `COMMENTS_ENABLED`, `COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY`.
2187
+ :param _builtins.bool invert_regex: If true, branches that do NOT match the git_ref will trigger a build.
2188
+ """
2189
+ if branch is not None:
2190
+ pulumi.set(__self__, "branch", branch)
2191
+ if comment_control is not None:
2192
+ pulumi.set(__self__, "comment_control", comment_control)
2193
+ if invert_regex is not None:
2194
+ pulumi.set(__self__, "invert_regex", invert_regex)
2195
+
2196
+ @_builtins.property
2197
+ @pulumi.getter
2198
+ def branch(self) -> Optional[_builtins.str]:
2199
+ """
2200
+ Regex of branches to match.
2201
+ """
2202
+ return pulumi.get(self, "branch")
2203
+
2204
+ @_builtins.property
2205
+ @pulumi.getter(name="commentControl")
2206
+ def comment_control(self) -> Optional[_builtins.str]:
2207
+ """
2208
+ Configure builds to run whether a repository owner or collaborator need to comment `/gcbrun`.
2209
+ Possible values are: `COMMENTS_DISABLED`, `COMMENTS_ENABLED`, `COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY`.
2210
+ """
2211
+ return pulumi.get(self, "comment_control")
2212
+
2213
+ @_builtins.property
2214
+ @pulumi.getter(name="invertRegex")
2215
+ def invert_regex(self) -> Optional[_builtins.bool]:
2216
+ """
2217
+ If true, branches that do NOT match the git_ref will trigger a build.
2218
+ """
2219
+ return pulumi.get(self, "invert_regex")
2220
+
2221
+
2222
+ @pulumi.output_type
2223
+ class TriggerDeveloperConnectEventConfigPush(dict):
2224
+ @staticmethod
2225
+ def __key_warning(key: str):
2226
+ suggest = None
2227
+ if key == "invertRegex":
2228
+ suggest = "invert_regex"
2229
+
2230
+ if suggest:
2231
+ pulumi.log.warn(f"Key '{key}' not found in TriggerDeveloperConnectEventConfigPush. Access the value via the '{suggest}' property getter instead.")
2232
+
2233
+ def __getitem__(self, key: str) -> Any:
2234
+ TriggerDeveloperConnectEventConfigPush.__key_warning(key)
2235
+ return super().__getitem__(key)
2236
+
2237
+ def get(self, key: str, default = None) -> Any:
2238
+ TriggerDeveloperConnectEventConfigPush.__key_warning(key)
2239
+ return super().get(key, default)
2240
+
2241
+ def __init__(__self__, *,
2242
+ branch: Optional[_builtins.str] = None,
2243
+ invert_regex: Optional[_builtins.bool] = None,
2244
+ tag: Optional[_builtins.str] = None):
2245
+ """
2246
+ :param _builtins.str branch: Regex of branches to match.
2247
+ :param _builtins.bool invert_regex: If true, only trigger a build if the revision regex does NOT match the git_ref regex.
2248
+ :param _builtins.str tag: Regex of tags to match.
2249
+ """
2250
+ if branch is not None:
2251
+ pulumi.set(__self__, "branch", branch)
2252
+ if invert_regex is not None:
2253
+ pulumi.set(__self__, "invert_regex", invert_regex)
2254
+ if tag is not None:
2255
+ pulumi.set(__self__, "tag", tag)
2256
+
2257
+ @_builtins.property
2258
+ @pulumi.getter
2259
+ def branch(self) -> Optional[_builtins.str]:
2260
+ """
2261
+ Regex of branches to match.
2262
+ """
2263
+ return pulumi.get(self, "branch")
2264
+
2265
+ @_builtins.property
2266
+ @pulumi.getter(name="invertRegex")
2267
+ def invert_regex(self) -> Optional[_builtins.bool]:
2268
+ """
2269
+ If true, only trigger a build if the revision regex does NOT match the git_ref regex.
2270
+ """
2271
+ return pulumi.get(self, "invert_regex")
2272
+
2273
+ @_builtins.property
2274
+ @pulumi.getter
2275
+ def tag(self) -> Optional[_builtins.str]:
2276
+ """
2277
+ Regex of tags to match.
2278
+ """
2279
+ return pulumi.get(self, "tag")
2280
+
2281
+
2073
2282
  @pulumi.output_type
2074
2283
  class TriggerGitFileSource(dict):
2075
2284
  @staticmethod
@@ -2319,8 +2528,7 @@ class TriggerGithubPullRequest(dict):
2319
2528
  invert_regex: Optional[_builtins.bool] = None):
2320
2529
  """
2321
2530
  :param _builtins.str branch: Regex of branches to match.
2322
- The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
2323
- :param _builtins.str comment_control: Configure builds to run whether a repository owner or collaborator need to comment /gcbrun.
2531
+ :param _builtins.str comment_control: Configure builds to run whether a repository owner or collaborator need to comment `/gcbrun`.
2324
2532
  Possible values are: `COMMENTS_DISABLED`, `COMMENTS_ENABLED`, `COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY`.
2325
2533
  :param _builtins.bool invert_regex: If true, branches that do NOT match the git_ref will trigger a build.
2326
2534
  """
@@ -2335,7 +2543,6 @@ class TriggerGithubPullRequest(dict):
2335
2543
  def branch(self) -> _builtins.str:
2336
2544
  """
2337
2545
  Regex of branches to match.
2338
- The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
2339
2546
  """
2340
2547
  return pulumi.get(self, "branch")
2341
2548
 
@@ -2343,7 +2550,7 @@ class TriggerGithubPullRequest(dict):
2343
2550
  @pulumi.getter(name="commentControl")
2344
2551
  def comment_control(self) -> Optional[_builtins.str]:
2345
2552
  """
2346
- Configure builds to run whether a repository owner or collaborator need to comment /gcbrun.
2553
+ Configure builds to run whether a repository owner or collaborator need to comment `/gcbrun`.
2347
2554
  Possible values are: `COMMENTS_DISABLED`, `COMMENTS_ENABLED`, `COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY`.
2348
2555
  """
2349
2556
  return pulumi.get(self, "comment_control")
@@ -2381,9 +2588,9 @@ class TriggerGithubPush(dict):
2381
2588
  invert_regex: Optional[_builtins.bool] = None,
2382
2589
  tag: Optional[_builtins.str] = None):
2383
2590
  """
2384
- :param _builtins.str branch: Regex of branches to match. Specify only one of branch or tag.
2385
- :param _builtins.bool invert_regex: When true, only trigger a build if the revision regex does NOT match the gitRef regex.
2386
- :param _builtins.str tag: Regex of tags to match. Specify only one of branch or tag.
2591
+ :param _builtins.str branch: Regex of branches to match.
2592
+ :param _builtins.bool invert_regex: If true, only trigger a build if the revision regex does NOT match the git_ref regex.
2593
+ :param _builtins.str tag: Regex of tags to match.
2387
2594
  """
2388
2595
  if branch is not None:
2389
2596
  pulumi.set(__self__, "branch", branch)
@@ -2396,7 +2603,7 @@ class TriggerGithubPush(dict):
2396
2603
  @pulumi.getter
2397
2604
  def branch(self) -> Optional[_builtins.str]:
2398
2605
  """
2399
- Regex of branches to match. Specify only one of branch or tag.
2606
+ Regex of branches to match.
2400
2607
  """
2401
2608
  return pulumi.get(self, "branch")
2402
2609
 
@@ -2404,7 +2611,7 @@ class TriggerGithubPush(dict):
2404
2611
  @pulumi.getter(name="invertRegex")
2405
2612
  def invert_regex(self) -> Optional[_builtins.bool]:
2406
2613
  """
2407
- When true, only trigger a build if the revision regex does NOT match the gitRef regex.
2614
+ If true, only trigger a build if the revision regex does NOT match the git_ref regex.
2408
2615
  """
2409
2616
  return pulumi.get(self, "invert_regex")
2410
2617
 
@@ -2412,7 +2619,7 @@ class TriggerGithubPush(dict):
2412
2619
  @pulumi.getter
2413
2620
  def tag(self) -> Optional[_builtins.str]:
2414
2621
  """
2415
- Regex of tags to match. Specify only one of branch or tag.
2622
+ Regex of tags to match.
2416
2623
  """
2417
2624
  return pulumi.get(self, "tag")
2418
2625
 
@@ -2585,8 +2792,7 @@ class TriggerRepositoryEventConfigPullRequest(dict):
2585
2792
  invert_regex: Optional[_builtins.bool] = None):
2586
2793
  """
2587
2794
  :param _builtins.str branch: Regex of branches to match.
2588
- The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
2589
- :param _builtins.str comment_control: Configure builds to run whether a repository owner or collaborator need to comment /gcbrun.
2795
+ :param _builtins.str comment_control: Configure builds to run whether a repository owner or collaborator need to comment `/gcbrun`.
2590
2796
  Possible values are: `COMMENTS_DISABLED`, `COMMENTS_ENABLED`, `COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY`.
2591
2797
  :param _builtins.bool invert_regex: If true, branches that do NOT match the git_ref will trigger a build.
2592
2798
  """
@@ -2602,7 +2808,6 @@ class TriggerRepositoryEventConfigPullRequest(dict):
2602
2808
  def branch(self) -> Optional[_builtins.str]:
2603
2809
  """
2604
2810
  Regex of branches to match.
2605
- The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax
2606
2811
  """
2607
2812
  return pulumi.get(self, "branch")
2608
2813
 
@@ -2610,7 +2815,7 @@ class TriggerRepositoryEventConfigPullRequest(dict):
2610
2815
  @pulumi.getter(name="commentControl")
2611
2816
  def comment_control(self) -> Optional[_builtins.str]:
2612
2817
  """
2613
- Configure builds to run whether a repository owner or collaborator need to comment /gcbrun.
2818
+ Configure builds to run whether a repository owner or collaborator need to comment `/gcbrun`.
2614
2819
  Possible values are: `COMMENTS_DISABLED`, `COMMENTS_ENABLED`, `COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY`.
2615
2820
  """
2616
2821
  return pulumi.get(self, "comment_control")
@@ -2648,9 +2853,9 @@ class TriggerRepositoryEventConfigPush(dict):
2648
2853
  invert_regex: Optional[_builtins.bool] = None,
2649
2854
  tag: Optional[_builtins.str] = None):
2650
2855
  """
2651
- :param _builtins.str branch: Regex of branches to match. Specify only one of branch or tag.
2652
- :param _builtins.bool invert_regex: When true, only trigger a build if the revision regex does NOT match the gitRef regex.
2653
- :param _builtins.str tag: Regex of tags to match. Specify only one of branch or tag.
2856
+ :param _builtins.str branch: Regex of branches to match.
2857
+ :param _builtins.bool invert_regex: If true, only trigger a build if the revision regex does NOT match the git_ref regex.
2858
+ :param _builtins.str tag: Regex of tags to match.
2654
2859
  """
2655
2860
  if branch is not None:
2656
2861
  pulumi.set(__self__, "branch", branch)
@@ -2663,7 +2868,7 @@ class TriggerRepositoryEventConfigPush(dict):
2663
2868
  @pulumi.getter
2664
2869
  def branch(self) -> Optional[_builtins.str]:
2665
2870
  """
2666
- Regex of branches to match. Specify only one of branch or tag.
2871
+ Regex of branches to match.
2667
2872
  """
2668
2873
  return pulumi.get(self, "branch")
2669
2874
 
@@ -2671,7 +2876,7 @@ class TriggerRepositoryEventConfigPush(dict):
2671
2876
  @pulumi.getter(name="invertRegex")
2672
2877
  def invert_regex(self) -> Optional[_builtins.bool]:
2673
2878
  """
2674
- When true, only trigger a build if the revision regex does NOT match the gitRef regex.
2879
+ If true, only trigger a build if the revision regex does NOT match the git_ref regex.
2675
2880
  """
2676
2881
  return pulumi.get(self, "invert_regex")
2677
2882
 
@@ -2679,7 +2884,7 @@ class TriggerRepositoryEventConfigPush(dict):
2679
2884
  @pulumi.getter
2680
2885
  def tag(self) -> Optional[_builtins.str]:
2681
2886
  """
2682
- Regex of tags to match. Specify only one of branch or tag.
2887
+ Regex of tags to match.
2683
2888
  """
2684
2889
  return pulumi.get(self, "tag")
2685
2890
 
@@ -4606,6 +4811,137 @@ class GetTriggerBuildStepVolumeResult(dict):
4606
4811
  return pulumi.get(self, "path")
4607
4812
 
4608
4813
 
4814
+ @pulumi.output_type
4815
+ class GetTriggerDeveloperConnectEventConfigResult(dict):
4816
+ def __init__(__self__, *,
4817
+ git_repository_link: _builtins.str,
4818
+ git_repository_link_type: _builtins.str,
4819
+ pull_requests: Sequence['outputs.GetTriggerDeveloperConnectEventConfigPullRequestResult'],
4820
+ pushes: Sequence['outputs.GetTriggerDeveloperConnectEventConfigPushResult']):
4821
+ """
4822
+ :param _builtins.str git_repository_link: The Developer Connect Git repository link, formatted as 'projects/*/locations/*/connections/*/gitRepositoryLink/*'.
4823
+ :param _builtins.str git_repository_link_type: The type of DeveloperConnect GitRepositoryLink.
4824
+ :param Sequence['GetTriggerDeveloperConnectEventConfigPullRequestArgs'] pull_requests: Filter to match changes in pull requests.
4825
+ :param Sequence['GetTriggerDeveloperConnectEventConfigPushArgs'] pushes: Filter to match changes in refs like branches and tags.
4826
+ """
4827
+ pulumi.set(__self__, "git_repository_link", git_repository_link)
4828
+ pulumi.set(__self__, "git_repository_link_type", git_repository_link_type)
4829
+ pulumi.set(__self__, "pull_requests", pull_requests)
4830
+ pulumi.set(__self__, "pushes", pushes)
4831
+
4832
+ @_builtins.property
4833
+ @pulumi.getter(name="gitRepositoryLink")
4834
+ def git_repository_link(self) -> _builtins.str:
4835
+ """
4836
+ The Developer Connect Git repository link, formatted as 'projects/*/locations/*/connections/*/gitRepositoryLink/*'.
4837
+ """
4838
+ return pulumi.get(self, "git_repository_link")
4839
+
4840
+ @_builtins.property
4841
+ @pulumi.getter(name="gitRepositoryLinkType")
4842
+ def git_repository_link_type(self) -> _builtins.str:
4843
+ """
4844
+ The type of DeveloperConnect GitRepositoryLink.
4845
+ """
4846
+ return pulumi.get(self, "git_repository_link_type")
4847
+
4848
+ @_builtins.property
4849
+ @pulumi.getter(name="pullRequests")
4850
+ def pull_requests(self) -> Sequence['outputs.GetTriggerDeveloperConnectEventConfigPullRequestResult']:
4851
+ """
4852
+ Filter to match changes in pull requests.
4853
+ """
4854
+ return pulumi.get(self, "pull_requests")
4855
+
4856
+ @_builtins.property
4857
+ @pulumi.getter
4858
+ def pushes(self) -> Sequence['outputs.GetTriggerDeveloperConnectEventConfigPushResult']:
4859
+ """
4860
+ Filter to match changes in refs like branches and tags.
4861
+ """
4862
+ return pulumi.get(self, "pushes")
4863
+
4864
+
4865
+ @pulumi.output_type
4866
+ class GetTriggerDeveloperConnectEventConfigPullRequestResult(dict):
4867
+ def __init__(__self__, *,
4868
+ branch: _builtins.str,
4869
+ comment_control: _builtins.str,
4870
+ invert_regex: _builtins.bool):
4871
+ """
4872
+ :param _builtins.str branch: Regex of branches to match.
4873
+ :param _builtins.str comment_control: Configure builds to run whether a repository owner or collaborator need to comment '/gcbrun'. Possible values: ["COMMENTS_DISABLED", "COMMENTS_ENABLED", "COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY"]
4874
+ :param _builtins.bool invert_regex: If true, branches that do NOT match the git_ref will trigger a build.
4875
+ """
4876
+ pulumi.set(__self__, "branch", branch)
4877
+ pulumi.set(__self__, "comment_control", comment_control)
4878
+ pulumi.set(__self__, "invert_regex", invert_regex)
4879
+
4880
+ @_builtins.property
4881
+ @pulumi.getter
4882
+ def branch(self) -> _builtins.str:
4883
+ """
4884
+ Regex of branches to match.
4885
+ """
4886
+ return pulumi.get(self, "branch")
4887
+
4888
+ @_builtins.property
4889
+ @pulumi.getter(name="commentControl")
4890
+ def comment_control(self) -> _builtins.str:
4891
+ """
4892
+ Configure builds to run whether a repository owner or collaborator need to comment '/gcbrun'. Possible values: ["COMMENTS_DISABLED", "COMMENTS_ENABLED", "COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY"]
4893
+ """
4894
+ return pulumi.get(self, "comment_control")
4895
+
4896
+ @_builtins.property
4897
+ @pulumi.getter(name="invertRegex")
4898
+ def invert_regex(self) -> _builtins.bool:
4899
+ """
4900
+ If true, branches that do NOT match the git_ref will trigger a build.
4901
+ """
4902
+ return pulumi.get(self, "invert_regex")
4903
+
4904
+
4905
+ @pulumi.output_type
4906
+ class GetTriggerDeveloperConnectEventConfigPushResult(dict):
4907
+ def __init__(__self__, *,
4908
+ branch: _builtins.str,
4909
+ invert_regex: _builtins.bool,
4910
+ tag: _builtins.str):
4911
+ """
4912
+ :param _builtins.str branch: Regex of branches to match.
4913
+ :param _builtins.bool invert_regex: If true, only trigger a build if the revision regex does NOT match the git_ref regex.
4914
+ :param _builtins.str tag: Regex of tags to match.
4915
+ """
4916
+ pulumi.set(__self__, "branch", branch)
4917
+ pulumi.set(__self__, "invert_regex", invert_regex)
4918
+ pulumi.set(__self__, "tag", tag)
4919
+
4920
+ @_builtins.property
4921
+ @pulumi.getter
4922
+ def branch(self) -> _builtins.str:
4923
+ """
4924
+ Regex of branches to match.
4925
+ """
4926
+ return pulumi.get(self, "branch")
4927
+
4928
+ @_builtins.property
4929
+ @pulumi.getter(name="invertRegex")
4930
+ def invert_regex(self) -> _builtins.bool:
4931
+ """
4932
+ If true, only trigger a build if the revision regex does NOT match the git_ref regex.
4933
+ """
4934
+ return pulumi.get(self, "invert_regex")
4935
+
4936
+ @_builtins.property
4937
+ @pulumi.getter
4938
+ def tag(self) -> _builtins.str:
4939
+ """
4940
+ Regex of tags to match.
4941
+ """
4942
+ return pulumi.get(self, "tag")
4943
+
4944
+
4609
4945
  @pulumi.output_type
4610
4946
  class GetTriggerGitFileSourceResult(dict):
4611
4947
  def __init__(__self__, *,