Skip to main content
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. RegistryDocsTypeRef

RegistryDocsTypeRef

    A reference to a type, either local (within the same package) or remote (in another package). For local types the type token matches a supportingTypes entry. For remote types, package and version identify the external package.

    Properties

    • typeToken string required
      The Pulumi type token of the referenced type.
    • package string optional
      The package identifier for remote types (e.g. ‘pulumi/pulumi/aws’). Absent for local types within the same package.
    • version string optional
      The version of the remote package. Absent for local types.