Module Values.CreateClusterSnapshotInputSource

Creates a snapshot of an elastic cluster.

Sourcetype nonrec t = {
  1. clusterArn : String_.t;
    (*

    The ARN identifier of the elastic cluster of which you want to create a snapshot.

    *)
  2. snapshotName : CreateClusterSnapshotInputSnapshotNameString.t;
    (*

    The name of the new elastic cluster snapshot.

    *)
  3. tags : TagMap.t option;
    (*

    The tags to be assigned to the new elastic cluster snapshot.

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> clusterArn:String_.t -> snapshotName:CreateClusterSnapshotInputSnapshotNameString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t