Enum InstrumentationConfigurationStatus

java.lang.Object
java.lang.Enum<InstrumentationConfigurationStatus>
software.amazon.awssdk.services.applicationsignals.model.InstrumentationConfigurationStatus
All Implemented Interfaces:
Serializable, Comparable<InstrumentationConfigurationStatus>

@Generated("software.amazon.awssdk:codegen") public enum InstrumentationConfigurationStatus extends Enum<InstrumentationConfigurationStatus>

The status of an instrumentation configuration on a host.

  • READY - The configuration has been applied but has not been hit yet.

  • ERROR - Applying the configuration failed; see the error cause.

  • ACTIVE - The configuration has been hit and is capturing data.

  • DISABLED - The configuration was disabled, for example because a limit was reached.