GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::ApplicationInsights::Observation(3) User Contributed Perl Documentation Paws::ApplicationInsights::Observation(3)

Paws::ApplicationInsights::Observation

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

Describes an anomaly or error with the application.

The detail type of the CloudWatch Event-based observation, for example, "EC2 Instance State-change Notification".

The ID of the CloudWatch Event-based observation related to the detected problem.

The source of the CloudWatch Event.

The CodeDeploy application to which the deployment belongs.

The deployment group to which the CodeDeploy deployment belongs.

The deployment ID of the CodeDeploy-based observation related to the detected problem.

The instance group to which the CodeDeploy instance belongs.

The status of the CodeDeploy deployment, for example "SUCCESS" or " FAILURE".

The cause of an EBS CloudWatch event.

The type of EBS CloudWatch event, such as "createVolume", "deleteVolume" or "attachVolume".

The request ID of an EBS CloudWatch event.

The result of an EBS CloudWatch event, such as "failed" or "succeeded".

The state of the instance, such as "STOPPING" or "TERMINATING".

The time when the observation ended, in epoch seconds.

The Amazon Resource Name (ARN) of the AWS Health Event-based observation.

The description of the AWS Health event provided by the service, such as Amazon EC2.

The category of the AWS Health event, such as "issue".

The type of the AWS Health event, for example, "AWS_EC2_POWER_CONNECTIVITY_ISSUE".

The service to which the AWS Health Event belongs, such as EC2.

The ID of the observation type.

The timestamp in the CloudWatch Logs that specifies when the matched line occurred.

The log filter of the observation.

The log group name.

The log text of the observation.

The name of the observation metric.

The namespace of the observation metric.

The category of an RDS event.

The message of an RDS event.

The name of the S3 CloudWatch Event-based observation.

The source resource ARN of the observation.

The source type of the observation.

The time when the observation was first detected, in epoch seconds.

The Amazon Resource Name (ARN) of the step function-based observation.

The Amazon Resource Name (ARN) of the step function execution-based observation.

The input to the step function-based observation.

The status of the step function-related observation.

The unit of the source observation metric.

The value of the source observation metric.

The X-Ray request error percentage for this node.

The X-Ray request fault percentage for this node.

The name of the X-Ray node.

The type of the X-Ray node.

The X-Ray node request average latency for this node.

The X-Ray request count for this node.

The X-Ray request throttle percentage for this node.

This class forms part of Paws, describing an object used in Paws::ApplicationInsights

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>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.