pulumi-gcp 7.21.0__py3-none-any.whl → 7.21.0a1714002516__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 (106) hide show
  1. pulumi_gcp/__init__.py +0 -40
  2. pulumi_gcp/alloydb/_inputs.py +0 -74
  3. pulumi_gcp/alloydb/backup.py +12 -0
  4. pulumi_gcp/alloydb/cluster.py +12 -0
  5. pulumi_gcp/alloydb/instance.py +81 -90
  6. pulumi_gcp/alloydb/outputs.py +0 -98
  7. pulumi_gcp/apigee/environment.py +0 -47
  8. pulumi_gcp/apigee/sharedflow.py +20 -0
  9. pulumi_gcp/appengine/flexible_app_version.py +20 -0
  10. pulumi_gcp/applicationintegration/__init__.py +0 -1
  11. pulumi_gcp/applicationintegration/_inputs.py +0 -843
  12. pulumi_gcp/applicationintegration/outputs.py +0 -891
  13. pulumi_gcp/bigquerydatapolicy/_inputs.py +4 -21
  14. pulumi_gcp/bigquerydatapolicy/data_policy.py +0 -78
  15. pulumi_gcp/bigquerydatapolicy/outputs.py +3 -16
  16. pulumi_gcp/certificateauthority/_inputs.py +12 -92
  17. pulumi_gcp/certificateauthority/authority.py +27 -117
  18. pulumi_gcp/certificateauthority/certificate.py +0 -176
  19. pulumi_gcp/certificateauthority/outputs.py +12 -144
  20. pulumi_gcp/cloudbuild/worker_pool.py +12 -0
  21. pulumi_gcp/cloudbuildv2/connection.py +12 -0
  22. pulumi_gcp/cloudbuildv2/repository.py +12 -0
  23. pulumi_gcp/clouddeploy/automation.py +12 -0
  24. pulumi_gcp/clouddeploy/custom_target_type.py +12 -0
  25. pulumi_gcp/clouddeploy/delivery_pipeline.py +12 -0
  26. pulumi_gcp/clouddeploy/target.py +12 -0
  27. pulumi_gcp/cloudrunv2/job.py +12 -0
  28. pulumi_gcp/cloudrunv2/service.py +12 -0
  29. pulumi_gcp/composer/__init__.py +0 -1
  30. pulumi_gcp/composer/environment.py +47 -35
  31. pulumi_gcp/compute/__init__.py +0 -1
  32. pulumi_gcp/compute/_inputs.py +58 -121
  33. pulumi_gcp/compute/forwarding_rule.py +13 -0
  34. pulumi_gcp/compute/global_address.py +12 -0
  35. pulumi_gcp/compute/global_forwarding_rule.py +282 -0
  36. pulumi_gcp/compute/instance_from_machine_image.py +46 -14
  37. pulumi_gcp/compute/instance_from_template.py +46 -14
  38. pulumi_gcp/compute/outputs.py +65 -120
  39. pulumi_gcp/compute/region_instance_template.py +13 -0
  40. pulumi_gcp/compute/region_target_https_proxy.py +0 -257
  41. pulumi_gcp/compute/region_url_map.py +470 -0
  42. pulumi_gcp/container/attached_cluster.py +12 -0
  43. pulumi_gcp/container/aws_cluster.py +12 -0
  44. pulumi_gcp/container/aws_node_pool.py +12 -0
  45. pulumi_gcp/container/azure_cluster.py +12 -0
  46. pulumi_gcp/container/azure_node_pool.py +12 -0
  47. pulumi_gcp/container/cluster.py +20 -0
  48. pulumi_gcp/dataflow/flex_template_job.py +39 -0
  49. pulumi_gcp/dataloss/__init__.py +0 -1
  50. pulumi_gcp/dataloss/_inputs.py +0 -1040
  51. pulumi_gcp/dataloss/outputs.py +0 -1123
  52. pulumi_gcp/dataproc/cluster.py +20 -0
  53. pulumi_gcp/dataproc/workflow_template.py +26 -21
  54. pulumi_gcp/deploymentmanager/deployment.py +34 -0
  55. pulumi_gcp/dns/_inputs.py +2 -2
  56. pulumi_gcp/dns/outputs.py +2 -2
  57. pulumi_gcp/dns/record_set.py +36 -2
  58. pulumi_gcp/filestore/get_instance.py +1 -11
  59. pulumi_gcp/filestore/instance.py +0 -101
  60. pulumi_gcp/firebase/_inputs.py +0 -16
  61. pulumi_gcp/firebase/android_app.py +27 -0
  62. pulumi_gcp/firebase/app_check_play_integrity_config.py +0 -20
  63. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +0 -10
  64. pulumi_gcp/firebase/app_check_service_config.py +125 -0
  65. pulumi_gcp/firebase/apple_app.py +27 -0
  66. pulumi_gcp/firebase/hosting_custom_domain.py +27 -0
  67. pulumi_gcp/firebase/hosting_version.py +0 -44
  68. pulumi_gcp/firebase/outputs.py +0 -12
  69. pulumi_gcp/firebase/web_app.py +20 -0
  70. pulumi_gcp/firestore/database.py +68 -0
  71. pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +12 -0
  72. pulumi_gcp/gkeonprem/bare_metal_cluster.py +12 -0
  73. pulumi_gcp/gkeonprem/bare_metal_node_pool.py +12 -0
  74. pulumi_gcp/gkeonprem/v_mware_cluster.py +12 -0
  75. pulumi_gcp/gkeonprem/v_mware_node_pool.py +12 -0
  76. pulumi_gcp/logging/folder_sink.py +0 -54
  77. pulumi_gcp/logging/organization_sink.py +0 -54
  78. pulumi_gcp/monitoring/_inputs.py +2 -46
  79. pulumi_gcp/monitoring/outputs.py +2 -40
  80. pulumi_gcp/monitoring/uptime_check_config.py +0 -6
  81. pulumi_gcp/netapp/active_directory.py +20 -0
  82. pulumi_gcp/netapp/volume_replication.py +68 -0
  83. pulumi_gcp/networkconnectivity/__init__.py +0 -1
  84. pulumi_gcp/provider.py +1 -3
  85. pulumi_gcp/secretmanager/get_secret.py +3 -13
  86. pulumi_gcp/secretmanager/outputs.py +1 -20
  87. pulumi_gcp/secretmanager/secret.py +15 -90
  88. pulumi_gcp/servicenetworking/connection.py +20 -0
  89. pulumi_gcp/spanner/database.py +41 -0
  90. pulumi_gcp/spanner/instance.py +40 -0
  91. pulumi_gcp/storage/__init__.py +0 -1
  92. pulumi_gcp/storage/bucket.py +12 -0
  93. pulumi_gcp/storage/outputs.py +0 -63
  94. pulumi_gcp/workstations/workstation.py +12 -0
  95. pulumi_gcp/workstations/workstation_cluster.py +12 -0
  96. pulumi_gcp/workstations/workstation_config.py +12 -0
  97. {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714002516.dist-info}/METADATA +1 -1
  98. {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714002516.dist-info}/RECORD +100 -106
  99. pulumi_gcp/applicationintegration/auth_config.py +0 -998
  100. pulumi_gcp/composer/user_workloads_secret.py +0 -441
  101. pulumi_gcp/compute/security_policy_rule.py +0 -850
  102. pulumi_gcp/dataloss/prevention_discovery_config.py +0 -737
  103. pulumi_gcp/networkconnectivity/internal_range.py +0 -1024
  104. pulumi_gcp/storage/get_bucket_objects.py +0 -153
  105. {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714002516.dist-info}/WHEEL +0 -0
  106. {pulumi_gcp-7.21.0.dist-info → pulumi_gcp-7.21.0a1714002516.dist-info}/top_level.txt +0 -0
@@ -29223,14 +29223,14 @@ class SecurityPolicyRuleMatchArgs:
29223
29223
  expr: Optional[pulumi.Input['SecurityPolicyRuleMatchExprArgs']] = None,
29224
29224
  versioned_expr: Optional[pulumi.Input[str]] = None):
29225
29225
  """
29226
- :param pulumi.Input['SecurityPolicyRuleMatchConfigArgs'] config: The configuration options available when specifying versionedExpr.
29227
- This field must be specified if versionedExpr is specified and cannot be specified if versionedExpr is not specified.
29226
+ :param pulumi.Input['SecurityPolicyRuleMatchConfigArgs'] config: The configuration options available when specifying `versioned_expr`.
29227
+ This field must be specified if `versioned_expr` is specified and cannot be specified if `versioned_expr` is not specified.
29228
29228
  Structure is documented below.
29229
- :param pulumi.Input['SecurityPolicyRuleMatchExprArgs'] expr: User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header.
29229
+ :param pulumi.Input['SecurityPolicyRuleMatchExprArgs'] expr: User defined CEVAL expression. A CEVAL expression is used to specify match criteria
29230
+ such as `origin.ip`, `source.region_code` and `contents` in the request header.
29230
29231
  Structure is documented below.
29231
- :param pulumi.Input[str] versioned_expr: Preconfigured versioned expression. If this field is specified, config must also be specified.
29232
- Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding srcIpRange field in config.
29233
- Possible values are: `SRC_IPS_V1`.
29232
+ :param pulumi.Input[str] versioned_expr: Predefined rule expression. If this field is specified, `config` must also be specified.
29233
+ Available options:
29234
29234
  """
29235
29235
  if config is not None:
29236
29236
  pulumi.set(__self__, "config", config)
@@ -29243,8 +29243,8 @@ class SecurityPolicyRuleMatchArgs:
29243
29243
  @pulumi.getter
29244
29244
  def config(self) -> Optional[pulumi.Input['SecurityPolicyRuleMatchConfigArgs']]:
29245
29245
  """
29246
- The configuration options available when specifying versionedExpr.
29247
- This field must be specified if versionedExpr is specified and cannot be specified if versionedExpr is not specified.
29246
+ The configuration options available when specifying `versioned_expr`.
29247
+ This field must be specified if `versioned_expr` is specified and cannot be specified if `versioned_expr` is not specified.
29248
29248
  Structure is documented below.
29249
29249
  """
29250
29250
  return pulumi.get(self, "config")
@@ -29257,7 +29257,8 @@ class SecurityPolicyRuleMatchArgs:
29257
29257
  @pulumi.getter
29258
29258
  def expr(self) -> Optional[pulumi.Input['SecurityPolicyRuleMatchExprArgs']]:
29259
29259
  """
29260
- User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header.
29260
+ User defined CEVAL expression. A CEVAL expression is used to specify match criteria
29261
+ such as `origin.ip`, `source.region_code` and `contents` in the request header.
29261
29262
  Structure is documented below.
29262
29263
  """
29263
29264
  return pulumi.get(self, "expr")
@@ -29270,9 +29271,8 @@ class SecurityPolicyRuleMatchArgs:
29270
29271
  @pulumi.getter(name="versionedExpr")
29271
29272
  def versioned_expr(self) -> Optional[pulumi.Input[str]]:
29272
29273
  """
29273
- Preconfigured versioned expression. If this field is specified, config must also be specified.
29274
- Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding srcIpRange field in config.
29275
- Possible values are: `SRC_IPS_V1`.
29274
+ Predefined rule expression. If this field is specified, `config` must also be specified.
29275
+ Available options:
29276
29276
  """
29277
29277
  return pulumi.get(self, "versioned_expr")
29278
29278
 
@@ -29284,23 +29284,26 @@ class SecurityPolicyRuleMatchArgs:
29284
29284
  @pulumi.input_type
29285
29285
  class SecurityPolicyRuleMatchConfigArgs:
29286
29286
  def __init__(__self__, *,
29287
- src_ip_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
29287
+ src_ip_ranges: pulumi.Input[Sequence[pulumi.Input[str]]]):
29288
29288
  """
29289
- :param pulumi.Input[Sequence[pulumi.Input[str]]] src_ip_ranges: CIDR IP address range. Maximum number of srcIpRanges allowed is 10.
29289
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] src_ip_ranges: Set of IP addresses or ranges (IPV4 or IPV6) in CIDR notation
29290
+ to match against inbound traffic. There is a limit of 10 IP ranges per rule. A value of `*` matches all IPs
29291
+ (can be used to override the default behavior).
29290
29292
  """
29291
- if src_ip_ranges is not None:
29292
- pulumi.set(__self__, "src_ip_ranges", src_ip_ranges)
29293
+ pulumi.set(__self__, "src_ip_ranges", src_ip_ranges)
29293
29294
 
29294
29295
  @property
29295
29296
  @pulumi.getter(name="srcIpRanges")
29296
- def src_ip_ranges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
29297
+ def src_ip_ranges(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
29297
29298
  """
29298
- CIDR IP address range. Maximum number of srcIpRanges allowed is 10.
29299
+ Set of IP addresses or ranges (IPV4 or IPV6) in CIDR notation
29300
+ to match against inbound traffic. There is a limit of 10 IP ranges per rule. A value of `*` matches all IPs
29301
+ (can be used to override the default behavior).
29299
29302
  """
29300
29303
  return pulumi.get(self, "src_ip_ranges")
29301
29304
 
29302
29305
  @src_ip_ranges.setter
29303
- def src_ip_ranges(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
29306
+ def src_ip_ranges(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
29304
29307
  pulumi.set(self, "src_ip_ranges", value)
29305
29308
 
29306
29309
 
@@ -29309,7 +29312,8 @@ class SecurityPolicyRuleMatchExprArgs:
29309
29312
  def __init__(__self__, *,
29310
29313
  expression: pulumi.Input[str]):
29311
29314
  """
29312
- :param pulumi.Input[str] expression: Textual representation of an expression in Common Expression Language syntax. The application context of the containing message determines which well-known feature set of CEL is supported.
29315
+ :param pulumi.Input[str] expression: Textual representation of an expression in Common Expression Language syntax.
29316
+ The application context of the containing message determines which well-known feature set of CEL is supported.
29313
29317
  """
29314
29318
  pulumi.set(__self__, "expression", expression)
29315
29319
 
@@ -29317,7 +29321,8 @@ class SecurityPolicyRuleMatchExprArgs:
29317
29321
  @pulumi.getter
29318
29322
  def expression(self) -> pulumi.Input[str]:
29319
29323
  """
29320
- Textual representation of an expression in Common Expression Language syntax. The application context of the containing message determines which well-known feature set of CEL is supported.
29324
+ Textual representation of an expression in Common Expression Language syntax.
29325
+ The application context of the containing message determines which well-known feature set of CEL is supported.
29321
29326
  """
29322
29327
  return pulumi.get(self, "expression")
29323
29328
 
@@ -29331,8 +29336,7 @@ class SecurityPolicyRulePreconfiguredWafConfigArgs:
29331
29336
  def __init__(__self__, *,
29332
29337
  exclusions: Optional[pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionArgs']]]] = None):
29333
29338
  """
29334
- :param pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionArgs']]] exclusions: An exclusion to apply during preconfigured WAF evaluation.
29335
- Structure is documented below.
29339
+ :param pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionArgs']]] exclusions: An exclusion to apply during preconfigured WAF evaluation. Structure is documented below.
29336
29340
  """
29337
29341
  if exclusions is not None:
29338
29342
  pulumi.set(__self__, "exclusions", exclusions)
@@ -29341,8 +29345,7 @@ class SecurityPolicyRulePreconfiguredWafConfigArgs:
29341
29345
  @pulumi.getter
29342
29346
  def exclusions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionArgs']]]]:
29343
29347
  """
29344
- An exclusion to apply during preconfigured WAF evaluation.
29345
- Structure is documented below.
29348
+ An exclusion to apply during preconfigured WAF evaluation. Structure is documented below.
29346
29349
  """
29347
29350
  return pulumi.get(self, "exclusions")
29348
29351
 
@@ -29362,18 +29365,13 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionArgs:
29362
29365
  target_rule_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
29363
29366
  """
29364
29367
  :param pulumi.Input[str] target_rule_set: Target WAF rule set to apply the preconfigured WAF exclusion.
29365
- :param pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookyArgs']]] request_cookies: Request cookie whose value will be excluded from inspection during preconfigured WAF evaluation.
29366
- Structure is documented below.
29367
- :param pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeaderArgs']]] request_headers: Request header whose value will be excluded from inspection during preconfigured WAF evaluation.
29368
- Structure is documented below.
29369
- :param pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParamArgs']]] request_query_params: Request query parameter whose value will be excluded from inspection during preconfigured WAF evaluation.
29370
- Note that the parameter can be in the query string or in the POST body.
29371
- Structure is documented below.
29372
- :param pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUriArgs']]] request_uris: Request URI from the request line to be excluded from inspection during preconfigured WAF evaluation.
29373
- When specifying this field, the query or fragment part should be excluded.
29374
- Structure is documented below.
29375
- :param pulumi.Input[Sequence[pulumi.Input[str]]] target_rule_ids: A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion.
29376
- If omitted, it refers to all the rule IDs under the WAF rule set.
29368
+ :param pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookyArgs']]] request_cookies: Request cookie whose value will be excluded from inspection during preconfigured WAF evaluation. Structure is documented below.
29369
+ :param pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeaderArgs']]] request_headers: Request header whose value will be excluded from inspection during preconfigured WAF evaluation. Structure is documented below.
29370
+ :param pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParamArgs']]] request_query_params: Request query parameter whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body. Structure is documented below.
29371
+ :param pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUriArgs']]] request_uris: Request URI from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded. Structure is documented below.
29372
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] target_rule_ids: A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.
29373
+
29374
+ <a name="nested_field_params"></a>The `request_header`, `request_cookie`, `request_uri` and `request_query_param` blocks support:
29377
29375
  """
29378
29376
  pulumi.set(__self__, "target_rule_set", target_rule_set)
29379
29377
  if request_cookies is not None:
@@ -29403,8 +29401,7 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionArgs:
29403
29401
  @pulumi.getter(name="requestCookies")
29404
29402
  def request_cookies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookyArgs']]]]:
29405
29403
  """
29406
- Request cookie whose value will be excluded from inspection during preconfigured WAF evaluation.
29407
- Structure is documented below.
29404
+ Request cookie whose value will be excluded from inspection during preconfigured WAF evaluation. Structure is documented below.
29408
29405
  """
29409
29406
  return pulumi.get(self, "request_cookies")
29410
29407
 
@@ -29416,8 +29413,7 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionArgs:
29416
29413
  @pulumi.getter(name="requestHeaders")
29417
29414
  def request_headers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeaderArgs']]]]:
29418
29415
  """
29419
- Request header whose value will be excluded from inspection during preconfigured WAF evaluation.
29420
- Structure is documented below.
29416
+ Request header whose value will be excluded from inspection during preconfigured WAF evaluation. Structure is documented below.
29421
29417
  """
29422
29418
  return pulumi.get(self, "request_headers")
29423
29419
 
@@ -29429,9 +29425,7 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionArgs:
29429
29425
  @pulumi.getter(name="requestQueryParams")
29430
29426
  def request_query_params(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParamArgs']]]]:
29431
29427
  """
29432
- Request query parameter whose value will be excluded from inspection during preconfigured WAF evaluation.
29433
- Note that the parameter can be in the query string or in the POST body.
29434
- Structure is documented below.
29428
+ Request query parameter whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body. Structure is documented below.
29435
29429
  """
29436
29430
  return pulumi.get(self, "request_query_params")
29437
29431
 
@@ -29443,9 +29437,7 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionArgs:
29443
29437
  @pulumi.getter(name="requestUris")
29444
29438
  def request_uris(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUriArgs']]]]:
29445
29439
  """
29446
- Request URI from the request line to be excluded from inspection during preconfigured WAF evaluation.
29447
- When specifying this field, the query or fragment part should be excluded.
29448
- Structure is documented below.
29440
+ Request URI from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded. Structure is documented below.
29449
29441
  """
29450
29442
  return pulumi.get(self, "request_uris")
29451
29443
 
@@ -29457,8 +29449,9 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionArgs:
29457
29449
  @pulumi.getter(name="targetRuleIds")
29458
29450
  def target_rule_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
29459
29451
  """
29460
- A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion.
29461
- If omitted, it refers to all the rule IDs under the WAF rule set.
29452
+ A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.
29453
+
29454
+ <a name="nested_field_params"></a>The `request_header`, `request_cookie`, `request_uri` and `request_query_param` blocks support:
29462
29455
  """
29463
29456
  return pulumi.get(self, "target_rule_ids")
29464
29457
 
@@ -29473,15 +29466,8 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookyArgs:
29473
29466
  operator: pulumi.Input[str],
29474
29467
  value: Optional[pulumi.Input[str]] = None):
29475
29468
  """
29476
- :param pulumi.Input[str] operator: You can specify an exact match or a partial match by using a field operator and a field value.
29477
- Available options:
29478
- EQUALS: The operator matches if the field value equals the specified value.
29479
- STARTS_WITH: The operator matches if the field value starts with the specified value.
29480
- ENDS_WITH: The operator matches if the field value ends with the specified value.
29481
- CONTAINS: The operator matches if the field value contains the specified value.
29482
- EQUALS_ANY: The operator matches if the field value is any value.
29483
- :param pulumi.Input[str] value: A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
29484
- The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29469
+ :param pulumi.Input[str] operator: You can specify an exact match or a partial match by using a field operator and a field value. Available options: EQUALS: The operator matches if the field value equals the specified value. STARTS_WITH: The operator matches if the field value starts with the specified value. ENDS_WITH: The operator matches if the field value ends with the specified value. CONTAINS: The operator matches if the field value contains the specified value. EQUALS_ANY: The operator matches if the field value is any value.
29470
+ :param pulumi.Input[str] value: A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation. The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29485
29471
  """
29486
29472
  pulumi.set(__self__, "operator", operator)
29487
29473
  if value is not None:
@@ -29491,13 +29477,7 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookyArgs:
29491
29477
  @pulumi.getter
29492
29478
  def operator(self) -> pulumi.Input[str]:
29493
29479
  """
29494
- You can specify an exact match or a partial match by using a field operator and a field value.
29495
- Available options:
29496
- EQUALS: The operator matches if the field value equals the specified value.
29497
- STARTS_WITH: The operator matches if the field value starts with the specified value.
29498
- ENDS_WITH: The operator matches if the field value ends with the specified value.
29499
- CONTAINS: The operator matches if the field value contains the specified value.
29500
- EQUALS_ANY: The operator matches if the field value is any value.
29480
+ You can specify an exact match or a partial match by using a field operator and a field value. Available options: EQUALS: The operator matches if the field value equals the specified value. STARTS_WITH: The operator matches if the field value starts with the specified value. ENDS_WITH: The operator matches if the field value ends with the specified value. CONTAINS: The operator matches if the field value contains the specified value. EQUALS_ANY: The operator matches if the field value is any value.
29501
29481
  """
29502
29482
  return pulumi.get(self, "operator")
29503
29483
 
@@ -29509,8 +29489,7 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookyArgs:
29509
29489
  @pulumi.getter
29510
29490
  def value(self) -> Optional[pulumi.Input[str]]:
29511
29491
  """
29512
- A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
29513
- The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29492
+ A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation. The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29514
29493
  """
29515
29494
  return pulumi.get(self, "value")
29516
29495
 
@@ -29525,15 +29504,8 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeaderArgs:
29525
29504
  operator: pulumi.Input[str],
29526
29505
  value: Optional[pulumi.Input[str]] = None):
29527
29506
  """
29528
- :param pulumi.Input[str] operator: You can specify an exact match or a partial match by using a field operator and a field value.
29529
- Available options:
29530
- EQUALS: The operator matches if the field value equals the specified value.
29531
- STARTS_WITH: The operator matches if the field value starts with the specified value.
29532
- ENDS_WITH: The operator matches if the field value ends with the specified value.
29533
- CONTAINS: The operator matches if the field value contains the specified value.
29534
- EQUALS_ANY: The operator matches if the field value is any value.
29535
- :param pulumi.Input[str] value: A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
29536
- The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29507
+ :param pulumi.Input[str] operator: You can specify an exact match or a partial match by using a field operator and a field value. Available options: EQUALS: The operator matches if the field value equals the specified value. STARTS_WITH: The operator matches if the field value starts with the specified value. ENDS_WITH: The operator matches if the field value ends with the specified value. CONTAINS: The operator matches if the field value contains the specified value. EQUALS_ANY: The operator matches if the field value is any value.
29508
+ :param pulumi.Input[str] value: A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation. The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29537
29509
  """
29538
29510
  pulumi.set(__self__, "operator", operator)
29539
29511
  if value is not None:
@@ -29543,13 +29515,7 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeaderArgs:
29543
29515
  @pulumi.getter
29544
29516
  def operator(self) -> pulumi.Input[str]:
29545
29517
  """
29546
- You can specify an exact match or a partial match by using a field operator and a field value.
29547
- Available options:
29548
- EQUALS: The operator matches if the field value equals the specified value.
29549
- STARTS_WITH: The operator matches if the field value starts with the specified value.
29550
- ENDS_WITH: The operator matches if the field value ends with the specified value.
29551
- CONTAINS: The operator matches if the field value contains the specified value.
29552
- EQUALS_ANY: The operator matches if the field value is any value.
29518
+ You can specify an exact match or a partial match by using a field operator and a field value. Available options: EQUALS: The operator matches if the field value equals the specified value. STARTS_WITH: The operator matches if the field value starts with the specified value. ENDS_WITH: The operator matches if the field value ends with the specified value. CONTAINS: The operator matches if the field value contains the specified value. EQUALS_ANY: The operator matches if the field value is any value.
29553
29519
  """
29554
29520
  return pulumi.get(self, "operator")
29555
29521
 
@@ -29561,8 +29527,7 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeaderArgs:
29561
29527
  @pulumi.getter
29562
29528
  def value(self) -> Optional[pulumi.Input[str]]:
29563
29529
  """
29564
- A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
29565
- The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29530
+ A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation. The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29566
29531
  """
29567
29532
  return pulumi.get(self, "value")
29568
29533
 
@@ -29577,15 +29542,8 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParamArgs:
29577
29542
  operator: pulumi.Input[str],
29578
29543
  value: Optional[pulumi.Input[str]] = None):
29579
29544
  """
29580
- :param pulumi.Input[str] operator: You can specify an exact match or a partial match by using a field operator and a field value.
29581
- Available options:
29582
- EQUALS: The operator matches if the field value equals the specified value.
29583
- STARTS_WITH: The operator matches if the field value starts with the specified value.
29584
- ENDS_WITH: The operator matches if the field value ends with the specified value.
29585
- CONTAINS: The operator matches if the field value contains the specified value.
29586
- EQUALS_ANY: The operator matches if the field value is any value.
29587
- :param pulumi.Input[str] value: A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
29588
- The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29545
+ :param pulumi.Input[str] operator: You can specify an exact match or a partial match by using a field operator and a field value. Available options: EQUALS: The operator matches if the field value equals the specified value. STARTS_WITH: The operator matches if the field value starts with the specified value. ENDS_WITH: The operator matches if the field value ends with the specified value. CONTAINS: The operator matches if the field value contains the specified value. EQUALS_ANY: The operator matches if the field value is any value.
29546
+ :param pulumi.Input[str] value: A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation. The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29589
29547
  """
29590
29548
  pulumi.set(__self__, "operator", operator)
29591
29549
  if value is not None:
@@ -29595,13 +29553,7 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParamArgs:
29595
29553
  @pulumi.getter
29596
29554
  def operator(self) -> pulumi.Input[str]:
29597
29555
  """
29598
- You can specify an exact match or a partial match by using a field operator and a field value.
29599
- Available options:
29600
- EQUALS: The operator matches if the field value equals the specified value.
29601
- STARTS_WITH: The operator matches if the field value starts with the specified value.
29602
- ENDS_WITH: The operator matches if the field value ends with the specified value.
29603
- CONTAINS: The operator matches if the field value contains the specified value.
29604
- EQUALS_ANY: The operator matches if the field value is any value.
29556
+ You can specify an exact match or a partial match by using a field operator and a field value. Available options: EQUALS: The operator matches if the field value equals the specified value. STARTS_WITH: The operator matches if the field value starts with the specified value. ENDS_WITH: The operator matches if the field value ends with the specified value. CONTAINS: The operator matches if the field value contains the specified value. EQUALS_ANY: The operator matches if the field value is any value.
29605
29557
  """
29606
29558
  return pulumi.get(self, "operator")
29607
29559
 
@@ -29613,8 +29565,7 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParamArgs:
29613
29565
  @pulumi.getter
29614
29566
  def value(self) -> Optional[pulumi.Input[str]]:
29615
29567
  """
29616
- A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
29617
- The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29568
+ A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation. The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29618
29569
  """
29619
29570
  return pulumi.get(self, "value")
29620
29571
 
@@ -29629,15 +29580,8 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUriArgs:
29629
29580
  operator: pulumi.Input[str],
29630
29581
  value: Optional[pulumi.Input[str]] = None):
29631
29582
  """
29632
- :param pulumi.Input[str] operator: You can specify an exact match or a partial match by using a field operator and a field value.
29633
- Available options:
29634
- EQUALS: The operator matches if the field value equals the specified value.
29635
- STARTS_WITH: The operator matches if the field value starts with the specified value.
29636
- ENDS_WITH: The operator matches if the field value ends with the specified value.
29637
- CONTAINS: The operator matches if the field value contains the specified value.
29638
- EQUALS_ANY: The operator matches if the field value is any value.
29639
- :param pulumi.Input[str] value: A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
29640
- The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29583
+ :param pulumi.Input[str] operator: You can specify an exact match or a partial match by using a field operator and a field value. Available options: EQUALS: The operator matches if the field value equals the specified value. STARTS_WITH: The operator matches if the field value starts with the specified value. ENDS_WITH: The operator matches if the field value ends with the specified value. CONTAINS: The operator matches if the field value contains the specified value. EQUALS_ANY: The operator matches if the field value is any value.
29584
+ :param pulumi.Input[str] value: A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation. The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29641
29585
  """
29642
29586
  pulumi.set(__self__, "operator", operator)
29643
29587
  if value is not None:
@@ -29647,13 +29591,7 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUriArgs:
29647
29591
  @pulumi.getter
29648
29592
  def operator(self) -> pulumi.Input[str]:
29649
29593
  """
29650
- You can specify an exact match or a partial match by using a field operator and a field value.
29651
- Available options:
29652
- EQUALS: The operator matches if the field value equals the specified value.
29653
- STARTS_WITH: The operator matches if the field value starts with the specified value.
29654
- ENDS_WITH: The operator matches if the field value ends with the specified value.
29655
- CONTAINS: The operator matches if the field value contains the specified value.
29656
- EQUALS_ANY: The operator matches if the field value is any value.
29594
+ You can specify an exact match or a partial match by using a field operator and a field value. Available options: EQUALS: The operator matches if the field value equals the specified value. STARTS_WITH: The operator matches if the field value starts with the specified value. ENDS_WITH: The operator matches if the field value ends with the specified value. CONTAINS: The operator matches if the field value contains the specified value. EQUALS_ANY: The operator matches if the field value is any value.
29657
29595
  """
29658
29596
  return pulumi.get(self, "operator")
29659
29597
 
@@ -29665,8 +29603,7 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUriArgs:
29665
29603
  @pulumi.getter
29666
29604
  def value(self) -> Optional[pulumi.Input[str]]:
29667
29605
  """
29668
- A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
29669
- The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29606
+ A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation. The field value must be given if the field operator is not EQUALS_ANY, and cannot be given if the field operator is EQUALS_ANY.
29670
29607
  """
29671
29608
  return pulumi.get(self, "value")
29672
29609
 
@@ -205,6 +205,7 @@ class ForwardingRuleArgs:
205
205
  they share at least one port number.
206
206
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
207
207
  If it is not provided, the provider project is used.
208
+ :param pulumi.Input[bool] recreate_closed_psc: This is used in PSC consumer ForwardingRule to make terraform recreate the ForwardingRule when the status is closed
208
209
  :param pulumi.Input[str] region: A reference to the region where the regional forwarding rule resides.
209
210
  This field is not applicable to global forwarding rules.
210
211
  :param pulumi.Input['ForwardingRuleServiceDirectoryRegistrationsArgs'] service_directory_registrations: Service Directory resources to register this forwarding rule with.
@@ -653,6 +654,9 @@ class ForwardingRuleArgs:
653
654
  @property
654
655
  @pulumi.getter(name="recreateClosedPsc")
655
656
  def recreate_closed_psc(self) -> Optional[pulumi.Input[bool]]:
657
+ """
658
+ This is used in PSC consumer ForwardingRule to make terraform recreate the ForwardingRule when the status is closed
659
+ """
656
660
  return pulumi.get(self, "recreate_closed_psc")
657
661
 
658
662
  @recreate_closed_psc.setter
@@ -969,6 +973,7 @@ class _ForwardingRuleState:
969
973
  :param pulumi.Input[str] psc_connection_status: The PSC connection status of the PSC Forwarding Rule. Possible values: `STATUS_UNSPECIFIED`, `PENDING`, `ACCEPTED`, `REJECTED`, `CLOSED`
970
974
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
971
975
  and default labels configured on the provider.
976
+ :param pulumi.Input[bool] recreate_closed_psc: This is used in PSC consumer ForwardingRule to make terraform recreate the ForwardingRule when the status is closed
972
977
  :param pulumi.Input[str] region: A reference to the region where the regional forwarding rule resides.
973
978
  This field is not applicable to global forwarding rules.
974
979
  :param pulumi.Input[str] self_link: The URI of the created resource.
@@ -1524,6 +1529,9 @@ class _ForwardingRuleState:
1524
1529
  @property
1525
1530
  @pulumi.getter(name="recreateClosedPsc")
1526
1531
  def recreate_closed_psc(self) -> Optional[pulumi.Input[bool]]:
1532
+ """
1533
+ This is used in PSC consumer ForwardingRule to make terraform recreate the ForwardingRule when the status is closed
1534
+ """
1527
1535
  return pulumi.get(self, "recreate_closed_psc")
1528
1536
 
1529
1537
  @recreate_closed_psc.setter
@@ -2840,6 +2848,7 @@ class ForwardingRule(pulumi.CustomResource):
2840
2848
  they share at least one port number.
2841
2849
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
2842
2850
  If it is not provided, the provider project is used.
2851
+ :param pulumi.Input[bool] recreate_closed_psc: This is used in PSC consumer ForwardingRule to make terraform recreate the ForwardingRule when the status is closed
2843
2852
  :param pulumi.Input[str] region: A reference to the region where the regional forwarding rule resides.
2844
2853
  This field is not applicable to global forwarding rules.
2845
2854
  :param pulumi.Input[pulumi.InputType['ForwardingRuleServiceDirectoryRegistrationsArgs']] service_directory_registrations: Service Directory resources to register this forwarding rule with.
@@ -4177,6 +4186,7 @@ class ForwardingRule(pulumi.CustomResource):
4177
4186
  :param pulumi.Input[str] psc_connection_status: The PSC connection status of the PSC Forwarding Rule. Possible values: `STATUS_UNSPECIFIED`, `PENDING`, `ACCEPTED`, `REJECTED`, `CLOSED`
4178
4187
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
4179
4188
  and default labels configured on the provider.
4189
+ :param pulumi.Input[bool] recreate_closed_psc: This is used in PSC consumer ForwardingRule to make terraform recreate the ForwardingRule when the status is closed
4180
4190
  :param pulumi.Input[str] region: A reference to the region where the regional forwarding rule resides.
4181
4191
  This field is not applicable to global forwarding rules.
4182
4192
  :param pulumi.Input[str] self_link: The URI of the created resource.
@@ -4603,6 +4613,9 @@ class ForwardingRule(pulumi.CustomResource):
4603
4613
  @property
4604
4614
  @pulumi.getter(name="recreateClosedPsc")
4605
4615
  def recreate_closed_psc(self) -> pulumi.Output[Optional[bool]]:
4616
+ """
4617
+ This is used in PSC consumer ForwardingRule to make terraform recreate the ForwardingRule when the status is closed
4618
+ """
4606
4619
  return pulumi.get(self, "recreate_closed_psc")
4607
4620
 
4608
4621
  @property
@@ -265,6 +265,8 @@ class _GlobalAddressState:
265
265
  Possible values are: `EXTERNAL`, `INTERNAL`.
266
266
  :param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
267
267
  :param pulumi.Input[str] description: An optional description of this resource.
268
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
269
+ clients and services.
268
270
  :param pulumi.Input[str] ip_version: The IP Version that will be used by this address. The default value is `IPV4`.
269
271
  Possible values are: `IPV4`, `IPV6`.
270
272
  :param pulumi.Input[str] label_fingerprint: The fingerprint used for optimistic locking of this resource. Used internally during updates.
@@ -386,6 +388,10 @@ class _GlobalAddressState:
386
388
  @property
387
389
  @pulumi.getter(name="effectiveLabels")
388
390
  def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
391
+ """
392
+ All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
393
+ clients and services.
394
+ """
389
395
  return pulumi.get(self, "effective_labels")
390
396
 
391
397
  @effective_labels.setter
@@ -813,6 +819,8 @@ class GlobalAddress(pulumi.CustomResource):
813
819
  Possible values are: `EXTERNAL`, `INTERNAL`.
814
820
  :param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
815
821
  :param pulumi.Input[str] description: An optional description of this resource.
822
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
823
+ clients and services.
816
824
  :param pulumi.Input[str] ip_version: The IP Version that will be used by this address. The default value is `IPV4`.
817
825
  Possible values are: `IPV4`, `IPV6`.
818
826
  :param pulumi.Input[str] label_fingerprint: The fingerprint used for optimistic locking of this resource. Used internally during updates.
@@ -908,6 +916,10 @@ class GlobalAddress(pulumi.CustomResource):
908
916
  @property
909
917
  @pulumi.getter(name="effectiveLabels")
910
918
  def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
919
+ """
920
+ All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
921
+ clients and services.
922
+ """
911
923
  return pulumi.get(self, "effective_labels")
912
924
 
913
925
  @property