@pulumi/pulumi - v3.262.0
    Preparing search index...

    Class RemoteArchive

    A RemoteArchive is a file-based archive fetched from a remote location. The URI's scheme dictates the protocol for fetching the archive's contents: file:// is a local file (just like a FileArchive), http:// and https:// specify HTTP and HTTPS, respectively, and specific providers may recognize custom schemes.

    Hierarchy (View Summary)

    Index
    uri: Promise<string>

    The URI where the archive lives.