Values.DiskSnapshotSourceDescribes a block storage disk snapshot.
type nonrec t = {name : ResourceName.t option;The name of the disk snapshot (my-disk-snapshot).
*)arn : NonEmptyString.t option;The Amazon Resource Name (ARN) of the disk snapshot.
*)supportCode : String_.t option;The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.
*)createdAt : IsoDate.t option;The date when the disk snapshot was created.
*)location : ResourceLocation.t option;The AWS Region and Availability Zone where the disk snapshot was created.
*)resourceType : ResourceType.t option;The Lightsail resource type (DiskSnapshot).
*)sizeInGb : Integer.t option;The size of the disk in GB.
*)state : DiskSnapshotState.t option;The status of the disk snapshot operation.
*)progress : String_.t option;The progress of the snapshot.
*)fromDiskName : ResourceName.t option;The unique name of the source disk from which the disk snapshot was created.
*)fromDiskArn : NonEmptyString.t option;The Amazon Resource Name (ARN) of the source disk from which the disk snapshot was created.
*)fromInstanceName : ResourceName.t option;The unique name of the source instance from which the disk (system volume) snapshot was created.
*)fromInstanceArn : NonEmptyString.t option;The Amazon Resource Name (ARN) of the source instance from which the disk (system volume) snapshot was created.
*)isFromAutoSnapshot : Boolean.t option;A Boolean value indicating whether the snapshot was created from an automatic snapshot.
*)}val make :
?name:??? ->
?arn:??? ->
?supportCode:??? ->
?createdAt:??? ->
?location:??? ->
?resourceType:??? ->
?tags:??? ->
?sizeInGb:??? ->
?state:??? ->
?progress:??? ->
?fromDiskName:??? ->
?fromDiskArn:??? ->
?fromInstanceName:??? ->
?fromInstanceArn:??? ->
?isFromAutoSnapshot:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of Integer.t
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of ResourceName.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list
| `Timestamp of IsoDate.t ])
list ]