Values.GetResourceSnapshotJobRequestSourceUse this action to retrieves information about a specific resource snapshot job.
type nonrec t = {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.
*)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.
*)}val make :
catalog:CatalogIdentifier.t ->
resourceSnapshotJobIdentifier:ResourceSnapshotJobIdentifier.t ->
unit ->
t