NodeFilters
Criteria for selecting nodes in a context graph query.
Contents
- category
-
Match nodes of any of these categories.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 4 items.
Valid Values:
GEN_AI_AGENT | GEN_AI_MODEL | DATABASE | MESSAGING_QUEUE | COMPUTE | STORAGE | NETWORKRequired: No
- cloudProvider
-
Match nodes on any of these cloud providers.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 50 items.
Required: No
- name
-
Match only nodes with this name.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Required: No
- namespace
-
Match nodes in any of these logical service groupings.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 50 items.
Required: No
- nodeId
-
Match only the node with this identifier.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: No
- nodeType
-
Match only nodes of this type.
Type: String
Valid Values:
SERVICE | RESOURCE | REMOTE_SERVICERequired: No
- region
-
Match nodes in any of these regions.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 50 items.
Required: No
- sourceAccountId
-
Match nodes discovered from telemetry produced by any of these accounts.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 50 items.
Required: No
- sources
-
Match nodes contributed by any of these discovery sources.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 20 items.
Valid Values:
VPC_FLOW_LOG | CLOUDTRAIL | IAM_POLICY | CODE_SEMANTICS | TELEMETRY | AZURE_VNET_FLOW_LOG | ELB_ACCESS_LOG | CLOUDFRONT_ACCESS_LOG | S3_ACCESS_LOG | WAF_ACCESS_LOG | AWS_INTEGRATION | CONFIGRequired: No
- stage
-
Match nodes observed in any of these deployment environments.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 50 items.
Required: No
-
Match nodes by the tags on the underlying resource.
Type: Array of KeyFilter objects
Array Members: Minimum number of 1 item. Maximum number of 5 items.
Required: No
- telemetryAttributes
-
Match nodes by their OpenTelemetry (OTel) telemetry attributes.
Type: Array of KeyFilter objects
Array Members: Minimum number of 1 item. Maximum number of 5 items.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: