View a markdown version of this page

EdgeProperties - Amazon CloudWatch Omni

EdgeProperties

Edge attributes promoted out of the flat attribute map onto typed members. Which members are present depends entirely on what produced the edge, so most edges carry only a few of them.

Contents

blocked

Whether the observed network flow was denied. Absent means the edge was not derived from network flow data, which is not the same as allowed.

Type: Boolean

Required: No

destinationPort

The destination port of the observed traffic. May be a placeholder when the port is unknown.

Type: String

Required: No

errorCode

The error code returned when the call was attempted and refused. Its presence means the edge exists but the dependency is failing.

Type: String

Required: No

httpMethod

The HTTP method observed on the request.

Type: String

Required: No

httpStatusCode

The HTTP status code observed on the request. Distinct from errorCode.

Type: String

Required: No

protocol

The IANA protocol name for the observed network traffic, such as "tcp".

Type: String

Required: No

serviceInitiated

Whether the caller was an AWS service principal rather than a user or role. Absent means the edge was not derived from a source that reports it.

Type: Boolean

Required: No

sourcePort

The source port of the observed traffic. May be a placeholder when the port is unknown.

Type: String

Required: No

trafficStats

Traffic counters accumulated over the edge's observation window.

Type: EdgeTrafficStats object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: