StringAsset is a kind of asset produced from an in-memory UTF8-encoded string.

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

text: Promise<string>

The string contents.

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