EdgeFilters
Criteria for filtering edges in a context graph query.
Contents
- edgeId
-
Match only the edge with this identifier.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: No
- edgeType
-
Match only edges of this relationship kind.
Type: String
Valid Values:
CALLS | ACCESSES | RUNS_ONRequired: No
- from
-
Match only edges originating from this node identifier.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: No
- operations
-
Match edges carrying any of these operations.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 50 items.
Required: No
- sources
-
Match edges 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
- telemetryAttributes
-
Match edges by their OpenTelemetry (OTel) telemetry attributes. Not yet enforced: currently accepted but ignored (does not filter), matching nodeFilters.telemetryAttributes.
Type: Array of KeyFilter objects
Array Members: Minimum number of 1 item. Maximum number of 5 items.
Required: No
- to
-
Match only edges pointing to this node identifier.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: