pulumi-gcp 7.20.0a1713984378__py3-none-any.whl → 7.21.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 (131) hide show
  1. pulumi_gcp/__init__.py +48 -0
  2. pulumi_gcp/alloydb/_inputs.py +74 -0
  3. pulumi_gcp/alloydb/backup.py +0 -12
  4. pulumi_gcp/alloydb/cluster.py +0 -12
  5. pulumi_gcp/alloydb/instance.py +90 -81
  6. pulumi_gcp/alloydb/outputs.py +98 -0
  7. pulumi_gcp/apigee/environment.py +47 -0
  8. pulumi_gcp/apigee/organization.py +162 -0
  9. pulumi_gcp/apigee/sharedflow.py +0 -20
  10. pulumi_gcp/appengine/flexible_app_version.py +0 -20
  11. pulumi_gcp/applicationintegration/__init__.py +1 -0
  12. pulumi_gcp/applicationintegration/_inputs.py +843 -0
  13. pulumi_gcp/applicationintegration/auth_config.py +998 -0
  14. pulumi_gcp/applicationintegration/outputs.py +891 -0
  15. pulumi_gcp/artifactregistry/_inputs.py +186 -0
  16. pulumi_gcp/artifactregistry/outputs.py +297 -4
  17. pulumi_gcp/artifactregistry/repository.py +346 -16
  18. pulumi_gcp/bigquery/table.py +61 -0
  19. pulumi_gcp/bigquerydatapolicy/_inputs.py +21 -4
  20. pulumi_gcp/bigquerydatapolicy/data_policy.py +78 -0
  21. pulumi_gcp/bigquerydatapolicy/outputs.py +16 -3
  22. pulumi_gcp/billing/budget.py +54 -0
  23. pulumi_gcp/certificateauthority/_inputs.py +92 -12
  24. pulumi_gcp/certificateauthority/authority.py +117 -27
  25. pulumi_gcp/certificateauthority/certificate.py +176 -0
  26. pulumi_gcp/certificateauthority/outputs.py +144 -12
  27. pulumi_gcp/cloudbuild/worker_pool.py +0 -12
  28. pulumi_gcp/cloudbuildv2/connection.py +0 -12
  29. pulumi_gcp/cloudbuildv2/repository.py +0 -12
  30. pulumi_gcp/clouddeploy/automation.py +0 -12
  31. pulumi_gcp/clouddeploy/custom_target_type.py +0 -12
  32. pulumi_gcp/clouddeploy/delivery_pipeline.py +0 -12
  33. pulumi_gcp/clouddeploy/target.py +0 -12
  34. pulumi_gcp/cloudfunctionsv2/_inputs.py +16 -0
  35. pulumi_gcp/cloudfunctionsv2/function.py +110 -0
  36. pulumi_gcp/cloudfunctionsv2/outputs.py +25 -0
  37. pulumi_gcp/cloudrunv2/job.py +0 -12
  38. pulumi_gcp/cloudrunv2/service.py +0 -12
  39. pulumi_gcp/composer/__init__.py +1 -0
  40. pulumi_gcp/composer/environment.py +35 -47
  41. pulumi_gcp/composer/user_workloads_secret.py +441 -0
  42. pulumi_gcp/compute/__init__.py +1 -0
  43. pulumi_gcp/compute/_inputs.py +169 -58
  44. pulumi_gcp/compute/forwarding_rule.py +0 -13
  45. pulumi_gcp/compute/get_instance_group_manager.py +11 -1
  46. pulumi_gcp/compute/global_address.py +0 -12
  47. pulumi_gcp/compute/global_forwarding_rule.py +0 -282
  48. pulumi_gcp/compute/instance_from_machine_image.py +14 -46
  49. pulumi_gcp/compute/instance_from_template.py +14 -46
  50. pulumi_gcp/compute/instance_group_manager.py +68 -21
  51. pulumi_gcp/compute/outputs.py +213 -65
  52. pulumi_gcp/compute/region_instance_group_manager.py +61 -14
  53. pulumi_gcp/compute/region_instance_template.py +0 -13
  54. pulumi_gcp/compute/region_target_https_proxy.py +257 -0
  55. pulumi_gcp/compute/region_url_map.py +0 -470
  56. pulumi_gcp/compute/security_policy_rule.py +850 -0
  57. pulumi_gcp/container/attached_cluster.py +0 -12
  58. pulumi_gcp/container/aws_cluster.py +0 -12
  59. pulumi_gcp/container/aws_node_pool.py +0 -12
  60. pulumi_gcp/container/azure_cluster.py +0 -12
  61. pulumi_gcp/container/azure_node_pool.py +0 -12
  62. pulumi_gcp/container/cluster.py +0 -20
  63. pulumi_gcp/container/outputs.py +4 -4
  64. pulumi_gcp/dataflow/flex_template_job.py +0 -39
  65. pulumi_gcp/dataloss/__init__.py +1 -0
  66. pulumi_gcp/dataloss/_inputs.py +1040 -0
  67. pulumi_gcp/dataloss/outputs.py +1123 -0
  68. pulumi_gcp/dataloss/prevention_discovery_config.py +737 -0
  69. pulumi_gcp/dataproc/cluster.py +0 -20
  70. pulumi_gcp/dataproc/workflow_template.py +21 -26
  71. pulumi_gcp/deploymentmanager/deployment.py +0 -34
  72. pulumi_gcp/dns/_inputs.py +2 -130
  73. pulumi_gcp/dns/get_keys.py +1 -1
  74. pulumi_gcp/dns/get_managed_zones.py +3 -9
  75. pulumi_gcp/dns/get_record_set.py +3 -0
  76. pulumi_gcp/dns/outputs.py +36 -58
  77. pulumi_gcp/dns/record_set.py +2 -36
  78. pulumi_gcp/filestore/get_instance.py +11 -1
  79. pulumi_gcp/filestore/instance.py +101 -0
  80. pulumi_gcp/firebase/_inputs.py +16 -0
  81. pulumi_gcp/firebase/android_app.py +0 -27
  82. pulumi_gcp/firebase/app_check_play_integrity_config.py +20 -0
  83. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +10 -0
  84. pulumi_gcp/firebase/app_check_service_config.py +0 -125
  85. pulumi_gcp/firebase/apple_app.py +0 -27
  86. pulumi_gcp/firebase/hosting_custom_domain.py +0 -27
  87. pulumi_gcp/firebase/hosting_version.py +44 -0
  88. pulumi_gcp/firebase/outputs.py +12 -0
  89. pulumi_gcp/firebase/web_app.py +0 -20
  90. pulumi_gcp/firestore/database.py +0 -68
  91. pulumi_gcp/firestore/document.py +4 -4
  92. pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +0 -12
  93. pulumi_gcp/gkeonprem/bare_metal_cluster.py +0 -12
  94. pulumi_gcp/gkeonprem/bare_metal_node_pool.py +0 -12
  95. pulumi_gcp/gkeonprem/v_mware_cluster.py +0 -12
  96. pulumi_gcp/gkeonprem/v_mware_node_pool.py +0 -12
  97. pulumi_gcp/logging/folder_sink.py +54 -0
  98. pulumi_gcp/logging/organization_sink.py +54 -0
  99. pulumi_gcp/monitoring/_inputs.py +46 -2
  100. pulumi_gcp/monitoring/outputs.py +40 -2
  101. pulumi_gcp/monitoring/uptime_check_config.py +6 -0
  102. pulumi_gcp/netapp/active_directory.py +0 -20
  103. pulumi_gcp/netapp/volume_replication.py +0 -68
  104. pulumi_gcp/networkconnectivity/__init__.py +1 -0
  105. pulumi_gcp/networkconnectivity/internal_range.py +1024 -0
  106. pulumi_gcp/organizations/get_active_folder.py +18 -3
  107. pulumi_gcp/projects/__init__.py +1 -0
  108. pulumi_gcp/projects/iam_member_remove.py +313 -0
  109. pulumi_gcp/provider.py +3 -1
  110. pulumi_gcp/secretmanager/get_secret.py +13 -3
  111. pulumi_gcp/secretmanager/outputs.py +20 -1
  112. pulumi_gcp/secretmanager/secret.py +90 -15
  113. pulumi_gcp/servicenetworking/connection.py +0 -20
  114. pulumi_gcp/spanner/database.py +0 -41
  115. pulumi_gcp/spanner/instance.py +0 -40
  116. pulumi_gcp/storage/__init__.py +1 -0
  117. pulumi_gcp/storage/bucket.py +0 -12
  118. pulumi_gcp/storage/get_bucket_objects.py +153 -0
  119. pulumi_gcp/storage/outputs.py +63 -0
  120. pulumi_gcp/vmwareengine/_inputs.py +63 -5
  121. pulumi_gcp/vmwareengine/get_private_cloud.py +1 -21
  122. pulumi_gcp/vmwareengine/outputs.py +113 -5
  123. pulumi_gcp/vmwareengine/private_cloud.py +0 -94
  124. pulumi_gcp/workbench/instance.py +4 -4
  125. pulumi_gcp/workstations/workstation.py +0 -12
  126. pulumi_gcp/workstations/workstation_cluster.py +32 -12
  127. pulumi_gcp/workstations/workstation_config.py +0 -12
  128. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/METADATA +1 -1
  129. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/RECORD +131 -124
  130. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/WHEEL +0 -0
  131. {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/top_level.txt +0 -0
@@ -129,6 +129,7 @@ __all__ = [
129
129
  'InstanceGroupManagerAutoHealingPolicies',
130
130
  'InstanceGroupManagerInstanceLifecyclePolicy',
131
131
  'InstanceGroupManagerNamedPort',
132
+ 'InstanceGroupManagerParams',
132
133
  'InstanceGroupManagerStatefulDisk',
133
134
  'InstanceGroupManagerStatefulExternalIp',
134
135
  'InstanceGroupManagerStatefulInternalIp',
@@ -260,6 +261,7 @@ __all__ = [
260
261
  'RegionInstanceGroupManagerAutoHealingPolicies',
261
262
  'RegionInstanceGroupManagerInstanceLifecyclePolicy',
262
263
  'RegionInstanceGroupManagerNamedPort',
264
+ 'RegionInstanceGroupManagerParams',
263
265
  'RegionInstanceGroupManagerStatefulDisk',
264
266
  'RegionInstanceGroupManagerStatefulExternalIp',
265
267
  'RegionInstanceGroupManagerStatefulInternalIp',
@@ -578,6 +580,7 @@ __all__ = [
578
580
  'GetInstanceGroupManagerAutoHealingPolicyResult',
579
581
  'GetInstanceGroupManagerInstanceLifecyclePolicyResult',
580
582
  'GetInstanceGroupManagerNamedPortResult',
583
+ 'GetInstanceGroupManagerParamResult',
581
584
  'GetInstanceGroupManagerStatefulDiskResult',
582
585
  'GetInstanceGroupManagerStatefulExternalIpResult',
583
586
  'GetInstanceGroupManagerStatefulInternalIpResult',
@@ -9476,6 +9479,42 @@ class InstanceGroupManagerNamedPort(dict):
9476
9479
  return pulumi.get(self, "port")
9477
9480
 
9478
9481
 
9482
+ @pulumi.output_type
9483
+ class InstanceGroupManagerParams(dict):
9484
+ @staticmethod
9485
+ def __key_warning(key: str):
9486
+ suggest = None
9487
+ if key == "resourceManagerTags":
9488
+ suggest = "resource_manager_tags"
9489
+
9490
+ if suggest:
9491
+ pulumi.log.warn(f"Key '{key}' not found in InstanceGroupManagerParams. Access the value via the '{suggest}' property getter instead.")
9492
+
9493
+ def __getitem__(self, key: str) -> Any:
9494
+ InstanceGroupManagerParams.__key_warning(key)
9495
+ return super().__getitem__(key)
9496
+
9497
+ def get(self, key: str, default = None) -> Any:
9498
+ InstanceGroupManagerParams.__key_warning(key)
9499
+ return super().get(key, default)
9500
+
9501
+ def __init__(__self__, *,
9502
+ resource_manager_tags: Optional[Mapping[str, Any]] = None):
9503
+ """
9504
+ :param Mapping[str, Any] resource_manager_tags: Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
9505
+ """
9506
+ if resource_manager_tags is not None:
9507
+ pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
9508
+
9509
+ @property
9510
+ @pulumi.getter(name="resourceManagerTags")
9511
+ def resource_manager_tags(self) -> Optional[Mapping[str, Any]]:
9512
+ """
9513
+ Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
9514
+ """
9515
+ return pulumi.get(self, "resource_manager_tags")
9516
+
9517
+
9479
9518
  @pulumi.output_type
9480
9519
  class InstanceGroupManagerStatefulDisk(dict):
9481
9520
  @staticmethod
@@ -18662,6 +18701,42 @@ class RegionInstanceGroupManagerNamedPort(dict):
18662
18701
  return pulumi.get(self, "port")
18663
18702
 
18664
18703
 
18704
+ @pulumi.output_type
18705
+ class RegionInstanceGroupManagerParams(dict):
18706
+ @staticmethod
18707
+ def __key_warning(key: str):
18708
+ suggest = None
18709
+ if key == "resourceManagerTags":
18710
+ suggest = "resource_manager_tags"
18711
+
18712
+ if suggest:
18713
+ pulumi.log.warn(f"Key '{key}' not found in RegionInstanceGroupManagerParams. Access the value via the '{suggest}' property getter instead.")
18714
+
18715
+ def __getitem__(self, key: str) -> Any:
18716
+ RegionInstanceGroupManagerParams.__key_warning(key)
18717
+ return super().__getitem__(key)
18718
+
18719
+ def get(self, key: str, default = None) -> Any:
18720
+ RegionInstanceGroupManagerParams.__key_warning(key)
18721
+ return super().get(key, default)
18722
+
18723
+ def __init__(__self__, *,
18724
+ resource_manager_tags: Optional[Mapping[str, Any]] = None):
18725
+ """
18726
+ :param Mapping[str, Any] resource_manager_tags: Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
18727
+ """
18728
+ if resource_manager_tags is not None:
18729
+ pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
18730
+
18731
+ @property
18732
+ @pulumi.getter(name="resourceManagerTags")
18733
+ def resource_manager_tags(self) -> Optional[Mapping[str, Any]]:
18734
+ """
18735
+ Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
18736
+ """
18737
+ return pulumi.get(self, "resource_manager_tags")
18738
+
18739
+
18665
18740
  @pulumi.output_type
18666
18741
  class RegionInstanceGroupManagerStatefulDisk(dict):
18667
18742
  @staticmethod
@@ -30108,14 +30183,14 @@ class SecurityPolicyRuleMatch(dict):
30108
30183
  expr: Optional['outputs.SecurityPolicyRuleMatchExpr'] = None,
30109
30184
  versioned_expr: Optional[str] = None):
30110
30185
  """
30111
- :param 'SecurityPolicyRuleMatchConfigArgs' config: The configuration options available when specifying `versioned_expr`.
30112
- This field must be specified if `versioned_expr` is specified and cannot be specified if `versioned_expr` is not specified.
30186
+ :param 'SecurityPolicyRuleMatchConfigArgs' config: The configuration options available when specifying versionedExpr.
30187
+ This field must be specified if versionedExpr is specified and cannot be specified if versionedExpr is not specified.
30113
30188
  Structure is documented below.
30114
- :param 'SecurityPolicyRuleMatchExprArgs' expr: User defined CEVAL expression. A CEVAL expression is used to specify match criteria
30115
- such as `origin.ip`, `source.region_code` and `contents` in the request header.
30189
+ :param '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.
30116
30190
  Structure is documented below.
30117
- :param str versioned_expr: Predefined rule expression. If this field is specified, `config` must also be specified.
30118
- Available options:
30191
+ :param str versioned_expr: Preconfigured versioned expression. If this field is specified, config must also be specified.
30192
+ Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding srcIpRange field in config.
30193
+ Possible values are: `SRC_IPS_V1`.
30119
30194
  """
30120
30195
  if config is not None:
30121
30196
  pulumi.set(__self__, "config", config)
@@ -30128,8 +30203,8 @@ class SecurityPolicyRuleMatch(dict):
30128
30203
  @pulumi.getter
30129
30204
  def config(self) -> Optional['outputs.SecurityPolicyRuleMatchConfig']:
30130
30205
  """
30131
- The configuration options available when specifying `versioned_expr`.
30132
- This field must be specified if `versioned_expr` is specified and cannot be specified if `versioned_expr` is not specified.
30206
+ The configuration options available when specifying versionedExpr.
30207
+ This field must be specified if versionedExpr is specified and cannot be specified if versionedExpr is not specified.
30133
30208
  Structure is documented below.
30134
30209
  """
30135
30210
  return pulumi.get(self, "config")
@@ -30138,8 +30213,7 @@ class SecurityPolicyRuleMatch(dict):
30138
30213
  @pulumi.getter
30139
30214
  def expr(self) -> Optional['outputs.SecurityPolicyRuleMatchExpr']:
30140
30215
  """
30141
- User defined CEVAL expression. A CEVAL expression is used to specify match criteria
30142
- such as `origin.ip`, `source.region_code` and `contents` in the request header.
30216
+ 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.
30143
30217
  Structure is documented below.
30144
30218
  """
30145
30219
  return pulumi.get(self, "expr")
@@ -30148,8 +30222,9 @@ class SecurityPolicyRuleMatch(dict):
30148
30222
  @pulumi.getter(name="versionedExpr")
30149
30223
  def versioned_expr(self) -> Optional[str]:
30150
30224
  """
30151
- Predefined rule expression. If this field is specified, `config` must also be specified.
30152
- Available options:
30225
+ Preconfigured versioned expression. If this field is specified, config must also be specified.
30226
+ Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding srcIpRange field in config.
30227
+ Possible values are: `SRC_IPS_V1`.
30153
30228
  """
30154
30229
  return pulumi.get(self, "versioned_expr")
30155
30230
 
@@ -30174,21 +30249,18 @@ class SecurityPolicyRuleMatchConfig(dict):
30174
30249
  return super().get(key, default)
30175
30250
 
30176
30251
  def __init__(__self__, *,
30177
- src_ip_ranges: Sequence[str]):
30252
+ src_ip_ranges: Optional[Sequence[str]] = None):
30178
30253
  """
30179
- :param Sequence[str] src_ip_ranges: Set of IP addresses or ranges (IPV4 or IPV6) in CIDR notation
30180
- to match against inbound traffic. There is a limit of 10 IP ranges per rule. A value of `*` matches all IPs
30181
- (can be used to override the default behavior).
30254
+ :param Sequence[str] src_ip_ranges: CIDR IP address range. Maximum number of srcIpRanges allowed is 10.
30182
30255
  """
30183
- pulumi.set(__self__, "src_ip_ranges", src_ip_ranges)
30256
+ if src_ip_ranges is not None:
30257
+ pulumi.set(__self__, "src_ip_ranges", src_ip_ranges)
30184
30258
 
30185
30259
  @property
30186
30260
  @pulumi.getter(name="srcIpRanges")
30187
- def src_ip_ranges(self) -> Sequence[str]:
30261
+ def src_ip_ranges(self) -> Optional[Sequence[str]]:
30188
30262
  """
30189
- Set of IP addresses or ranges (IPV4 or IPV6) in CIDR notation
30190
- to match against inbound traffic. There is a limit of 10 IP ranges per rule. A value of `*` matches all IPs
30191
- (can be used to override the default behavior).
30263
+ CIDR IP address range. Maximum number of srcIpRanges allowed is 10.
30192
30264
  """
30193
30265
  return pulumi.get(self, "src_ip_ranges")
30194
30266
 
@@ -30198,8 +30270,7 @@ class SecurityPolicyRuleMatchExpr(dict):
30198
30270
  def __init__(__self__, *,
30199
30271
  expression: str):
30200
30272
  """
30201
- :param str expression: Textual representation of an expression in Common Expression Language syntax.
30202
- The application context of the containing message determines which well-known feature set of CEL is supported.
30273
+ :param 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.
30203
30274
  """
30204
30275
  pulumi.set(__self__, "expression", expression)
30205
30276
 
@@ -30207,8 +30278,7 @@ class SecurityPolicyRuleMatchExpr(dict):
30207
30278
  @pulumi.getter
30208
30279
  def expression(self) -> str:
30209
30280
  """
30210
- Textual representation of an expression in Common Expression Language syntax.
30211
- The application context of the containing message determines which well-known feature set of CEL is supported.
30281
+ 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.
30212
30282
  """
30213
30283
  return pulumi.get(self, "expression")
30214
30284
 
@@ -30218,7 +30288,8 @@ class SecurityPolicyRulePreconfiguredWafConfig(dict):
30218
30288
  def __init__(__self__, *,
30219
30289
  exclusions: Optional[Sequence['outputs.SecurityPolicyRulePreconfiguredWafConfigExclusion']] = None):
30220
30290
  """
30221
- :param Sequence['SecurityPolicyRulePreconfiguredWafConfigExclusionArgs'] exclusions: An exclusion to apply during preconfigured WAF evaluation. Structure is documented below.
30291
+ :param Sequence['SecurityPolicyRulePreconfiguredWafConfigExclusionArgs'] exclusions: An exclusion to apply during preconfigured WAF evaluation.
30292
+ Structure is documented below.
30222
30293
  """
30223
30294
  if exclusions is not None:
30224
30295
  pulumi.set(__self__, "exclusions", exclusions)
@@ -30227,7 +30298,8 @@ class SecurityPolicyRulePreconfiguredWafConfig(dict):
30227
30298
  @pulumi.getter
30228
30299
  def exclusions(self) -> Optional[Sequence['outputs.SecurityPolicyRulePreconfiguredWafConfigExclusion']]:
30229
30300
  """
30230
- An exclusion to apply during preconfigured WAF evaluation. Structure is documented below.
30301
+ An exclusion to apply during preconfigured WAF evaluation.
30302
+ Structure is documented below.
30231
30303
  """
30232
30304
  return pulumi.get(self, "exclusions")
30233
30305
 
@@ -30270,13 +30342,18 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusion(dict):
30270
30342
  target_rule_ids: Optional[Sequence[str]] = None):
30271
30343
  """
30272
30344
  :param str target_rule_set: Target WAF rule set to apply the preconfigured WAF exclusion.
30273
- :param Sequence['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookyArgs'] request_cookies: Request cookie whose value will be excluded from inspection during preconfigured WAF evaluation. Structure is documented below.
30274
- :param Sequence['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeaderArgs'] request_headers: Request header whose value will be excluded from inspection during preconfigured WAF evaluation. Structure is documented below.
30275
- :param Sequence['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.
30276
- :param Sequence['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.
30277
- :param Sequence[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.
30278
-
30279
- <a name="nested_field_params"></a>The `request_header`, `request_cookie`, `request_uri` and `request_query_param` blocks support:
30345
+ :param Sequence['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestCookyArgs'] request_cookies: Request cookie whose value will be excluded from inspection during preconfigured WAF evaluation.
30346
+ Structure is documented below.
30347
+ :param Sequence['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeaderArgs'] request_headers: Request header whose value will be excluded from inspection during preconfigured WAF evaluation.
30348
+ Structure is documented below.
30349
+ :param Sequence['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParamArgs'] request_query_params: Request query parameter whose value will be excluded from inspection during preconfigured WAF evaluation.
30350
+ Note that the parameter can be in the query string or in the POST body.
30351
+ Structure is documented below.
30352
+ :param Sequence['SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUriArgs'] request_uris: Request URI from the request line to be excluded from inspection during preconfigured WAF evaluation.
30353
+ When specifying this field, the query or fragment part should be excluded.
30354
+ Structure is documented below.
30355
+ :param Sequence[str] target_rule_ids: A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion.
30356
+ If omitted, it refers to all the rule IDs under the WAF rule set.
30280
30357
  """
30281
30358
  pulumi.set(__self__, "target_rule_set", target_rule_set)
30282
30359
  if request_cookies is not None:
@@ -30302,7 +30379,8 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusion(dict):
30302
30379
  @pulumi.getter(name="requestCookies")
30303
30380
  def request_cookies(self) -> Optional[Sequence['outputs.SecurityPolicyRulePreconfiguredWafConfigExclusionRequestCooky']]:
30304
30381
  """
30305
- Request cookie whose value will be excluded from inspection during preconfigured WAF evaluation. Structure is documented below.
30382
+ Request cookie whose value will be excluded from inspection during preconfigured WAF evaluation.
30383
+ Structure is documented below.
30306
30384
  """
30307
30385
  return pulumi.get(self, "request_cookies")
30308
30386
 
@@ -30310,7 +30388,8 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusion(dict):
30310
30388
  @pulumi.getter(name="requestHeaders")
30311
30389
  def request_headers(self) -> Optional[Sequence['outputs.SecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeader']]:
30312
30390
  """
30313
- Request header whose value will be excluded from inspection during preconfigured WAF evaluation. Structure is documented below.
30391
+ Request header whose value will be excluded from inspection during preconfigured WAF evaluation.
30392
+ Structure is documented below.
30314
30393
  """
30315
30394
  return pulumi.get(self, "request_headers")
30316
30395
 
@@ -30318,7 +30397,9 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusion(dict):
30318
30397
  @pulumi.getter(name="requestQueryParams")
30319
30398
  def request_query_params(self) -> Optional[Sequence['outputs.SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParam']]:
30320
30399
  """
30321
- 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.
30400
+ Request query parameter whose value will be excluded from inspection during preconfigured WAF evaluation.
30401
+ Note that the parameter can be in the query string or in the POST body.
30402
+ Structure is documented below.
30322
30403
  """
30323
30404
  return pulumi.get(self, "request_query_params")
30324
30405
 
@@ -30326,7 +30407,9 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusion(dict):
30326
30407
  @pulumi.getter(name="requestUris")
30327
30408
  def request_uris(self) -> Optional[Sequence['outputs.SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUri']]:
30328
30409
  """
30329
- 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.
30410
+ Request URI from the request line to be excluded from inspection during preconfigured WAF evaluation.
30411
+ When specifying this field, the query or fragment part should be excluded.
30412
+ Structure is documented below.
30330
30413
  """
30331
30414
  return pulumi.get(self, "request_uris")
30332
30415
 
@@ -30334,9 +30417,8 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusion(dict):
30334
30417
  @pulumi.getter(name="targetRuleIds")
30335
30418
  def target_rule_ids(self) -> Optional[Sequence[str]]:
30336
30419
  """
30337
- 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.
30338
-
30339
- <a name="nested_field_params"></a>The `request_header`, `request_cookie`, `request_uri` and `request_query_param` blocks support:
30420
+ A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion.
30421
+ If omitted, it refers to all the rule IDs under the WAF rule set.
30340
30422
  """
30341
30423
  return pulumi.get(self, "target_rule_ids")
30342
30424
 
@@ -30347,8 +30429,15 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestCooky(dict):
30347
30429
  operator: str,
30348
30430
  value: Optional[str] = None):
30349
30431
  """
30350
- :param 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.
30351
- :param 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.
30432
+ :param str operator: You can specify an exact match or a partial match by using a field operator and a field value.
30433
+ Available options:
30434
+ EQUALS: The operator matches if the field value equals the specified value.
30435
+ STARTS_WITH: The operator matches if the field value starts with the specified value.
30436
+ ENDS_WITH: The operator matches if the field value ends with the specified value.
30437
+ CONTAINS: The operator matches if the field value contains the specified value.
30438
+ EQUALS_ANY: The operator matches if the field value is any value.
30439
+ :param str value: A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
30440
+ 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.
30352
30441
  """
30353
30442
  pulumi.set(__self__, "operator", operator)
30354
30443
  if value is not None:
@@ -30358,7 +30447,13 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestCooky(dict):
30358
30447
  @pulumi.getter
30359
30448
  def operator(self) -> str:
30360
30449
  """
30361
- 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.
30450
+ You can specify an exact match or a partial match by using a field operator and a field value.
30451
+ Available options:
30452
+ EQUALS: The operator matches if the field value equals the specified value.
30453
+ STARTS_WITH: The operator matches if the field value starts with the specified value.
30454
+ ENDS_WITH: The operator matches if the field value ends with the specified value.
30455
+ CONTAINS: The operator matches if the field value contains the specified value.
30456
+ EQUALS_ANY: The operator matches if the field value is any value.
30362
30457
  """
30363
30458
  return pulumi.get(self, "operator")
30364
30459
 
@@ -30366,7 +30461,8 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestCooky(dict):
30366
30461
  @pulumi.getter
30367
30462
  def value(self) -> Optional[str]:
30368
30463
  """
30369
- 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.
30464
+ A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
30465
+ 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.
30370
30466
  """
30371
30467
  return pulumi.get(self, "value")
30372
30468
 
@@ -30377,8 +30473,15 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeader(dict):
30377
30473
  operator: str,
30378
30474
  value: Optional[str] = None):
30379
30475
  """
30380
- :param 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.
30381
- :param 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.
30476
+ :param str operator: You can specify an exact match or a partial match by using a field operator and a field value.
30477
+ Available options:
30478
+ EQUALS: The operator matches if the field value equals the specified value.
30479
+ STARTS_WITH: The operator matches if the field value starts with the specified value.
30480
+ ENDS_WITH: The operator matches if the field value ends with the specified value.
30481
+ CONTAINS: The operator matches if the field value contains the specified value.
30482
+ EQUALS_ANY: The operator matches if the field value is any value.
30483
+ :param str value: A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
30484
+ 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.
30382
30485
  """
30383
30486
  pulumi.set(__self__, "operator", operator)
30384
30487
  if value is not None:
@@ -30388,7 +30491,13 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeader(dict):
30388
30491
  @pulumi.getter
30389
30492
  def operator(self) -> str:
30390
30493
  """
30391
- 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.
30494
+ You can specify an exact match or a partial match by using a field operator and a field value.
30495
+ Available options:
30496
+ EQUALS: The operator matches if the field value equals the specified value.
30497
+ STARTS_WITH: The operator matches if the field value starts with the specified value.
30498
+ ENDS_WITH: The operator matches if the field value ends with the specified value.
30499
+ CONTAINS: The operator matches if the field value contains the specified value.
30500
+ EQUALS_ANY: The operator matches if the field value is any value.
30392
30501
  """
30393
30502
  return pulumi.get(self, "operator")
30394
30503
 
@@ -30396,7 +30505,8 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestHeader(dict):
30396
30505
  @pulumi.getter
30397
30506
  def value(self) -> Optional[str]:
30398
30507
  """
30399
- 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.
30508
+ A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
30509
+ 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.
30400
30510
  """
30401
30511
  return pulumi.get(self, "value")
30402
30512
 
@@ -30407,8 +30517,15 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParam(dict):
30407
30517
  operator: str,
30408
30518
  value: Optional[str] = None):
30409
30519
  """
30410
- :param 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.
30411
- :param 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.
30520
+ :param str operator: You can specify an exact match or a partial match by using a field operator and a field value.
30521
+ Available options:
30522
+ EQUALS: The operator matches if the field value equals the specified value.
30523
+ STARTS_WITH: The operator matches if the field value starts with the specified value.
30524
+ ENDS_WITH: The operator matches if the field value ends with the specified value.
30525
+ CONTAINS: The operator matches if the field value contains the specified value.
30526
+ EQUALS_ANY: The operator matches if the field value is any value.
30527
+ :param str value: A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
30528
+ 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.
30412
30529
  """
30413
30530
  pulumi.set(__self__, "operator", operator)
30414
30531
  if value is not None:
@@ -30418,7 +30535,13 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParam(dict):
30418
30535
  @pulumi.getter
30419
30536
  def operator(self) -> str:
30420
30537
  """
30421
- 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.
30538
+ You can specify an exact match or a partial match by using a field operator and a field value.
30539
+ Available options:
30540
+ EQUALS: The operator matches if the field value equals the specified value.
30541
+ STARTS_WITH: The operator matches if the field value starts with the specified value.
30542
+ ENDS_WITH: The operator matches if the field value ends with the specified value.
30543
+ CONTAINS: The operator matches if the field value contains the specified value.
30544
+ EQUALS_ANY: The operator matches if the field value is any value.
30422
30545
  """
30423
30546
  return pulumi.get(self, "operator")
30424
30547
 
@@ -30426,7 +30549,8 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestQueryParam(dict):
30426
30549
  @pulumi.getter
30427
30550
  def value(self) -> Optional[str]:
30428
30551
  """
30429
- 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.
30552
+ A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
30553
+ 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.
30430
30554
  """
30431
30555
  return pulumi.get(self, "value")
30432
30556
 
@@ -30437,8 +30561,15 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUri(dict):
30437
30561
  operator: str,
30438
30562
  value: Optional[str] = None):
30439
30563
  """
30440
- :param 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.
30441
- :param 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.
30564
+ :param str operator: You can specify an exact match or a partial match by using a field operator and a field value.
30565
+ Available options:
30566
+ EQUALS: The operator matches if the field value equals the specified value.
30567
+ STARTS_WITH: The operator matches if the field value starts with the specified value.
30568
+ ENDS_WITH: The operator matches if the field value ends with the specified value.
30569
+ CONTAINS: The operator matches if the field value contains the specified value.
30570
+ EQUALS_ANY: The operator matches if the field value is any value.
30571
+ :param str value: A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
30572
+ 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.
30442
30573
  """
30443
30574
  pulumi.set(__self__, "operator", operator)
30444
30575
  if value is not None:
@@ -30448,7 +30579,13 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUri(dict):
30448
30579
  @pulumi.getter
30449
30580
  def operator(self) -> str:
30450
30581
  """
30451
- 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.
30582
+ You can specify an exact match or a partial match by using a field operator and a field value.
30583
+ Available options:
30584
+ EQUALS: The operator matches if the field value equals the specified value.
30585
+ STARTS_WITH: The operator matches if the field value starts with the specified value.
30586
+ ENDS_WITH: The operator matches if the field value ends with the specified value.
30587
+ CONTAINS: The operator matches if the field value contains the specified value.
30588
+ EQUALS_ANY: The operator matches if the field value is any value.
30452
30589
  """
30453
30590
  return pulumi.get(self, "operator")
30454
30591
 
@@ -30456,7 +30593,8 @@ class SecurityPolicyRulePreconfiguredWafConfigExclusionRequestUri(dict):
30456
30593
  @pulumi.getter
30457
30594
  def value(self) -> Optional[str]:
30458
30595
  """
30459
- 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.
30596
+ A request field matching the specified value will be excluded from inspection during preconfigured WAF evaluation.
30597
+ 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.
30460
30598
  """
30461
30599
  return pulumi.get(self, "value")
30462
30600
 
@@ -40227,8 +40365,6 @@ class GetForwardingRulesRuleResult(dict):
40227
40365
  For internal forwarding rules within the same VPC network, two or more
40228
40366
  forwarding rules cannot use the same '[IPAddress, IPProtocol]' pair, and
40229
40367
  cannot have overlapping 'portRange's.
40230
-
40231
- @pattern: \\d+(?:-\\d+)?
40232
40368
  :param Sequence[str] ports: The 'ports', 'portRange', and 'allPorts' fields are mutually exclusive.
40233
40369
  Only packets addressed to ports in the specified range will be forwarded
40234
40370
  to the backends configured with this forwarding rule.
@@ -40249,8 +40385,6 @@ class GetForwardingRulesRuleResult(dict):
40249
40385
  For internal forwarding rules within the same VPC network, two or more
40250
40386
  forwarding rules cannot use the same '[IPAddress, IPProtocol]' pair if
40251
40387
  they share at least one port number.
40252
-
40253
- @pattern: \\d+(?:-\\d+)?
40254
40388
  :param str project: The name of the project.
40255
40389
  :param str psc_connection_id: The PSC connection id of the PSC Forwarding Rule.
40256
40390
  :param str psc_connection_status: The PSC connection status of the PSC Forwarding Rule. Possible values: 'STATUS_UNSPECIFIED', 'PENDING', 'ACCEPTED', 'REJECTED', 'CLOSED'
@@ -40636,8 +40770,6 @@ class GetForwardingRulesRuleResult(dict):
40636
40770
  For internal forwarding rules within the same VPC network, two or more
40637
40771
  forwarding rules cannot use the same '[IPAddress, IPProtocol]' pair, and
40638
40772
  cannot have overlapping 'portRange's.
40639
-
40640
- @pattern: \\d+(?:-\\d+)?
40641
40773
  """
40642
40774
  return pulumi.get(self, "port_range")
40643
40775
 
@@ -40665,8 +40797,6 @@ class GetForwardingRulesRuleResult(dict):
40665
40797
  For internal forwarding rules within the same VPC network, two or more
40666
40798
  forwarding rules cannot use the same '[IPAddress, IPProtocol]' pair if
40667
40799
  they share at least one port number.
40668
-
40669
- @pattern: \\d+(?:-\\d+)?
40670
40800
  """
40671
40801
  return pulumi.get(self, "ports")
40672
40802
 
@@ -42191,6 +42321,24 @@ class GetInstanceGroupManagerNamedPortResult(dict):
42191
42321
  return pulumi.get(self, "port")
42192
42322
 
42193
42323
 
42324
+ @pulumi.output_type
42325
+ class GetInstanceGroupManagerParamResult(dict):
42326
+ def __init__(__self__, *,
42327
+ resource_manager_tags: Mapping[str, Any]):
42328
+ """
42329
+ :param Mapping[str, Any] resource_manager_tags: Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456.
42330
+ """
42331
+ pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
42332
+
42333
+ @property
42334
+ @pulumi.getter(name="resourceManagerTags")
42335
+ def resource_manager_tags(self) -> Mapping[str, Any]:
42336
+ """
42337
+ Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456.
42338
+ """
42339
+ return pulumi.get(self, "resource_manager_tags")
42340
+
42341
+
42194
42342
  @pulumi.output_type
42195
42343
  class GetInstanceGroupManagerStatefulDiskResult(dict):
42196
42344
  def __init__(__self__, *,