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
createdstring optionalThe ISO 8601 timestamp when the resource was first indexed.customboolean optionalWhether this is a custom resource managed by a provider plugin.deleteboolean optionalWhether this resource is pending deletion.dependenciesarray[string] optionalURNs of resources that this resource depends on.externalboolean optionalWhether the lifecycle of this resource is not managed by Pulumi.idstring optionalThe provider-assigned resource ID.matchesmap[string]array optionalMatched search terms mapped to their highlighted values.modifiedstring optionalThe ISO 8601 timestamp when the resource was last updated in the index.modulestring requiredThe module that contains this resource.namestring optionalThe name of the resource.packagestring requiredThe package that provides this resource.parent_urnstring optionalThe URN of the parent resource, if any.pendingstring optionalThe pending operation on this resource, if any (e.g. creating, updating, deleting).projectstring optionalThe project that contains this resource.protectedboolean optionalWhether this resource is protected from deletion.provider_urnstring optionalThe URN of the provider for this resource.stackstring optionalThe stack that contains this resource.typestring optionalThe full type token of the resource (e.g. aws:s3/bucket:Bucket).urnstring optionalThe URN uniquely identifying this resource within a stack.teamsarray[string] optionalThe teams that have access to this resource.propertiesobject optionalThe resource’s input/output properties as a JSON object. Only populated when explicitly requested.metadataobject optionalAdditional metadata associated with the resource.categorystring optionalThe category of the resource.accountstring optionalThe Insights account name that discovered or manages this resource.dependentsarray[string] optionalURNs of resources that depend on this resource.managedstring optionalWhether this resource is managed by Pulumi IaC stacks or discovered by Insights scanning. One of ‘managed’ or ‘discovered’.fingerprintstring optionalA fingerprint uniquely identifying this resource’s state.sourceCountinteger optionalThe number of sources for this resource.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.