View a markdown version of this page

LocationIdentifier - Application Signals

LocationIdentifier

Identifies an instrumentation configuration by code location or location hash. Used in the Get, Delete, and GetStatus operations to allow flexible identification.

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

CodeLocation

Identifies a code location to instrument, including the programming language, code unit, class, method, file path, and optional line number.

Type: CodeLocation object

Required: No

LocationHash

The pre-computed location hash (a 16-character hexadecimal string).

Type: String

Length Constraints: Fixed length of 16.

Required: No

See Also

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