ResourceTypesFilter
Filters for narrowing the resource types list.
input ResourceTypesFilter {
id: StringFilter
search: String
}
Fields
ResourceTypesFilter.id ● StringFilter input {#id}
Filter by resource type identifier (e.g., aws-iam-role, kubernetes-cluster).
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