Values.CreateClusterSnapshotInputSourceCreates a snapshot of an elastic cluster.
type nonrec t = {clusterArn : String_.t;The ARN identifier of the elastic cluster of which you want to create a snapshot.
*)snapshotName : CreateClusterSnapshotInputSnapshotNameString.t;The name of the new elastic cluster snapshot.
*)}val make :
?tags:??? ->
clusterArn:String_.t ->
snapshotName:CreateClusterSnapshotInputSnapshotNameString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of String_.t ])
list ]