Values.CreateInstanceSnapshotRequestSourceCreates a snapshot of a specific virtual private server, or instance. You can use a snapshot to create a new instance that is based on that snapshot. The create instance snapshot operation supports tag-based access control via request tags. For more information, see the Amazon Lightsail Developer Guide.
type nonrec t = {instanceSnapshotName : ResourceName.t;The name for your new snapshot.
*)instanceName : ResourceName.t;The Lightsail instance on which to base your snapshot.
*)}val make :
?tags:??? ->
instanceSnapshotName:ResourceName.t ->
instanceName:ResourceName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of ResourceName.t ])
list ]