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

GetPackageNavModule

    A module within a package navigation. Modules are flat: names like ‘s3/bucket’ are not split into nested children.

    Properties

    • name string required
      Module display name, resolved for the requested language. May contain ‘/’ (e.g. ‘s3/bucket’).
    • resources array[GetPackageNavItem] optional
      Resources in this module. Returned only when ‘depth=full’ is set.
    • typeToken string required
      The Pulumi type token identifying this resource or function (e.g. ‘random:index/randomPassword:RandomPassword’).
    • name string required
      The display name, resolved for the requested language.
    • functions array[GetPackageNavItem] optional
      Functions in this module. Returned only when ‘depth=full’ is set.
    • typeToken string required
      The Pulumi type token identifying this resource or function (e.g. ‘random:index/randomPassword:RandomPassword’).
    • name string required
      The display name, resolved for the requested language.
    • resourcesTotal integer required
      Total resources in this module, independent of ‘q’.
    • functionsTotal integer required
      Total functions in this module, independent of ‘q’.