SecurityDeploymentCreateRequestedit

The creation request for the Elasticsearch security deployment.

Propertiesedit

name (string)
The name of the security deployment cluster
topology (SecurityDeploymentTopology)
The cluster topology used to create the security deployment cluster
version (string)
The version of the Elasticsearch cluster

Exampleedit

{
   "name" : "string",
   "topology" : {
      "size" : {
         "resource" : "string",
         "value" : 0
      },
      "zone_count" : 0
   },
   "version" : "string"
}