Does AWS OpenSearch Service support feature like segment replication

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
AWS OpenSearch Service 2.9

Describe the issue:
I try to use segment replication in AWS OpenSearch Service, but it seems not support that feature, when i create index it pops error:

{
  "error" : {
    "root_cause" : [
      {
        "type" : "illegal_argument_exception",
        "reason" : "unknown setting [index.replication.type] please check that any required plugins are installed, or check the breaking changes documentation for removed settings"
      }
    ],
    "type" : "illegal_argument_exception",
    "reason" : "unknown setting [index.replication.type] please check that any required plugins are installed, or check the breaking changes documentation for removed settings"
  },
  "status" : 400
}

I found this doc Features by engine version in Amazon OpenSearch Service - Amazon OpenSearch Service
there’s no such feature description.

So does AWS OpenSearch Service support community features like segment replication, Remote-backed storage ?

Configuration:
all default configuration

Relevant Logs or Screenshots:
None