Values.RelationalDatabaseSnapshotSourceDescribes a database snapshot.
type nonrec t = {name : ResourceName.t option;The name of the database snapshot.
*)arn : NonEmptyString.t option;The Amazon Resource Name (ARN) of the database snapshot.
*)supportCode : String_.t option;The support code for the database snapshot. Include this code in your email to support when you have questions about a database snapshot in Lightsail. This code enables our support team to look up your Lightsail information more easily.
*)createdAt : IsoDate.t option;The timestamp when the database snapshot was created.
*)location : ResourceLocation.t option;The Region name and Availability Zone where the database snapshot is located.
*)resourceType : ResourceType.t option;The Lightsail resource type.
*)engine : NonEmptyString.t option;The software of the database snapshot (for example, MySQL)
*)engineVersion : NonEmptyString.t option;The database engine version for the database snapshot (for example, 5.7.23).
*)sizeInGb : Integer.t option;The size of the disk in GB (for example, 32) for the database snapshot.
*)state : NonEmptyString.t option;The state of the database snapshot.
*)fromRelationalDatabaseName : NonEmptyString.t option;The name of the source database from which the database snapshot was created.
*)fromRelationalDatabaseArn : NonEmptyString.t option;The Amazon Resource Name (ARN) of the database from which the database snapshot was created.
*)fromRelationalDatabaseBundleId : String_.t option;The bundle ID of the database from which the database snapshot was created.
*)fromRelationalDatabaseBlueprintId : String_.t option;The blueprint ID of the database from which the database snapshot was created. A blueprint describes the major engine version of a database.
*)}val make :
?name:??? ->
?arn:??? ->
?supportCode:??? ->
?createdAt:??? ->
?location:??? ->
?resourceType:??? ->
?tags:??? ->
?engine:??? ->
?engineVersion:??? ->
?sizeInGb:??? ->
?state:??? ->
?fromRelationalDatabaseName:??? ->
?fromRelationalDatabaseArn:??? ->
?fromRelationalDatabaseBundleId:??? ->
?fromRelationalDatabaseBlueprintId:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `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 ]