route53recoverycontrolconfig_create_cluster: Create a new cluster

View source: R/route53recoverycontrolconfig_operations.R

route53recoverycontrolconfig_create_clusterR Documentation

Create a new cluster

Description

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.

See https://www.paws-r-sdk.com/docs/route53recoverycontrolconfig_create_cluster/ for full documentation.

Usage

route53recoverycontrolconfig_create_cluster(
  ClientToken = NULL,
  ClusterName,
  Tags = NULL
)

Arguments

ClientToken

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.

ClusterName

[required] The name of the cluster.

Tags

The tags associated with the cluster.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.