IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface OutputLocation

    Describes the location where the restore job's output is stored.

    interface OutputLocation {
        S3?: S3Location;
    }
    Index

    Properties

    Properties

    Describes an S3 location that will receive the results of the restore request.