Values.StartResourceSnapshotJobRequestSourceStarts a resource snapshot job that has been previously created.
type nonrec t = {catalog : CatalogIdentifier.t;Specifies the catalog related to the request. Valid values are: AWS: Starts the request from the production AWS environment. Sandbox: Starts the request from a sandbox environment used for testing or development purposes.
*)resourceSnapshotJobIdentifier : ResourceSnapshotJobIdentifier.t;The identifier of the resource snapshot job to start.
*)}val make :
catalog:CatalogIdentifier.t ->
resourceSnapshotJobIdentifier:ResourceSnapshotJobIdentifier.t ->
unit ->
t