RemoteAsset is a kind of asset produced from a given URI string. The
URI's scheme dictates the protocol for fetching contents: file:// specifies
a local file, http:// and https:// specify HTTP and HTTPS, respectively.
Note that specific providers may recognize alternative schemes; this is
merely the smallest set that all providers support.
Returns true if the given object is an Asset. This is designed to
work even when multiple copies of the Pulumi SDK have been loaded into
the same process.
RemoteAsset is a kind of asset produced from a given URI string. The URI's scheme dictates the protocol for fetching contents:
file://
specifies a local file,http://
andhttps://
specify HTTP and HTTPS, respectively. Note that specific providers may recognize alternative schemes; this is merely the smallest set that all providers support.