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

AppPluginInfoV1

    PluginInfoV1 captures the version and information about a plugin.

    Properties

    • 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.