PulumiPackage

besom.codegen.metaschema.PulumiPackage
See thePulumiPackage companion class
object PulumiPackage

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

Reads a Pulumi package from a Pulumi schema JSON file

Reads a Pulumi package from a Pulumi schema JSON file

Value parameters

filePath

the path to the Pulumi schema JSON file

Attributes

Returns

the Pulumi package

Reads a Pulumi package from a Pulumi schema JSON string

Reads a Pulumi package from a Pulumi schema JSON string

Value parameters

input

the Pulumi schema JSON string

Attributes

Returns

the Pulumi package

Implicits

Implicits

implicit val reader: Reader[PulumiPackage]