{{#if category}}
// tag::category-{{category}}[]
{{/if}}
{{#if exclude_from_docs}}
// tag::exclude-from-docs[]
{{/if}}
{{#if is_deprecated}}
// tag::deprecated[]
{{/if}}
{{#if is_experimental_property}}
// tag::experimental[]
{{/if}}
{{#if cloud_supported}}
// tag::redpanda-cloud[]
{{/if}}
=== {{name}}
{{#if version}}

*Introduced in {{version}}*
{{/if}}
{{#if description}}

{{{description}}}
{{else}}

No description available.

{{/if}}
{{#if is_enterprise}}

ifndef::env-cloud[]
.Enterprise license required
[NOTE]
====
*Enterprise license required:* `{{enterprise_value}}`

For license details, see xref:get-started:licensing/index.adoc[Redpanda Licensing].
====
endif::[]
{{/if}}
{{#if cloud_byoc_only}}

ifdef::env-cloud[]
NOTE: This property is available only in Redpanda Cloud BYOC deployments.
endif::[]

{{/if}}

[cols="1s,2a"]
|===
| Property | Value

| Type
| `{{type}}`{{#if (or enum items.enum)}} (enum){{/if}}

{{#if enum}}
| Accepted Values
|
ifndef::env-cloud[]
{{#each enum}}`{{this}}`{{#if (isEnterpriseEnum this ../x-enum-metadata)}} (Enterprise){{/if}}{{#unless @last}}, {{/unless}}{{/each}}
endif::[]
ifdef::env-cloud[]
{{#each enum}}`{{this}}`{{#unless @last}}, {{/unless}}{{/each}}
endif::[]
{{else}}{{#if items.enum}}
| Accepted Values
|ifndef::env-cloud[]
{{#each items.enum}}`{{this}}`{{#if (isEnterpriseEnum this ../items.x-enum-metadata)}} (Enterprise){{/if}}{{#unless @last}}, {{/unless}}{{/each}}
endif::[]
ifdef::env-cloud[]
{{#each items.enum}}`{{this}}`{{#unless @last}}, {{/unless}}{{/each}}
endif::[]
{{else}}{{#if acceptable_values}}
| Accepted values
| {{{acceptable_values}}}
{{/if}}{{/if}}{{/if}}
{{#if corresponding_cluster_property}}

| Corresponding cluster property
| xref:reference:cluster-properties.adoc#{{corresponding_cluster_property}}[{{corresponding_cluster_property}}]
{{/if}}
{{#if (and minimum maximum)}}

| Range
| [`{{minimum}}`, `{{maximum}}`]
{{else}}
{{#if minimum}}

| Minimum
| `{{minimum}}`
{{/if}}
{{#if maximum}}

| Maximum
| `{{maximum}}`
{{/if}}
{{/if}}
{{#if (ne default undefined)}}

| Default
|
ifdef::env-cloud[]
Available in the Redpanda Cloud Console{{#if cloud_readonly}} (read-only){{else if cloud_editable}} (editable){{/if}}
endif::[]
ifndef::env-cloud[]
`{{formatPropertyValue default type}}`{{#if default_human_readable}} ({{default_human_readable}}){{/if}}
endif::[]
{{/if}}

| Nullable
| {{#if nullable}}Yes{{else}}No{{/if}}

ifndef::env-cloud[]
| Restored on xref:manage:whole-cluster-restore.adoc[Whole Cluster Restore]
| {{#if (ne gets_restored false)}}Yes{{else}}No{{/if}}
endif::[]
{{#if example}}

| Example
|
{{{example}}}
{{/if}}
{{#if related_topics}}
{{#with (allTopicsConditional related_topics) as |sectionType|}}

{{#if (eq sectionType "cloud")}}
ifdef::env-cloud[]
| Related topics
|{{#if (gt (length ../related_topics) 1)}}{{#each ../related_topics}}
{{#with (parseRelatedTopic this)}}
* {{{value}}}
{{/with}}
{{/each}}
{{else}}
{{#each ../related_topics}}
{{#with (parseRelatedTopic this)}}
{{{value}}}
{{/with}}
{{/each}}
{{/if}}
endif::[]
{{else if (eq sectionType "self-managed")}}
ifndef::env-cloud[]
| Related topics
|{{#if (gt (length ../related_topics) 1)}}{{#each ../related_topics}}
{{#with (parseRelatedTopic this)}}
* {{{value}}}
{{/with}}
{{/each}}
{{else}}
{{#each ../related_topics}}
{{#with (parseRelatedTopic this)}}
{{{value}}}
{{/with}}
{{/each}}
{{/if}}
endif::[]
{{else}}
| Related topics
|{{#if (gt (length ../related_topics) 1)}}{{#each ../related_topics}}
{{#with (parseRelatedTopic this)}}
{{#if (eq type "cloud")}}
ifdef::env-cloud[]
* {{{value}}}
endif::[]
{{else if (eq type "self-managed")}}
ifndef::env-cloud[]
* {{{value}}}
endif::[]
{{else}}
* {{{value}}}
{{/if}}
{{/with}}
{{/each}}
{{else}}
{{#each ../related_topics}}
{{#with (parseRelatedTopic this)}}
{{#if (eq type "cloud")}}
ifdef::env-cloud[]
{{{value}}}
endif::[]
{{else if (eq type "self-managed")}}
ifndef::env-cloud[]
{{{value}}}
endif::[]
{{else}}
{{{value}}}
{{/if}}
{{/with}}
{{/each}}
{{/if}}
{{/if}}
{{/with}}
{{/if}}
{{#if aliases}}

ifndef::env-cloud[]
| Aliases
| {{#each aliases}}`{{this}}`{{#unless @last}}, {{/unless}}{{/each}}
endif::[]
{{/if}}

|===

{{#if is_experimental_property}}
// end::experimental[]
{{/if}}
{{#if cloud_supported}}
// end::redpanda-cloud[]
{{/if}}
{{#if is_deprecated}}
// end::deprecated[]
{{/if}}
{{#if exclude_from_docs}}
// end::exclude-from-docs[]
{{/if}}
{{#if category}}
// end::category-{{category}}[]
{{/if}}