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

InsightsResourceWithReferences

    An Insights resource along with its inbound and outbound references.

    Properties

    • resource InsightsResourceWithVersion required
      The Insights resource with version information
    • account string required
      The account name containing the resource
    • type string required
      The resource type
    • id string required
      The resource identifier
    • version integer required
      The resource version number
    • modified string required
      When the resource was last modified
    • state object optional
      The raw resource state
    • policyState string optional
      The policy evaluation state for the resource
    • indexedResource ResourceResult required
      The indexed resource result
    • 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.
    • urn string required
      The resource URN
    • from array[InsightsResourceWithReferences] required
      Resources that reference this resource
    • resource InsightsResourceWithVersion required
      The Insights resource with version information
    • indexedResource ResourceResult required
      The indexed resource result
    • urn string required
      The resource URN
    • from array[InsightsResourceWithReferences] required
      Resources that reference this resource
    • to array[InsightsResourceWithReferences] required
      Resources that this resource references
    • Resources that this resource references
    • resource InsightsResourceWithVersion required
      The Insights resource with version information
    • indexedResource ResourceResult required
      The indexed resource result
    • urn string required
      The resource URN
    • from array[InsightsResourceWithReferences] required
      Resources that reference this resource
    • to array[InsightsResourceWithReferences] required
      Resources that this resource references

      The infrastructure as code platform for any cloud.