NAME
Paws::ApplicationInsights::Observation
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::ApplicationInsights::Observation object:
$service_obj->Method(Att1 => { CloudWatchEventDetailType => $value, ..., XRayThrottlePercent => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::ApplicationInsights::Observation object:
$result = $service_obj->Method(...);
$result->Att1->CloudWatchEventDetailType
DESCRIPTION
Describes an anomaly or error with the application.
ATTRIBUTES
CloudWatchEventDetailType => Str
The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification
.
CloudWatchEventId => Str
The ID of the CloudWatch Event-based observation related to the detected problem.
CloudWatchEventSource => Str
The source of the CloudWatch Event.
CodeDeployApplication => Str
The CodeDeploy application to which the deployment belongs.
CodeDeployDeploymentGroup => Str
The deployment group to which the CodeDeploy deployment belongs.
CodeDeployDeploymentId => Str
The deployment ID of the CodeDeploy-based observation related to the detected problem.
CodeDeployInstanceGroupId => Str
The instance group to which the CodeDeploy instance belongs.
CodeDeployState => Str
The status of the CodeDeploy deployment, for example SUCCESS
or FAILURE
.
EbsCause => Str
The cause of an EBS CloudWatch event.
EbsEvent => Str
The type of EBS CloudWatch event, such as createVolume
, deleteVolume
or attachVolume
.
EbsRequestId => Str
The request ID of an EBS CloudWatch event.
EbsResult => Str
The result of an EBS CloudWatch event, such as failed
or succeeded
.
Ec2State => Str
The state of the instance, such as STOPPING
or TERMINATING
.
EndTime => Str
The time when the observation ended, in epoch seconds.
HealthEventArn => Str
The Amazon Resource Name (ARN) of the AWS Health Event-based observation.
HealthEventDescription => Str
The description of the AWS Health event provided by the service, such as Amazon EC2.
HealthEventTypeCategory => Str
The category of the AWS Health event, such as issue
.
HealthEventTypeCode => Str
The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE
.
HealthService => Str
The service to which the AWS Health Event belongs, such as EC2.
Id => Str
The ID of the observation type.
LineTime => Str
The timestamp in the CloudWatch Logs that specifies when the matched line occurred.
LogFilter => Str
The log filter of the observation.
LogGroup => Str
The log group name.
LogText => Str
The log text of the observation.
MetricName => Str
The name of the observation metric.
MetricNamespace => Str
The namespace of the observation metric.
RdsEventCategories => Str
The category of an RDS event.
RdsEventMessage => Str
The message of an RDS event.
S3EventName => Str
The name of the S3 CloudWatch Event-based observation.
SourceARN => Str
The source resource ARN of the observation.
SourceType => Str
The source type of the observation.
StartTime => Str
The time when the observation was first detected, in epoch seconds.
StatesArn => Str
The Amazon Resource Name (ARN) of the step function-based observation.
StatesExecutionArn => Str
The Amazon Resource Name (ARN) of the step function execution-based observation.
StatesInput => Str
The input to the step function-based observation.
StatesStatus => Str
The status of the step function-related observation.
Unit => Str
The unit of the source observation metric.
Value => Num
The value of the source observation metric.
XRayErrorPercent => Int
The X-Ray request error percentage for this node.
XRayFaultPercent => Int
The X-Ray request fault percentage for this node.
XRayNodeName => Str
The name of the X-Ray node.
XRayNodeType => Str
The type of the X-Ray node.
XRayRequestAverageLatency => Int
The X-Ray node request average latency for this node.
XRayRequestCount => Int
The X-Ray request count for this node.
XRayThrottlePercent => Int
The X-Ray request throttle percentage for this node.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::ApplicationInsights
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues