@robinmordasiewicz/f5xc-terraform-mcp 3.10.1 → 3.10.3

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 (84) hide show
  1. package/dist/docs/data-sources/discovery.md +2 -2
  2. package/dist/docs/data-sources/irule.md +2 -2
  3. package/dist/docs/data-sources/network_policy.md +2 -2
  4. package/dist/docs/data-sources/policer.md +2 -2
  5. package/dist/docs/data-sources/site.md +2 -2
  6. package/dist/docs/data-sources/workload.md +2 -2
  7. package/dist/docs/resources/advertise_policy.md +10 -10
  8. package/dist/docs/resources/alert_policy.md +9 -9
  9. package/dist/docs/resources/alert_receiver.md +4 -4
  10. package/dist/docs/resources/api_definition.md +2 -2
  11. package/dist/docs/resources/api_testing.md +6 -6
  12. package/dist/docs/resources/apm.md +8 -8
  13. package/dist/docs/resources/app_firewall.md +19 -19
  14. package/dist/docs/resources/app_setting.md +5 -5
  15. package/dist/docs/resources/app_type.md +3 -3
  16. package/dist/docs/resources/aws_tgw_site.md +50 -50
  17. package/dist/docs/resources/aws_vpc_site.md +66 -66
  18. package/dist/docs/resources/azure_vnet_site.md +93 -93
  19. package/dist/docs/resources/bgp.md +6 -6
  20. package/dist/docs/resources/bgp_routing_policy.md +7 -7
  21. package/dist/docs/resources/cdn_cache_rule.md +2 -2
  22. package/dist/docs/resources/cdn_loadbalancer.md +122 -122
  23. package/dist/docs/resources/cloud_connect.md +4 -4
  24. package/dist/docs/resources/cloud_credentials.md +2 -2
  25. package/dist/docs/resources/cloud_link.md +3 -3
  26. package/dist/docs/resources/cluster.md +18 -18
  27. package/dist/docs/resources/dc_cluster_group.md +4 -4
  28. package/dist/docs/resources/discovery.md +259 -8
  29. package/dist/docs/resources/dns_domain.md +2 -2
  30. package/dist/docs/resources/endpoint.md +5 -5
  31. package/dist/docs/resources/enhanced_firewall_policy.md +15 -15
  32. package/dist/docs/resources/external_connector.md +7 -7
  33. package/dist/docs/resources/fast_acl.md +2 -2
  34. package/dist/docs/resources/fast_acl_rule.md +2 -2
  35. package/dist/docs/resources/fleet.md +25 -25
  36. package/dist/docs/resources/forward_proxy_policy.md +15 -15
  37. package/dist/docs/resources/forwarding_class.md +5 -5
  38. package/dist/docs/resources/gcp_vpc_site.md +37 -37
  39. package/dist/docs/resources/global_log_receiver.md +104 -104
  40. package/dist/docs/resources/healthcheck.md +2 -2
  41. package/dist/docs/resources/http_loadbalancer.md +287 -287
  42. package/dist/docs/resources/irule.md +7 -5
  43. package/dist/docs/resources/log_receiver.md +104 -104
  44. package/dist/docs/resources/malicious_user_mitigation.md +6 -6
  45. package/dist/docs/resources/nat_policy.md +10 -10
  46. package/dist/docs/resources/network_connector.md +9 -9
  47. package/dist/docs/resources/network_firewall.md +3 -3
  48. package/dist/docs/resources/network_interface.md +28 -28
  49. package/dist/docs/resources/network_policy.md +210 -37
  50. package/dist/docs/resources/network_policy_view.md +16 -16
  51. package/dist/docs/resources/nfv_service.md +26 -26
  52. package/dist/docs/resources/origin_pool.md +48 -48
  53. package/dist/docs/resources/policer.md +50 -10
  54. package/dist/docs/resources/policy_based_routing.md +8 -8
  55. package/dist/docs/resources/protocol_inspection.md +4 -4
  56. package/dist/docs/resources/proxy.md +23 -23
  57. package/dist/docs/resources/rate_limiter.md +1 -1
  58. package/dist/docs/resources/rate_limiter_policy.md +8 -8
  59. package/dist/docs/resources/route.md +36 -36
  60. package/dist/docs/resources/secret_management_access.md +8 -8
  61. package/dist/docs/resources/securemesh_site.md +97 -97
  62. package/dist/docs/resources/segment.md +4 -4
  63. package/dist/docs/resources/service_policy.md +44 -44
  64. package/dist/docs/resources/service_policy_rule.md +37 -37
  65. package/dist/docs/resources/site.md +241 -613
  66. package/dist/docs/resources/site_mesh_group.md +8 -8
  67. package/dist/docs/resources/subnet.md +5 -5
  68. package/dist/docs/resources/tcp_loadbalancer.md +37 -37
  69. package/dist/docs/resources/tunnel.md +4 -4
  70. package/dist/docs/resources/udp_loadbalancer.md +9 -9
  71. package/dist/docs/resources/user_identification.md +10 -10
  72. package/dist/docs/resources/virtual_host.md +42 -42
  73. package/dist/docs/resources/virtual_network.md +4 -4
  74. package/dist/docs/resources/voltstack_site.md +59 -59
  75. package/dist/docs/resources/waf_exclusion_policy.md +5 -5
  76. package/dist/docs/resources/workload.md +9 -2951
  77. package/dist/metadata/resource-metadata.json +379 -613
  78. package/dist/metadata/validation-patterns.json +1 -1
  79. package/dist/tools/auth.js +38 -15
  80. package/dist/tools/auth.js.map +1 -1
  81. package/dist/tools/discover.d.ts.map +1 -1
  82. package/dist/tools/discover.js +36 -0
  83. package/dist/tools/discover.js.map +1 -1
  84. package/package.json +1 -1
@@ -67,10 +67,10 @@ resource "f5xc_global_log_receiver" "example" {
67
67
  ### Spec Argument Reference
68
68
 
69
69
  -> **One of the following:**
70
- &#x2022; <a id="audit-logs"></a>[`audit_logs`](#audit-logs) - Optional Block<br>Can be used for messages where no values are needed
71
- <br><br>&#x2022; <a id="dns-logs"></a>[`dns_logs`](#dns-logs) - Optional Block<br>Can be used for messages where no values are needed
72
- <br><br>&#x2022; <a id="request-logs"></a>[`request_logs`](#request-logs) - Optional Block<br>Can be used for messages where no values are needed
73
- <br><br>&#x2022; <a id="security-events"></a>[`security_events`](#security-events) - Optional Block<br>Can be used for messages where no values are needed
70
+ &#x2022; <a id="audit-logs"></a>[`audit_logs`](#audit-logs) - Optional Block<br>Enable this option
71
+ <br><br>&#x2022; <a id="dns-logs"></a>[`dns_logs`](#dns-logs) - Optional Block<br>Enable this option
72
+ <br><br>&#x2022; <a id="request-logs"></a>[`request_logs`](#request-logs) - Optional Block<br>Enable this option
73
+ <br><br>&#x2022; <a id="security-events"></a>[`security_events`](#security-events) - Optional Block<br>Enable this option
74
74
 
75
75
  -> **One of the following:**
76
76
  &#x2022; <a id="aws-cloud-watch-receiver"></a>[`aws_cloud_watch_receiver`](#aws-cloud-watch-receiver) - Optional Block<br>AWS Cloudwatch Logs Configuration for Global Log Receiver<br>See [AWS Cloud Watch Receiver](#aws-cloud-watch-receiver) below for details.
@@ -87,8 +87,8 @@ resource "f5xc_global_log_receiver" "example" {
87
87
  <br><br>&#x2022; <a id="sumo-logic-receiver"></a>[`sumo_logic_receiver`](#sumo-logic-receiver) - Optional Block<br>SumoLogic Configuration. Configuration for SumoLogic endpoint
88
88
 
89
89
  -> **One of the following:**
90
- &#x2022; <a id="ns-all"></a>[`ns_all`](#ns-all) - Optional Block<br>Can be used for messages where no values are needed
91
- <br><br>&#x2022; <a id="ns-current"></a>[`ns_current`](#ns-current) - Optional Block<br>Can be used for messages where no values are needed
90
+ &#x2022; <a id="ns-all"></a>[`ns_all`](#ns-all) - Optional Block<br>Enable this option
91
+ <br><br>&#x2022; <a id="ns-current"></a>[`ns_current`](#ns-current) - Optional Block<br>Enable this option
92
92
  <br><br>&#x2022; <a id="ns-list"></a>[`ns_list`](#ns-list) - Optional Block<br>Namespace List. Namespace List
93
93
 
94
94
  <a id="timeouts"></a>&#x2022; [`timeouts`](#timeouts) - Optional Block
@@ -133,25 +133,25 @@ A [`batch`](#aws-cloud-watch-receiver-batch) block (within [`aws_cloud_watch_rec
133
133
 
134
134
  <a id="bytes-fb8782"></a>&#x2022; [`max_bytes`](#bytes-fb8782) - Optional Number<br>Send batch to endpoint after the batch is equal to or larger than this many bytes
135
135
 
136
- <a id="disabled-e2ec6b"></a>&#x2022; [`max_bytes_disabled`](#disabled-e2ec6b) - Optional Block<br>Can be used for messages where no values are needed
136
+ <a id="disabled-e2ec6b"></a>&#x2022; [`max_bytes_disabled`](#disabled-e2ec6b) - Optional Block<br>Enable this option
137
137
 
138
138
  <a id="events-0606a7"></a>&#x2022; [`max_events`](#events-0606a7) - Optional Number<br>Send batch to endpoint after this many log messages are in the batch
139
139
 
140
- <a id="disabled-3c3dcd"></a>&#x2022; [`max_events_disabled`](#disabled-3c3dcd) - Optional Block<br>Can be used for messages where no values are needed
140
+ <a id="disabled-3c3dcd"></a>&#x2022; [`max_events_disabled`](#disabled-3c3dcd) - Optional Block<br>Enable this option
141
141
 
142
142
  <a id="seconds-d5b12a"></a>&#x2022; [`timeout_seconds`](#seconds-d5b12a) - Optional String<br>Send batch to the endpoint after this many seconds
143
143
 
144
- <a id="default-697810"></a>&#x2022; [`timeout_seconds_default`](#default-697810) - Optional Block<br>Can be used for messages where no values are needed
144
+ <a id="default-697810"></a>&#x2022; [`timeout_seconds_default`](#default-697810) - Optional Block<br>Enable this option
145
145
 
146
146
  #### AWS Cloud Watch Receiver Compression
147
147
 
148
148
  A [`compression`](#aws-cloud-watch-receiver-compression) block (within [`aws_cloud_watch_receiver`](#aws-cloud-watch-receiver)) supports the following:
149
149
 
150
- <a id="default-963843"></a>&#x2022; [`compression_default`](#default-963843) - Optional Block<br>Can be used for messages where no values are needed
150
+ <a id="default-963843"></a>&#x2022; [`compression_default`](#default-963843) - Optional Block<br>Enable this option
151
151
 
152
- <a id="gzip-2ccbff"></a>&#x2022; [`compression_gzip`](#gzip-2ccbff) - Optional Block<br>Can be used for messages where no values are needed
152
+ <a id="gzip-2ccbff"></a>&#x2022; [`compression_gzip`](#gzip-2ccbff) - Optional Block<br>Enable this option
153
153
 
154
- <a id="none-640cb2"></a>&#x2022; [`compression_none`](#none-640cb2) - Optional Block<br>Can be used for messages where no values are needed
154
+ <a id="none-640cb2"></a>&#x2022; [`compression_none`](#none-640cb2) - Optional Block<br>Enable this option
155
155
 
156
156
  #### Azure Event Hubs Receiver
157
157
 
@@ -199,25 +199,25 @@ A [`batch`](#azure-receiver-batch) block (within [`azure_receiver`](#azure-recei
199
199
 
200
200
  <a id="azure-receiver-batch-max-bytes"></a>&#x2022; [`max_bytes`](#azure-receiver-batch-max-bytes) - Optional Number<br>Send batch to endpoint after the batch is equal to or larger than this many bytes
201
201
 
202
- <a id="azure-receiver-batch-max-bytes-disabled"></a>&#x2022; [`max_bytes_disabled`](#azure-receiver-batch-max-bytes-disabled) - Optional Block<br>Can be used for messages where no values are needed
202
+ <a id="azure-receiver-batch-max-bytes-disabled"></a>&#x2022; [`max_bytes_disabled`](#azure-receiver-batch-max-bytes-disabled) - Optional Block<br>Enable this option
203
203
 
204
204
  <a id="azure-receiver-batch-max-events"></a>&#x2022; [`max_events`](#azure-receiver-batch-max-events) - Optional Number<br>Send batch to endpoint after this many log messages are in the batch
205
205
 
206
- <a id="disabled-754236"></a>&#x2022; [`max_events_disabled`](#disabled-754236) - Optional Block<br>Can be used for messages where no values are needed
206
+ <a id="disabled-754236"></a>&#x2022; [`max_events_disabled`](#disabled-754236) - Optional Block<br>Enable this option
207
207
 
208
208
  <a id="azure-receiver-batch-timeout-seconds"></a>&#x2022; [`timeout_seconds`](#azure-receiver-batch-timeout-seconds) - Optional String<br>Send batch to the endpoint after this many seconds
209
209
 
210
- <a id="default-19a14b"></a>&#x2022; [`timeout_seconds_default`](#default-19a14b) - Optional Block<br>Can be used for messages where no values are needed
210
+ <a id="default-19a14b"></a>&#x2022; [`timeout_seconds_default`](#default-19a14b) - Optional Block<br>Enable this option
211
211
 
212
212
  #### Azure Receiver Compression
213
213
 
214
214
  A [`compression`](#azure-receiver-compression) block (within [`azure_receiver`](#azure-receiver)) supports the following:
215
215
 
216
- <a id="default-02273a"></a>&#x2022; [`compression_default`](#default-02273a) - Optional Block<br>Can be used for messages where no values are needed
216
+ <a id="default-02273a"></a>&#x2022; [`compression_default`](#default-02273a) - Optional Block<br>Enable this option
217
217
 
218
- <a id="gzip-156cfe"></a>&#x2022; [`compression_gzip`](#gzip-156cfe) - Optional Block<br>Can be used for messages where no values are needed
218
+ <a id="gzip-156cfe"></a>&#x2022; [`compression_gzip`](#gzip-156cfe) - Optional Block<br>Enable this option
219
219
 
220
- <a id="none-aaef5b"></a>&#x2022; [`compression_none`](#none-aaef5b) - Optional Block<br>Can be used for messages where no values are needed
220
+ <a id="none-aaef5b"></a>&#x2022; [`compression_none`](#none-aaef5b) - Optional Block<br>Enable this option
221
221
 
222
222
  #### Azure Receiver Connection String
223
223
 
@@ -251,9 +251,9 @@ A [`filename_options`](#azure-receiver-filename-options) block (within [`azure_r
251
251
 
252
252
  <a id="folder-153221"></a>&#x2022; [`custom_folder`](#folder-153221) - Optional String<br>Use your own folder name as the name of the folder in the endpoint bucket or file The folder name must match
253
253
 
254
- <a id="folder-1cd085"></a>&#x2022; [`log_type_folder`](#folder-1cd085) - Optional Block<br>Can be used for messages where no values are needed
254
+ <a id="folder-1cd085"></a>&#x2022; [`log_type_folder`](#folder-1cd085) - Optional Block<br>Enable this option
255
255
 
256
- <a id="folder-569968"></a>&#x2022; [`no_folder`](#folder-569968) - Optional Block<br>Can be used for messages where no values are needed
256
+ <a id="folder-569968"></a>&#x2022; [`no_folder`](#folder-569968) - Optional Block<br>Enable this option
257
257
 
258
258
  #### Datadog Receiver
259
259
 
@@ -267,7 +267,7 @@ A [`datadog_receiver`](#datadog-receiver) block supports the following:
267
267
 
268
268
  <a id="datadog-receiver-endpoint"></a>&#x2022; [`endpoint`](#datadog-receiver-endpoint) - Optional String<br>Datadog Endpoint,
269
269
 
270
- <a id="datadog-receiver-no-tls"></a>&#x2022; [`no_tls`](#datadog-receiver-no-tls) - Optional Block<br>Can be used for messages where no values are needed
270
+ <a id="datadog-receiver-no-tls"></a>&#x2022; [`no_tls`](#datadog-receiver-no-tls) - Optional Block<br>Enable this option
271
271
 
272
272
  <a id="datadog-receiver-site"></a>&#x2022; [`site`](#datadog-receiver-site) - Optional String<br>Datadog Site,
273
273
 
@@ -279,25 +279,25 @@ A [`batch`](#datadog-receiver-batch) block (within [`datadog_receiver`](#datadog
279
279
 
280
280
  <a id="datadog-receiver-batch-max-bytes"></a>&#x2022; [`max_bytes`](#datadog-receiver-batch-max-bytes) - Optional Number<br>Send batch to endpoint after the batch is equal to or larger than this many bytes
281
281
 
282
- <a id="disabled-96f32b"></a>&#x2022; [`max_bytes_disabled`](#disabled-96f32b) - Optional Block<br>Can be used for messages where no values are needed
282
+ <a id="disabled-96f32b"></a>&#x2022; [`max_bytes_disabled`](#disabled-96f32b) - Optional Block<br>Enable this option
283
283
 
284
284
  <a id="datadog-receiver-batch-max-events"></a>&#x2022; [`max_events`](#datadog-receiver-batch-max-events) - Optional Number<br>Send batch to endpoint after this many log messages are in the batch
285
285
 
286
- <a id="disabled-a9dbc9"></a>&#x2022; [`max_events_disabled`](#disabled-a9dbc9) - Optional Block<br>Can be used for messages where no values are needed
286
+ <a id="disabled-a9dbc9"></a>&#x2022; [`max_events_disabled`](#disabled-a9dbc9) - Optional Block<br>Enable this option
287
287
 
288
288
  <a id="datadog-receiver-batch-timeout-seconds"></a>&#x2022; [`timeout_seconds`](#datadog-receiver-batch-timeout-seconds) - Optional String<br>Send batch to the endpoint after this many seconds
289
289
 
290
- <a id="default-f00e06"></a>&#x2022; [`timeout_seconds_default`](#default-f00e06) - Optional Block<br>Can be used for messages where no values are needed
290
+ <a id="default-f00e06"></a>&#x2022; [`timeout_seconds_default`](#default-f00e06) - Optional Block<br>Enable this option
291
291
 
292
292
  #### Datadog Receiver Compression
293
293
 
294
294
  A [`compression`](#datadog-receiver-compression) block (within [`datadog_receiver`](#datadog-receiver)) supports the following:
295
295
 
296
- <a id="default-888579"></a>&#x2022; [`compression_default`](#default-888579) - Optional Block<br>Can be used for messages where no values are needed
296
+ <a id="default-888579"></a>&#x2022; [`compression_default`](#default-888579) - Optional Block<br>Enable this option
297
297
 
298
- <a id="gzip-004135"></a>&#x2022; [`compression_gzip`](#gzip-004135) - Optional Block<br>Can be used for messages where no values are needed
298
+ <a id="gzip-004135"></a>&#x2022; [`compression_gzip`](#gzip-004135) - Optional Block<br>Enable this option
299
299
 
300
- <a id="none-4e31f2"></a>&#x2022; [`compression_none`](#none-4e31f2) - Optional Block<br>Can be used for messages where no values are needed
300
+ <a id="none-4e31f2"></a>&#x2022; [`compression_none`](#none-4e31f2) - Optional Block<br>Enable this option
301
301
 
302
302
  #### Datadog Receiver Datadog API Key
303
303
 
@@ -319,19 +319,19 @@ A [`datadog_api_key`](#datadog-receiver-datadog-api-key) block (within [`datadog
319
319
 
320
320
  An [`use_tls`](#datadog-receiver-use-tls) block (within [`datadog_receiver`](#datadog-receiver)) supports the following:
321
321
 
322
- <a id="certificate-fc103e"></a>&#x2022; [`disable_verify_certificate`](#certificate-fc103e) - Optional Block<br>Can be used for messages where no values are needed
322
+ <a id="certificate-fc103e"></a>&#x2022; [`disable_verify_certificate`](#certificate-fc103e) - Optional Block<br>Enable this option
323
323
 
324
- <a id="hostname-e3faa0"></a>&#x2022; [`disable_verify_hostname`](#hostname-e3faa0) - Optional Block<br>Can be used for messages where no values are needed
324
+ <a id="hostname-e3faa0"></a>&#x2022; [`disable_verify_hostname`](#hostname-e3faa0) - Optional Block<br>Enable this option
325
325
 
326
- <a id="certificate-37d53f"></a>&#x2022; [`enable_verify_certificate`](#certificate-37d53f) - Optional Block<br>Can be used for messages where no values are needed
326
+ <a id="certificate-37d53f"></a>&#x2022; [`enable_verify_certificate`](#certificate-37d53f) - Optional Block<br>Enable this option
327
327
 
328
- <a id="hostname-5c7a30"></a>&#x2022; [`enable_verify_hostname`](#hostname-5c7a30) - Optional Block<br>Can be used for messages where no values are needed
328
+ <a id="hostname-5c7a30"></a>&#x2022; [`enable_verify_hostname`](#hostname-5c7a30) - Optional Block<br>Enable this option
329
329
 
330
- <a id="datadog-receiver-use-tls-mtls-disabled"></a>&#x2022; [`mtls_disabled`](#datadog-receiver-use-tls-mtls-disabled) - Optional Block<br>Can be used for messages where no values are needed
330
+ <a id="datadog-receiver-use-tls-mtls-disabled"></a>&#x2022; [`mtls_disabled`](#datadog-receiver-use-tls-mtls-disabled) - Optional Block<br>Enable this option
331
331
 
332
332
  <a id="datadog-receiver-use-tls-mtls-enable"></a>&#x2022; [`mtls_enable`](#datadog-receiver-use-tls-mtls-enable) - Optional Block<br>mTLS Client config allows configuration of mTLS client OPTIONS<br>See [mTLS Enable](#datadog-receiver-use-tls-mtls-enable) below.
333
333
 
334
- <a id="datadog-receiver-use-tls-no-ca"></a>&#x2022; [`no_ca`](#datadog-receiver-use-tls-no-ca) - Optional Block<br>Can be used for messages where no values are needed
334
+ <a id="datadog-receiver-use-tls-no-ca"></a>&#x2022; [`no_ca`](#datadog-receiver-use-tls-no-ca) - Optional Block<br>Enable this option
335
335
 
336
336
  <a id="datadog-receiver-use-tls-trusted-ca-url"></a>&#x2022; [`trusted_ca_url`](#datadog-receiver-use-tls-trusted-ca-url) - Optional String<br>The URL or value for trusted Server CA certificate or certificate chain Certificates in PEM format including the PEM headers
337
337
 
@@ -375,25 +375,25 @@ A [`batch`](#gcp-bucket-receiver-batch) block (within [`gcp_bucket_receiver`](#g
375
375
 
376
376
  <a id="gcp-bucket-receiver-batch-max-bytes"></a>&#x2022; [`max_bytes`](#gcp-bucket-receiver-batch-max-bytes) - Optional Number<br>Send batch to endpoint after the batch is equal to or larger than this many bytes
377
377
 
378
- <a id="disabled-2aebe7"></a>&#x2022; [`max_bytes_disabled`](#disabled-2aebe7) - Optional Block<br>Can be used for messages where no values are needed
378
+ <a id="disabled-2aebe7"></a>&#x2022; [`max_bytes_disabled`](#disabled-2aebe7) - Optional Block<br>Enable this option
379
379
 
380
380
  <a id="gcp-bucket-receiver-batch-max-events"></a>&#x2022; [`max_events`](#gcp-bucket-receiver-batch-max-events) - Optional Number<br>Send batch to endpoint after this many log messages are in the batch
381
381
 
382
- <a id="disabled-6b6d30"></a>&#x2022; [`max_events_disabled`](#disabled-6b6d30) - Optional Block<br>Can be used for messages where no values are needed
382
+ <a id="disabled-6b6d30"></a>&#x2022; [`max_events_disabled`](#disabled-6b6d30) - Optional Block<br>Enable this option
383
383
 
384
384
  <a id="seconds-a39e0f"></a>&#x2022; [`timeout_seconds`](#seconds-a39e0f) - Optional String<br>Send batch to the endpoint after this many seconds
385
385
 
386
- <a id="default-2db988"></a>&#x2022; [`timeout_seconds_default`](#default-2db988) - Optional Block<br>Can be used for messages where no values are needed
386
+ <a id="default-2db988"></a>&#x2022; [`timeout_seconds_default`](#default-2db988) - Optional Block<br>Enable this option
387
387
 
388
388
  #### GCP Bucket Receiver Compression
389
389
 
390
390
  A [`compression`](#gcp-bucket-receiver-compression) block (within [`gcp_bucket_receiver`](#gcp-bucket-receiver)) supports the following:
391
391
 
392
- <a id="default-db78dc"></a>&#x2022; [`compression_default`](#default-db78dc) - Optional Block<br>Can be used for messages where no values are needed
392
+ <a id="default-db78dc"></a>&#x2022; [`compression_default`](#default-db78dc) - Optional Block<br>Enable this option
393
393
 
394
- <a id="gzip-c72b3f"></a>&#x2022; [`compression_gzip`](#gzip-c72b3f) - Optional Block<br>Can be used for messages where no values are needed
394
+ <a id="gzip-c72b3f"></a>&#x2022; [`compression_gzip`](#gzip-c72b3f) - Optional Block<br>Enable this option
395
395
 
396
- <a id="none-8916e9"></a>&#x2022; [`compression_none`](#none-8916e9) - Optional Block<br>Can be used for messages where no values are needed
396
+ <a id="none-8916e9"></a>&#x2022; [`compression_none`](#none-8916e9) - Optional Block<br>Enable this option
397
397
 
398
398
  #### GCP Bucket Receiver Filename Options
399
399
 
@@ -401,9 +401,9 @@ A [`filename_options`](#gcp-bucket-receiver-filename-options) block (within [`gc
401
401
 
402
402
  <a id="folder-ab0859"></a>&#x2022; [`custom_folder`](#folder-ab0859) - Optional String<br>Use your own folder name as the name of the folder in the endpoint bucket or file The folder name must match
403
403
 
404
- <a id="folder-3d88ea"></a>&#x2022; [`log_type_folder`](#folder-3d88ea) - Optional Block<br>Can be used for messages where no values are needed
404
+ <a id="folder-3d88ea"></a>&#x2022; [`log_type_folder`](#folder-3d88ea) - Optional Block<br>Enable this option
405
405
 
406
- <a id="folder-0b7426"></a>&#x2022; [`no_folder`](#folder-0b7426) - Optional Block<br>Can be used for messages where no values are needed
406
+ <a id="folder-0b7426"></a>&#x2022; [`no_folder`](#folder-0b7426) - Optional Block<br>Enable this option
407
407
 
408
408
  #### GCP Bucket Receiver GCP Cred
409
409
 
@@ -421,7 +421,7 @@ A [`http_receiver`](#http-receiver) block supports the following:
421
421
 
422
422
  <a id="http-receiver-auth-basic"></a>&#x2022; [`auth_basic`](#http-receiver-auth-basic) - Optional Block<br>Authentication parameters to access HTPP Log Receiver Endpoint<br>See [Auth Basic](#http-receiver-auth-basic) below.
423
423
 
424
- <a id="http-receiver-auth-none"></a>&#x2022; [`auth_none`](#http-receiver-auth-none) - Optional Block<br>Can be used for messages where no values are needed
424
+ <a id="http-receiver-auth-none"></a>&#x2022; [`auth_none`](#http-receiver-auth-none) - Optional Block<br>Enable this option
425
425
 
426
426
  <a id="http-receiver-auth-token"></a>&#x2022; [`auth_token`](#http-receiver-auth-token) - Optional Block<br>Access Token. Authentication Token for access<br>See [Auth Token](#http-receiver-auth-token) below.
427
427
 
@@ -429,7 +429,7 @@ A [`http_receiver`](#http-receiver) block supports the following:
429
429
 
430
430
  <a id="http-receiver-compression"></a>&#x2022; [`compression`](#http-receiver-compression) - Optional Block<br>Compression Type. Compression Type<br>See [Compression](#http-receiver-compression) below.
431
431
 
432
- <a id="http-receiver-no-tls"></a>&#x2022; [`no_tls`](#http-receiver-no-tls) - Optional Block<br>Can be used for messages where no values are needed
432
+ <a id="http-receiver-no-tls"></a>&#x2022; [`no_tls`](#http-receiver-no-tls) - Optional Block<br>Enable this option
433
433
 
434
434
  <a id="http-receiver-uri"></a>&#x2022; [`uri`](#http-receiver-uri) - Optional String<br>HTTP URI is the URI of the HTTP endpoint to send logs to,
435
435
 
@@ -487,43 +487,43 @@ A [`batch`](#http-receiver-batch) block (within [`http_receiver`](#http-receiver
487
487
 
488
488
  <a id="http-receiver-batch-max-bytes"></a>&#x2022; [`max_bytes`](#http-receiver-batch-max-bytes) - Optional Number<br>Send batch to endpoint after the batch is equal to or larger than this many bytes
489
489
 
490
- <a id="http-receiver-batch-max-bytes-disabled"></a>&#x2022; [`max_bytes_disabled`](#http-receiver-batch-max-bytes-disabled) - Optional Block<br>Can be used for messages where no values are needed
490
+ <a id="http-receiver-batch-max-bytes-disabled"></a>&#x2022; [`max_bytes_disabled`](#http-receiver-batch-max-bytes-disabled) - Optional Block<br>Enable this option
491
491
 
492
492
  <a id="http-receiver-batch-max-events"></a>&#x2022; [`max_events`](#http-receiver-batch-max-events) - Optional Number<br>Send batch to endpoint after this many log messages are in the batch
493
493
 
494
- <a id="http-receiver-batch-max-events-disabled"></a>&#x2022; [`max_events_disabled`](#http-receiver-batch-max-events-disabled) - Optional Block<br>Can be used for messages where no values are needed
494
+ <a id="http-receiver-batch-max-events-disabled"></a>&#x2022; [`max_events_disabled`](#http-receiver-batch-max-events-disabled) - Optional Block<br>Enable this option
495
495
 
496
496
  <a id="http-receiver-batch-timeout-seconds"></a>&#x2022; [`timeout_seconds`](#http-receiver-batch-timeout-seconds) - Optional String<br>Send batch to the endpoint after this many seconds
497
497
 
498
- <a id="default-07fa28"></a>&#x2022; [`timeout_seconds_default`](#default-07fa28) - Optional Block<br>Can be used for messages where no values are needed
498
+ <a id="default-07fa28"></a>&#x2022; [`timeout_seconds_default`](#default-07fa28) - Optional Block<br>Enable this option
499
499
 
500
500
  #### HTTP Receiver Compression
501
501
 
502
502
  A [`compression`](#http-receiver-compression) block (within [`http_receiver`](#http-receiver)) supports the following:
503
503
 
504
- <a id="default-acdb2d"></a>&#x2022; [`compression_default`](#default-acdb2d) - Optional Block<br>Can be used for messages where no values are needed
504
+ <a id="default-acdb2d"></a>&#x2022; [`compression_default`](#default-acdb2d) - Optional Block<br>Enable this option
505
505
 
506
- <a id="gzip-aa097d"></a>&#x2022; [`compression_gzip`](#gzip-aa097d) - Optional Block<br>Can be used for messages where no values are needed
506
+ <a id="gzip-aa097d"></a>&#x2022; [`compression_gzip`](#gzip-aa097d) - Optional Block<br>Enable this option
507
507
 
508
- <a id="none-64622e"></a>&#x2022; [`compression_none`](#none-64622e) - Optional Block<br>Can be used for messages where no values are needed
508
+ <a id="none-64622e"></a>&#x2022; [`compression_none`](#none-64622e) - Optional Block<br>Enable this option
509
509
 
510
510
  #### HTTP Receiver Use TLS
511
511
 
512
512
  An [`use_tls`](#http-receiver-use-tls) block (within [`http_receiver`](#http-receiver)) supports the following:
513
513
 
514
- <a id="certificate-44f578"></a>&#x2022; [`disable_verify_certificate`](#certificate-44f578) - Optional Block<br>Can be used for messages where no values are needed
514
+ <a id="certificate-44f578"></a>&#x2022; [`disable_verify_certificate`](#certificate-44f578) - Optional Block<br>Enable this option
515
515
 
516
- <a id="hostname-b557e6"></a>&#x2022; [`disable_verify_hostname`](#hostname-b557e6) - Optional Block<br>Can be used for messages where no values are needed
516
+ <a id="hostname-b557e6"></a>&#x2022; [`disable_verify_hostname`](#hostname-b557e6) - Optional Block<br>Enable this option
517
517
 
518
- <a id="certificate-2245f4"></a>&#x2022; [`enable_verify_certificate`](#certificate-2245f4) - Optional Block<br>Can be used for messages where no values are needed
518
+ <a id="certificate-2245f4"></a>&#x2022; [`enable_verify_certificate`](#certificate-2245f4) - Optional Block<br>Enable this option
519
519
 
520
- <a id="hostname-080fc4"></a>&#x2022; [`enable_verify_hostname`](#hostname-080fc4) - Optional Block<br>Can be used for messages where no values are needed
520
+ <a id="hostname-080fc4"></a>&#x2022; [`enable_verify_hostname`](#hostname-080fc4) - Optional Block<br>Enable this option
521
521
 
522
- <a id="http-receiver-use-tls-mtls-disabled"></a>&#x2022; [`mtls_disabled`](#http-receiver-use-tls-mtls-disabled) - Optional Block<br>Can be used for messages where no values are needed
522
+ <a id="http-receiver-use-tls-mtls-disabled"></a>&#x2022; [`mtls_disabled`](#http-receiver-use-tls-mtls-disabled) - Optional Block<br>Enable this option
523
523
 
524
524
  <a id="http-receiver-use-tls-mtls-enable"></a>&#x2022; [`mtls_enable`](#http-receiver-use-tls-mtls-enable) - Optional Block<br>mTLS Client config allows configuration of mTLS client OPTIONS<br>See [mTLS Enable](#http-receiver-use-tls-mtls-enable) below.
525
525
 
526
- <a id="http-receiver-use-tls-no-ca"></a>&#x2022; [`no_ca`](#http-receiver-use-tls-no-ca) - Optional Block<br>Can be used for messages where no values are needed
526
+ <a id="http-receiver-use-tls-no-ca"></a>&#x2022; [`no_ca`](#http-receiver-use-tls-no-ca) - Optional Block<br>Enable this option
527
527
 
528
528
  <a id="http-receiver-use-tls-trusted-ca-url"></a>&#x2022; [`trusted_ca_url`](#http-receiver-use-tls-trusted-ca-url) - Optional String<br>The URL or value for trusted Server CA certificate or certificate chain Certificates in PEM format including the PEM headers
529
529
 
@@ -559,7 +559,7 @@ A [`kafka_receiver`](#kafka-receiver) block supports the following:
559
559
 
560
560
  <a id="kafka-receiver-kafka-topic"></a>&#x2022; [`kafka_topic`](#kafka-receiver-kafka-topic) - Optional String<br>The Kafka topic name to write events to
561
561
 
562
- <a id="kafka-receiver-no-tls"></a>&#x2022; [`no_tls`](#kafka-receiver-no-tls) - Optional Block<br>Can be used for messages where no values are needed
562
+ <a id="kafka-receiver-no-tls"></a>&#x2022; [`no_tls`](#kafka-receiver-no-tls) - Optional Block<br>Enable this option
563
563
 
564
564
  <a id="kafka-receiver-use-tls"></a>&#x2022; [`use_tls`](#kafka-receiver-use-tls) - Optional Block<br>TLS Parameters for client connection to the endpoint<br>See [Use TLS](#kafka-receiver-use-tls) below.
565
565
 
@@ -569,43 +569,43 @@ A [`batch`](#kafka-receiver-batch) block (within [`kafka_receiver`](#kafka-recei
569
569
 
570
570
  <a id="kafka-receiver-batch-max-bytes"></a>&#x2022; [`max_bytes`](#kafka-receiver-batch-max-bytes) - Optional Number<br>Send batch to endpoint after the batch is equal to or larger than this many bytes
571
571
 
572
- <a id="kafka-receiver-batch-max-bytes-disabled"></a>&#x2022; [`max_bytes_disabled`](#kafka-receiver-batch-max-bytes-disabled) - Optional Block<br>Can be used for messages where no values are needed
572
+ <a id="kafka-receiver-batch-max-bytes-disabled"></a>&#x2022; [`max_bytes_disabled`](#kafka-receiver-batch-max-bytes-disabled) - Optional Block<br>Enable this option
573
573
 
574
574
  <a id="kafka-receiver-batch-max-events"></a>&#x2022; [`max_events`](#kafka-receiver-batch-max-events) - Optional Number<br>Send batch to endpoint after this many log messages are in the batch
575
575
 
576
- <a id="disabled-103987"></a>&#x2022; [`max_events_disabled`](#disabled-103987) - Optional Block<br>Can be used for messages where no values are needed
576
+ <a id="disabled-103987"></a>&#x2022; [`max_events_disabled`](#disabled-103987) - Optional Block<br>Enable this option
577
577
 
578
578
  <a id="kafka-receiver-batch-timeout-seconds"></a>&#x2022; [`timeout_seconds`](#kafka-receiver-batch-timeout-seconds) - Optional String<br>Send batch to the endpoint after this many seconds
579
579
 
580
- <a id="default-f70ae5"></a>&#x2022; [`timeout_seconds_default`](#default-f70ae5) - Optional Block<br>Can be used for messages where no values are needed
580
+ <a id="default-f70ae5"></a>&#x2022; [`timeout_seconds_default`](#default-f70ae5) - Optional Block<br>Enable this option
581
581
 
582
582
  #### Kafka Receiver Compression
583
583
 
584
584
  A [`compression`](#kafka-receiver-compression) block (within [`kafka_receiver`](#kafka-receiver)) supports the following:
585
585
 
586
- <a id="default-c0d204"></a>&#x2022; [`compression_default`](#default-c0d204) - Optional Block<br>Can be used for messages where no values are needed
586
+ <a id="default-c0d204"></a>&#x2022; [`compression_default`](#default-c0d204) - Optional Block<br>Enable this option
587
587
 
588
- <a id="gzip-6f882e"></a>&#x2022; [`compression_gzip`](#gzip-6f882e) - Optional Block<br>Can be used for messages where no values are needed
588
+ <a id="gzip-6f882e"></a>&#x2022; [`compression_gzip`](#gzip-6f882e) - Optional Block<br>Enable this option
589
589
 
590
- <a id="none-c368ff"></a>&#x2022; [`compression_none`](#none-c368ff) - Optional Block<br>Can be used for messages where no values are needed
590
+ <a id="none-c368ff"></a>&#x2022; [`compression_none`](#none-c368ff) - Optional Block<br>Enable this option
591
591
 
592
592
  #### Kafka Receiver Use TLS
593
593
 
594
594
  An [`use_tls`](#kafka-receiver-use-tls) block (within [`kafka_receiver`](#kafka-receiver)) supports the following:
595
595
 
596
- <a id="certificate-7c4499"></a>&#x2022; [`disable_verify_certificate`](#certificate-7c4499) - Optional Block<br>Can be used for messages where no values are needed
596
+ <a id="certificate-7c4499"></a>&#x2022; [`disable_verify_certificate`](#certificate-7c4499) - Optional Block<br>Enable this option
597
597
 
598
- <a id="hostname-1988d1"></a>&#x2022; [`disable_verify_hostname`](#hostname-1988d1) - Optional Block<br>Can be used for messages where no values are needed
598
+ <a id="hostname-1988d1"></a>&#x2022; [`disable_verify_hostname`](#hostname-1988d1) - Optional Block<br>Enable this option
599
599
 
600
- <a id="certificate-d5b68f"></a>&#x2022; [`enable_verify_certificate`](#certificate-d5b68f) - Optional Block<br>Can be used for messages where no values are needed
600
+ <a id="certificate-d5b68f"></a>&#x2022; [`enable_verify_certificate`](#certificate-d5b68f) - Optional Block<br>Enable this option
601
601
 
602
- <a id="hostname-d84dcb"></a>&#x2022; [`enable_verify_hostname`](#hostname-d84dcb) - Optional Block<br>Can be used for messages where no values are needed
602
+ <a id="hostname-d84dcb"></a>&#x2022; [`enable_verify_hostname`](#hostname-d84dcb) - Optional Block<br>Enable this option
603
603
 
604
- <a id="kafka-receiver-use-tls-mtls-disabled"></a>&#x2022; [`mtls_disabled`](#kafka-receiver-use-tls-mtls-disabled) - Optional Block<br>Can be used for messages where no values are needed
604
+ <a id="kafka-receiver-use-tls-mtls-disabled"></a>&#x2022; [`mtls_disabled`](#kafka-receiver-use-tls-mtls-disabled) - Optional Block<br>Enable this option
605
605
 
606
606
  <a id="kafka-receiver-use-tls-mtls-enable"></a>&#x2022; [`mtls_enable`](#kafka-receiver-use-tls-mtls-enable) - Optional Block<br>mTLS Client config allows configuration of mTLS client OPTIONS<br>See [mTLS Enable](#kafka-receiver-use-tls-mtls-enable) below.
607
607
 
608
- <a id="kafka-receiver-use-tls-no-ca"></a>&#x2022; [`no_ca`](#kafka-receiver-use-tls-no-ca) - Optional Block<br>Can be used for messages where no values are needed
608
+ <a id="kafka-receiver-use-tls-no-ca"></a>&#x2022; [`no_ca`](#kafka-receiver-use-tls-no-ca) - Optional Block<br>Enable this option
609
609
 
610
610
  <a id="kafka-receiver-use-tls-trusted-ca-url"></a>&#x2022; [`trusted_ca_url`](#kafka-receiver-use-tls-trusted-ca-url) - Optional String<br>The URL or value for trusted Server CA certificate or certificate chain Certificates in PEM format including the PEM headers
611
611
 
@@ -635,9 +635,9 @@ A [`new_relic_receiver`](#new-relic-receiver) block supports the following:
635
635
 
636
636
  <a id="new-relic-receiver-api-key"></a>&#x2022; [`api_key`](#new-relic-receiver-api-key) - Optional Block<br>SecretType is used in an object to indicate a sensitive/confidential field<br>See [API Key](#new-relic-receiver-api-key) below.
637
637
 
638
- <a id="new-relic-receiver-eu"></a>&#x2022; [`eu`](#new-relic-receiver-eu) - Optional Block<br>Can be used for messages where no values are needed
638
+ <a id="new-relic-receiver-eu"></a>&#x2022; [`eu`](#new-relic-receiver-eu) - Optional Block<br>Enable this option
639
639
 
640
- <a id="new-relic-receiver-us"></a>&#x2022; [`us`](#new-relic-receiver-us) - Optional Block<br>Can be used for messages where no values are needed
640
+ <a id="new-relic-receiver-us"></a>&#x2022; [`us`](#new-relic-receiver-us) - Optional Block<br>Enable this option
641
641
 
642
642
  #### New Relic Receiver API Key
643
643
 
@@ -669,7 +669,7 @@ A [`qradar_receiver`](#qradar-receiver) block supports the following:
669
669
 
670
670
  <a id="qradar-receiver-compression"></a>&#x2022; [`compression`](#qradar-receiver-compression) - Optional Block<br>Compression Type. Compression Type<br>See [Compression](#qradar-receiver-compression) below.
671
671
 
672
- <a id="qradar-receiver-no-tls"></a>&#x2022; [`no_tls`](#qradar-receiver-no-tls) - Optional Block<br>Can be used for messages where no values are needed
672
+ <a id="qradar-receiver-no-tls"></a>&#x2022; [`no_tls`](#qradar-receiver-no-tls) - Optional Block<br>Enable this option
673
673
 
674
674
  <a id="qradar-receiver-uri"></a>&#x2022; [`uri`](#qradar-receiver-uri) - Optional String<br>Log Source Collector URL is the URL of the IBM QRadar Log Source Collector to send logs to,
675
675
 
@@ -681,43 +681,43 @@ A [`batch`](#qradar-receiver-batch) block (within [`qradar_receiver`](#qradar-re
681
681
 
682
682
  <a id="qradar-receiver-batch-max-bytes"></a>&#x2022; [`max_bytes`](#qradar-receiver-batch-max-bytes) - Optional Number<br>Send batch to endpoint after the batch is equal to or larger than this many bytes
683
683
 
684
- <a id="disabled-d39134"></a>&#x2022; [`max_bytes_disabled`](#disabled-d39134) - Optional Block<br>Can be used for messages where no values are needed
684
+ <a id="disabled-d39134"></a>&#x2022; [`max_bytes_disabled`](#disabled-d39134) - Optional Block<br>Enable this option
685
685
 
686
686
  <a id="qradar-receiver-batch-max-events"></a>&#x2022; [`max_events`](#qradar-receiver-batch-max-events) - Optional Number<br>Send batch to endpoint after this many log messages are in the batch
687
687
 
688
- <a id="disabled-2a2589"></a>&#x2022; [`max_events_disabled`](#disabled-2a2589) - Optional Block<br>Can be used for messages where no values are needed
688
+ <a id="disabled-2a2589"></a>&#x2022; [`max_events_disabled`](#disabled-2a2589) - Optional Block<br>Enable this option
689
689
 
690
690
  <a id="qradar-receiver-batch-timeout-seconds"></a>&#x2022; [`timeout_seconds`](#qradar-receiver-batch-timeout-seconds) - Optional String<br>Send batch to the endpoint after this many seconds
691
691
 
692
- <a id="default-300883"></a>&#x2022; [`timeout_seconds_default`](#default-300883) - Optional Block<br>Can be used for messages where no values are needed
692
+ <a id="default-300883"></a>&#x2022; [`timeout_seconds_default`](#default-300883) - Optional Block<br>Enable this option
693
693
 
694
694
  #### Qradar Receiver Compression
695
695
 
696
696
  A [`compression`](#qradar-receiver-compression) block (within [`qradar_receiver`](#qradar-receiver)) supports the following:
697
697
 
698
- <a id="default-997ec4"></a>&#x2022; [`compression_default`](#default-997ec4) - Optional Block<br>Can be used for messages where no values are needed
698
+ <a id="default-997ec4"></a>&#x2022; [`compression_default`](#default-997ec4) - Optional Block<br>Enable this option
699
699
 
700
- <a id="gzip-ab6766"></a>&#x2022; [`compression_gzip`](#gzip-ab6766) - Optional Block<br>Can be used for messages where no values are needed
700
+ <a id="gzip-ab6766"></a>&#x2022; [`compression_gzip`](#gzip-ab6766) - Optional Block<br>Enable this option
701
701
 
702
- <a id="none-06fddb"></a>&#x2022; [`compression_none`](#none-06fddb) - Optional Block<br>Can be used for messages where no values are needed
702
+ <a id="none-06fddb"></a>&#x2022; [`compression_none`](#none-06fddb) - Optional Block<br>Enable this option
703
703
 
704
704
  #### Qradar Receiver Use TLS
705
705
 
706
706
  An [`use_tls`](#qradar-receiver-use-tls) block (within [`qradar_receiver`](#qradar-receiver)) supports the following:
707
707
 
708
- <a id="certificate-ebfded"></a>&#x2022; [`disable_verify_certificate`](#certificate-ebfded) - Optional Block<br>Can be used for messages where no values are needed
708
+ <a id="certificate-ebfded"></a>&#x2022; [`disable_verify_certificate`](#certificate-ebfded) - Optional Block<br>Enable this option
709
709
 
710
- <a id="hostname-9850c1"></a>&#x2022; [`disable_verify_hostname`](#hostname-9850c1) - Optional Block<br>Can be used for messages where no values are needed
710
+ <a id="hostname-9850c1"></a>&#x2022; [`disable_verify_hostname`](#hostname-9850c1) - Optional Block<br>Enable this option
711
711
 
712
- <a id="certificate-0c5d39"></a>&#x2022; [`enable_verify_certificate`](#certificate-0c5d39) - Optional Block<br>Can be used for messages where no values are needed
712
+ <a id="certificate-0c5d39"></a>&#x2022; [`enable_verify_certificate`](#certificate-0c5d39) - Optional Block<br>Enable this option
713
713
 
714
- <a id="hostname-726508"></a>&#x2022; [`enable_verify_hostname`](#hostname-726508) - Optional Block<br>Can be used for messages where no values are needed
714
+ <a id="hostname-726508"></a>&#x2022; [`enable_verify_hostname`](#hostname-726508) - Optional Block<br>Enable this option
715
715
 
716
- <a id="qradar-receiver-use-tls-mtls-disabled"></a>&#x2022; [`mtls_disabled`](#qradar-receiver-use-tls-mtls-disabled) - Optional Block<br>Can be used for messages where no values are needed
716
+ <a id="qradar-receiver-use-tls-mtls-disabled"></a>&#x2022; [`mtls_disabled`](#qradar-receiver-use-tls-mtls-disabled) - Optional Block<br>Enable this option
717
717
 
718
718
  <a id="qradar-receiver-use-tls-mtls-enable"></a>&#x2022; [`mtls_enable`](#qradar-receiver-use-tls-mtls-enable) - Optional Block<br>mTLS Client config allows configuration of mTLS client OPTIONS<br>See [mTLS Enable](#qradar-receiver-use-tls-mtls-enable) below.
719
719
 
720
- <a id="qradar-receiver-use-tls-no-ca"></a>&#x2022; [`no_ca`](#qradar-receiver-use-tls-no-ca) - Optional Block<br>Can be used for messages where no values are needed
720
+ <a id="qradar-receiver-use-tls-no-ca"></a>&#x2022; [`no_ca`](#qradar-receiver-use-tls-no-ca) - Optional Block<br>Enable this option
721
721
 
722
722
  <a id="qradar-receiver-use-tls-trusted-ca-url"></a>&#x2022; [`trusted_ca_url`](#qradar-receiver-use-tls-trusted-ca-url) - Optional String<br>The URL or value for trusted Server CA certificate or certificate chain Certificates in PEM format including the PEM headers
723
723
 
@@ -773,25 +773,25 @@ A [`batch`](#s3-receiver-batch) block (within [`s3_receiver`](#s3-receiver)) sup
773
773
 
774
774
  <a id="s3-receiver-batch-max-bytes"></a>&#x2022; [`max_bytes`](#s3-receiver-batch-max-bytes) - Optional Number<br>Send batch to endpoint after the batch is equal to or larger than this many bytes
775
775
 
776
- <a id="s3-receiver-batch-max-bytes-disabled"></a>&#x2022; [`max_bytes_disabled`](#s3-receiver-batch-max-bytes-disabled) - Optional Block<br>Can be used for messages where no values are needed
776
+ <a id="s3-receiver-batch-max-bytes-disabled"></a>&#x2022; [`max_bytes_disabled`](#s3-receiver-batch-max-bytes-disabled) - Optional Block<br>Enable this option
777
777
 
778
778
  <a id="s3-receiver-batch-max-events"></a>&#x2022; [`max_events`](#s3-receiver-batch-max-events) - Optional Number<br>Send batch to endpoint after this many log messages are in the batch
779
779
 
780
- <a id="s3-receiver-batch-max-events-disabled"></a>&#x2022; [`max_events_disabled`](#s3-receiver-batch-max-events-disabled) - Optional Block<br>Can be used for messages where no values are needed
780
+ <a id="s3-receiver-batch-max-events-disabled"></a>&#x2022; [`max_events_disabled`](#s3-receiver-batch-max-events-disabled) - Optional Block<br>Enable this option
781
781
 
782
782
  <a id="s3-receiver-batch-timeout-seconds"></a>&#x2022; [`timeout_seconds`](#s3-receiver-batch-timeout-seconds) - Optional String<br>Send batch to the endpoint after this many seconds
783
783
 
784
- <a id="default-cab3a5"></a>&#x2022; [`timeout_seconds_default`](#default-cab3a5) - Optional Block<br>Can be used for messages where no values are needed
784
+ <a id="default-cab3a5"></a>&#x2022; [`timeout_seconds_default`](#default-cab3a5) - Optional Block<br>Enable this option
785
785
 
786
786
  #### S3 Receiver Compression
787
787
 
788
788
  A [`compression`](#s3-receiver-compression) block (within [`s3_receiver`](#s3-receiver)) supports the following:
789
789
 
790
- <a id="default-3ba737"></a>&#x2022; [`compression_default`](#default-3ba737) - Optional Block<br>Can be used for messages where no values are needed
790
+ <a id="default-3ba737"></a>&#x2022; [`compression_default`](#default-3ba737) - Optional Block<br>Enable this option
791
791
 
792
- <a id="gzip-5b8271"></a>&#x2022; [`compression_gzip`](#gzip-5b8271) - Optional Block<br>Can be used for messages where no values are needed
792
+ <a id="gzip-5b8271"></a>&#x2022; [`compression_gzip`](#gzip-5b8271) - Optional Block<br>Enable this option
793
793
 
794
- <a id="none-d52f11"></a>&#x2022; [`compression_none`](#none-d52f11) - Optional Block<br>Can be used for messages where no values are needed
794
+ <a id="none-d52f11"></a>&#x2022; [`compression_none`](#none-d52f11) - Optional Block<br>Enable this option
795
795
 
796
796
  #### S3 Receiver Filename Options
797
797
 
@@ -799,9 +799,9 @@ A [`filename_options`](#s3-receiver-filename-options) block (within [`s3_receive
799
799
 
800
800
  <a id="folder-b580e4"></a>&#x2022; [`custom_folder`](#folder-b580e4) - Optional String<br>Use your own folder name as the name of the folder in the endpoint bucket or file The folder name must match
801
801
 
802
- <a id="folder-07aa29"></a>&#x2022; [`log_type_folder`](#folder-07aa29) - Optional Block<br>Can be used for messages where no values are needed
802
+ <a id="folder-07aa29"></a>&#x2022; [`log_type_folder`](#folder-07aa29) - Optional Block<br>Enable this option
803
803
 
804
- <a id="s3-receiver-filename-options-no-folder"></a>&#x2022; [`no_folder`](#s3-receiver-filename-options-no-folder) - Optional Block<br>Can be used for messages where no values are needed
804
+ <a id="s3-receiver-filename-options-no-folder"></a>&#x2022; [`no_folder`](#s3-receiver-filename-options-no-folder) - Optional Block<br>Enable this option
805
805
 
806
806
  #### Splunk Receiver
807
807
 
@@ -813,7 +813,7 @@ A [`splunk_receiver`](#splunk-receiver) block supports the following:
813
813
 
814
814
  <a id="splunk-receiver-endpoint"></a>&#x2022; [`endpoint`](#splunk-receiver-endpoint) - Optional String<br>Splunk HEC Logs Endpoint. Splunk HEC Logs Endpoint, (Note: must not contain `/services/collector`)
815
815
 
816
- <a id="splunk-receiver-no-tls"></a>&#x2022; [`no_tls`](#splunk-receiver-no-tls) - Optional Block<br>Can be used for messages where no values are needed
816
+ <a id="splunk-receiver-no-tls"></a>&#x2022; [`no_tls`](#splunk-receiver-no-tls) - Optional Block<br>Enable this option
817
817
 
818
818
  <a id="splunk-receiver-splunk-hec-token"></a>&#x2022; [`splunk_hec_token`](#splunk-receiver-splunk-hec-token) - Optional Block<br>SecretType is used in an object to indicate a sensitive/confidential field<br>See [Splunk Hec Token](#splunk-receiver-splunk-hec-token) below.
819
819
 
@@ -825,25 +825,25 @@ A [`batch`](#splunk-receiver-batch) block (within [`splunk_receiver`](#splunk-re
825
825
 
826
826
  <a id="splunk-receiver-batch-max-bytes"></a>&#x2022; [`max_bytes`](#splunk-receiver-batch-max-bytes) - Optional Number<br>Send batch to endpoint after the batch is equal to or larger than this many bytes
827
827
 
828
- <a id="disabled-ee4057"></a>&#x2022; [`max_bytes_disabled`](#disabled-ee4057) - Optional Block<br>Can be used for messages where no values are needed
828
+ <a id="disabled-ee4057"></a>&#x2022; [`max_bytes_disabled`](#disabled-ee4057) - Optional Block<br>Enable this option
829
829
 
830
830
  <a id="splunk-receiver-batch-max-events"></a>&#x2022; [`max_events`](#splunk-receiver-batch-max-events) - Optional Number<br>Send batch to endpoint after this many log messages are in the batch
831
831
 
832
- <a id="disabled-36f259"></a>&#x2022; [`max_events_disabled`](#disabled-36f259) - Optional Block<br>Can be used for messages where no values are needed
832
+ <a id="disabled-36f259"></a>&#x2022; [`max_events_disabled`](#disabled-36f259) - Optional Block<br>Enable this option
833
833
 
834
834
  <a id="splunk-receiver-batch-timeout-seconds"></a>&#x2022; [`timeout_seconds`](#splunk-receiver-batch-timeout-seconds) - Optional String<br>Send batch to the endpoint after this many seconds
835
835
 
836
- <a id="default-2d39cb"></a>&#x2022; [`timeout_seconds_default`](#default-2d39cb) - Optional Block<br>Can be used for messages where no values are needed
836
+ <a id="default-2d39cb"></a>&#x2022; [`timeout_seconds_default`](#default-2d39cb) - Optional Block<br>Enable this option
837
837
 
838
838
  #### Splunk Receiver Compression
839
839
 
840
840
  A [`compression`](#splunk-receiver-compression) block (within [`splunk_receiver`](#splunk-receiver)) supports the following:
841
841
 
842
- <a id="default-a97e9d"></a>&#x2022; [`compression_default`](#default-a97e9d) - Optional Block<br>Can be used for messages where no values are needed
842
+ <a id="default-a97e9d"></a>&#x2022; [`compression_default`](#default-a97e9d) - Optional Block<br>Enable this option
843
843
 
844
- <a id="gzip-27c06f"></a>&#x2022; [`compression_gzip`](#gzip-27c06f) - Optional Block<br>Can be used for messages where no values are needed
844
+ <a id="gzip-27c06f"></a>&#x2022; [`compression_gzip`](#gzip-27c06f) - Optional Block<br>Enable this option
845
845
 
846
- <a id="none-d4e3e3"></a>&#x2022; [`compression_none`](#none-d4e3e3) - Optional Block<br>Can be used for messages where no values are needed
846
+ <a id="none-d4e3e3"></a>&#x2022; [`compression_none`](#none-d4e3e3) - Optional Block<br>Enable this option
847
847
 
848
848
  #### Splunk Receiver Splunk Hec Token
849
849
 
@@ -865,19 +865,19 @@ A [`splunk_hec_token`](#splunk-receiver-splunk-hec-token) block (within [`splunk
865
865
 
866
866
  An [`use_tls`](#splunk-receiver-use-tls) block (within [`splunk_receiver`](#splunk-receiver)) supports the following:
867
867
 
868
- <a id="certificate-783baa"></a>&#x2022; [`disable_verify_certificate`](#certificate-783baa) - Optional Block<br>Can be used for messages where no values are needed
868
+ <a id="certificate-783baa"></a>&#x2022; [`disable_verify_certificate`](#certificate-783baa) - Optional Block<br>Enable this option
869
869
 
870
- <a id="hostname-b46b8f"></a>&#x2022; [`disable_verify_hostname`](#hostname-b46b8f) - Optional Block<br>Can be used for messages where no values are needed
870
+ <a id="hostname-b46b8f"></a>&#x2022; [`disable_verify_hostname`](#hostname-b46b8f) - Optional Block<br>Enable this option
871
871
 
872
- <a id="certificate-d562ed"></a>&#x2022; [`enable_verify_certificate`](#certificate-d562ed) - Optional Block<br>Can be used for messages where no values are needed
872
+ <a id="certificate-d562ed"></a>&#x2022; [`enable_verify_certificate`](#certificate-d562ed) - Optional Block<br>Enable this option
873
873
 
874
- <a id="hostname-0d03e5"></a>&#x2022; [`enable_verify_hostname`](#hostname-0d03e5) - Optional Block<br>Can be used for messages where no values are needed
874
+ <a id="hostname-0d03e5"></a>&#x2022; [`enable_verify_hostname`](#hostname-0d03e5) - Optional Block<br>Enable this option
875
875
 
876
- <a id="splunk-receiver-use-tls-mtls-disabled"></a>&#x2022; [`mtls_disabled`](#splunk-receiver-use-tls-mtls-disabled) - Optional Block<br>Can be used for messages where no values are needed
876
+ <a id="splunk-receiver-use-tls-mtls-disabled"></a>&#x2022; [`mtls_disabled`](#splunk-receiver-use-tls-mtls-disabled) - Optional Block<br>Enable this option
877
877
 
878
878
  <a id="splunk-receiver-use-tls-mtls-enable"></a>&#x2022; [`mtls_enable`](#splunk-receiver-use-tls-mtls-enable) - Optional Block<br>mTLS Client config allows configuration of mTLS client OPTIONS<br>See [mTLS Enable](#splunk-receiver-use-tls-mtls-enable) below.
879
879
 
880
- <a id="splunk-receiver-use-tls-no-ca"></a>&#x2022; [`no_ca`](#splunk-receiver-use-tls-no-ca) - Optional Block<br>Can be used for messages where no values are needed
880
+ <a id="splunk-receiver-use-tls-no-ca"></a>&#x2022; [`no_ca`](#splunk-receiver-use-tls-no-ca) - Optional Block<br>Enable this option
881
881
 
882
882
  <a id="splunk-receiver-use-tls-trusted-ca-url"></a>&#x2022; [`trusted_ca_url`](#splunk-receiver-use-tls-trusted-ca-url) - Optional String<br>The URL or value for trusted Server CA certificate or certificate chain Certificates in PEM format including the PEM headers
883
883
 
@@ -80,7 +80,7 @@ resource "f5xc_healthcheck" "example" {
80
80
  -> **One of the following:**
81
81
  &#x2022; <a id="http-health-check"></a>[`http_health_check`](#http-health-check) - Optional Block<br>Healthy if 'GET' method on URL 'HTTP(s)://`<host>`/`<path>`' with optional '`<header>`' returns success. 'host' is not used for DNS resolution. It is used as HTTP Header in the request<br>See [HTTP Health Check](#http-health-check) below for details.
82
82
  <br><br>&#x2022; <a id="tcp-health-check"></a>[`tcp_health_check`](#tcp-health-check) - Optional Block<br>Healthy if TCP connection is successful and response payload matches `<expected_response>`<br>See [TCP Health Check](#tcp-health-check) below for details.
83
- <br><br>&#x2022; <a id="udp-icmp-health-check"></a>[`udp_icmp_health_check`](#udp-icmp-health-check) - Optional Block<br>Can be used for messages where no values are needed
83
+ <br><br>&#x2022; <a id="udp-icmp-health-check"></a>[`udp_icmp_health_check`](#udp-icmp-health-check) - Optional Block<br>Enable this option
84
84
 
85
85
  <a id="interval"></a>&#x2022; [`interval`](#interval) - Optional Number<br>Time interval in seconds between two healthcheck requests
86
86
 
@@ -116,7 +116,7 @@ A [`http_health_check`](#http-health-check) block supports the following:
116
116
 
117
117
  <a id="http-health-check-use-http2"></a>&#x2022; [`use_http2`](#http-health-check-use-http2) - Optional Bool Defaults to `false`<br>If set, health checks will be made using HTTP/2
118
118
 
119
- <a id="name-c19d47"></a>&#x2022; [`use_origin_server_name`](#name-c19d47) - Optional Block<br>Can be used for messages where no values are needed
119
+ <a id="name-c19d47"></a>&#x2022; [`use_origin_server_name`](#name-c19d47) - Optional Block<br>Enable this option
120
120
 
121
121
  #### TCP Health Check
122
122