PulumiToken

besom.codegen.PulumiToken
See thePulumiToken companion object
case class PulumiToken extends RawToken

The parsed Pulumi type token used in Pulumi schema in a clean, canonical form, that enforces all three parts present

Value parameters

module

the module name

name

the type name

provider

the provider name

raw

the raw Pulumi type token

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait RawToken
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Transform the Pulumi type token to a Pulumi definition coordinates

Transform the Pulumi type token to a Pulumi definition coordinates

Value parameters

packageInfo

the Pulumi package containing the schema information

Attributes

Returns

the Pulumi definition coordinates for the given Pulumi type token

Inherited methods

Lookup key is used during Pulumi schema parsing to recognize known elements

Lookup key is used during Pulumi schema parsing to recognize known elements

Attributes

Returns

the uniform representation of raw token

Inherited from:
RawToken

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product