Module Values.GetResourceSnapshotJobRequestSource

Use this action to retrieves information about a specific resource snapshot job.

Sourcetype nonrec t = {
  1. catalog : CatalogIdentifier.t;
    (*

    Specifies the catalog related to the request. Valid values are: AWS: Retrieves the snapshot job from the production AWS environment. Sandbox: Retrieves the snapshot job from a sandbox environment used for testing or development purposes.

    *)
  2. resourceSnapshotJobIdentifier : ResourceSnapshotJobIdentifier.t;
    (*

    The unique identifier of the resource snapshot job to be retrieved. This identifier is crucial for pinpointing the specific job you want to query.

    *)
}
Sourceval context_ : string
Sourceval make : catalog:CatalogIdentifier.t -> resourceSnapshotJobIdentifier:ResourceSnapshotJobIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CatalogIdentifier.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