NamedType

besom.codegen.metaschema.NamedType

A reference to a type in this or another document. The "ref" property must be present. The "type" property is ignored if it is present. No other properties may be present.

Value parameters

`type`

ignored; present for compatibility with existing schemas

typeUri

The URI of the referenced type. For example, the built-in Archive, Asset, and Any types are referenced as "pulumi.json#/Archive", "pulumi.json#/Asset", and "pulumi.json#/Any", respectively. A type from this document is referenced as "#/types/pulumi:type:token". A type from another document is referenced as "path#/types/pulumi:type:token", where path is of the form: "/provider/vX.Y.Z/schema.json" or "pulumi.json" or "http[s]://example.com/provider/vX.Y.Z/schema.json".

Attributes

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

Members list

Value members

Inherited methods

def plain: Boolean

Attributes

Returns

Indicates that when used as an input, this type does not accept eventual values.

Inherited from:
TypeReference

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product