v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14259886.7 KB

Create a new cluster. A cluster is a set of redundant Regional endpoints against which you can run API calls to update or get the state of one or more routing controls. Each cluster has a name, status, Amazon Resource Name (ARN), and an array of the five cluster endpoints (one for each supported Amazon Web Services Region) that you can use with API calls to the cluster data plane.

post/cluster

Request body

ClientTokenstring

A unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request with an action, specify a client token in the request.

ClusterNamestring required

The name of the cluster.

Tagsobject

The tags associated with the cluster.

NetworkType'IPV4' | 'DUALSTACK'
<p>The network type of a cluster. NetworkType can be one of the following:</p> <p>IPV4: Cluster endpoints support IPv4 only.</p> <p>DUALSTACK: Cluster endpoints support both IPv4 and IPv6.</p>

Response

Success