Skip to main content

ResourcesFilter

Narrows the resources list to only matching records.

All filters are combined with AND logic. Omit a filter to skip that criterion.

input ResourcesFilter {
origin: ResourceOriginFilter
resourceType: StringFilter
environmentId: IdFilter
search: String
}

Fields

ResourcesFilter.origin ● ResourceOriginFilter input {#origin}

Return only resources with the specified origin (IMPORTED or PROVISIONED).

ResourcesFilter.resourceType ● StringFilter input {#resource-type}

Return only resources of the given resource type, matched by the type's identifier (e.g., aws-iam-role, kubernetes-cluster).

ResourcesFilter.environmentId ● IdFilter input {#environment-id}

Return only resources provisioned into the specified environment(s). Imported resources have no environment and are excluded when this filter is set.

Full-text search across the resource name. Results are ranked by relevance unless you provide an explicit sort. For terms longer than 3 characters, name-prefix matches are also included. Note: pagination cursors returned by search results use offset-based pagination and are not interchangeable with cursors from non-search queries.

Member Of

resources query