Values.SecondaryClusterInfoSourceThe AvailabilityZone and ClusterNodes information of the secondary compute unit.
type nonrec t = {availabilityZone : String_.t option;The name of the Availability Zone in which the secondary compute unit of the cluster is located.
*)clusterNodes : ClusterNodesList.t option;The nodes in the secondary compute unit.
*)}