FileAsset is a kind of asset produced from a given path to a file on the local filesystem.

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

path: Promise<string>

The path to the asset file.

Methods

  • Returns true if the given object is an instance of an Asset. This is designed to work even when multiple copies of the Pulumi SDK have been loaded into the same process.

    Parameters

    • obj: any

    Returns obj is Asset

Generated using TypeDoc