ResourceTypesFilter
Filters for narrowing the resource types list.
input ResourceTypesFilter {
id: IdFilter
search: String
}
Fields
ResourceTypesFilter.id ● IdFilter input {#id}
Filter by resource type identifier (e.g., aws-iam-role, kubernetes-cluster). Append @<version> (e.g., aws-iam-role@1.2.3) to match a specific published version; a bare identifier matches the type's 0.0.0 document.
ResourceTypesFilter.search ● String scalar {#search}
Full-text search across the resource type's display name and identifier (e.g., "iam" matches AWS IAM Role / aws-iam-role). Results are ranked by relevance unless you provide an explicit sort. For terms longer than 3 characters, identifier-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
resourceTypes query