Skip to main content
Pulumi logo Pulumi logo
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AppManifestV1

AppManifestV1

    ManifestV1 captures meta-information about this checkpoint file, such as versions of binaries, etc.

    Properties

    • time string required
      Time of the update.
    • magic string required
      Magic number, used to identify integrity of the checkpoint.
    • version string required
      Version of the Pulumi engine used to render the checkpoint.
    • plugins array[AppPluginInfoV1] optional
      Plugins contains the binary version info of plug-ins used.
    • name string required
      The name
    • path string required
      The path
    • type enum required
      The type
      Values:
      analyzer — AnalyzerPlugin
      AnalyzerPlugin is a plugin that can be used as a resource analyzer.
      language — LanguagePlugin
      LanguagePlugin is a plugin that can be used as a language host.
      resource — ResourcePlugin
      ResourcePlugin is a plugin that can be used as a resource provider for custom CRUD operations.
      converter — ConverterPlugin
      ConverterPlugin is a plugin that can be used to convert from other ecosystems to Pulumi.
      tool — ToolPlugin
      ToolPlugin is an arbitrary plugin that can be run as a tool.
    • version string required
      The version number

      The infrastructure as code platform for any cloud.