Update a cluster
The following is an example of a request to update a cluster, and the response.
aws route53-recovery-control-config update-cluster \ --cluster-arn arn:aws:route53-recovery-control::123456789123:cluster/12341234-1234-1234-1234-123412341234 \ --network-type DUALSTACK
"Cluster": { "ClusterArn": "arn:aws:route53-recovery-control::123456789123:cluster/12341234-1234-1234-1234-123412341234", "Name": "test", "Status": "PENDING", "Owner": "123456789123", "NetworkType": "DUALSTACK" }