LocationIdentifier
Union type for identifying an instrumentation configuration by code location or locationHash. Used in Get/Delete/GetStatus operations to allow flexible identification.
Inheritors
Types
Functions
Casts this LocationIdentifier as a CodeLocation and retrieves its aws.sdk.kotlin.services.applicationsignals.model.CodeLocation value. Throws an exception if the LocationIdentifier is not a CodeLocation.
Casts this LocationIdentifier as a CodeLocation and retrieves its aws.sdk.kotlin.services.applicationsignals.model.CodeLocation value. Returns null if the LocationIdentifier is not a CodeLocation.
Casts this LocationIdentifier as a LocationHash and retrieves its kotlin.String value. Throws an exception if the LocationIdentifier is not a LocationHash.
Casts this LocationIdentifier as a LocationHash and retrieves its kotlin.String value. Returns null if the LocationIdentifier is not a LocationHash.