1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. ResourceResult

ResourceResult

    ResourceResult is the user-facing type for our indexed resources. If you add a property here, don’t forget to update fieldMappings to make it queryable!

    Properties

    • created string optional
      The ISO 8601 timestamp when the resource was first indexed.
    • custom boolean optional
      Whether this is a custom resource managed by a provider plugin.
    • delete boolean optional
      Whether this resource is pending deletion.
    • dependencies array[string] optional
      URNs of resources that this resource depends on.
    • external boolean optional
      Whether the lifecycle of this resource is not managed by Pulumi.
    • id string optional
      The provider-assigned resource ID.
    • matches map[string]array optional
      Matched search terms mapped to their highlighted values.
    • modified string optional
      The ISO 8601 timestamp when the resource was last updated in the index.
    • module string required
      The module that contains this resource.
    • name string optional
      The name of the resource.
    • package string required
      The package that provides this resource.
    • parent_urn string optional
      The URN of the parent resource, if any.
    • pending string optional
      The pending operation on this resource, if any (e.g. creating, updating, deleting).
    • project string optional
      The project that contains this resource.
    • protected boolean optional
      Whether this resource is protected from deletion.
    • provider_urn string optional
      The URN of the provider for this resource.
    • stack string optional
      The stack that contains this resource.
    • type string optional
      The full type token of the resource (e.g. aws:s3/bucket:Bucket).
    • urn string optional
      The URN uniquely identifying this resource within a stack.
    • teams array[string] optional
      The teams that have access to this resource.
    • properties object optional
      The resource’s input/output properties as a JSON object. Only populated when explicitly requested.
    • metadata object optional
      Additional metadata associated with the resource.
    • category string optional
      The category of the resource.
    • account string optional
      The Insights account name that discovered or manages this resource.
    • dependents array[string] optional
      URNs of resources that depend on this resource.
    • managed string optional
      Whether this resource is managed by Pulumi IaC stacks or discovered by Insights scanning. One of ‘managed’ or ‘discovered’.
    • fingerprint string optional
      A fingerprint uniquely identifying this resource’s state.
    • sourceCount integer optional
      The number of sources for this resource.