![]() |
![]()
| ![]() |
![]()
NAMEPaws::ApplicationInsights::Observation USAGEThis 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 DESCRIPTIONDescribes an anomaly or error with the application. ATTRIBUTESCloudWatchEventDetailType => StrThe detail type of the CloudWatch Event-based observation, for example, "EC2 Instance State-change Notification". CloudWatchEventId => StrThe ID of the CloudWatch Event-based observation related to the detected problem. CloudWatchEventSource => StrThe source of the CloudWatch Event. CodeDeployApplication => StrThe CodeDeploy application to which the deployment belongs. CodeDeployDeploymentGroup => StrThe deployment group to which the CodeDeploy deployment belongs. CodeDeployDeploymentId => StrThe deployment ID of the CodeDeploy-based observation related to the detected problem. CodeDeployInstanceGroupId => StrThe instance group to which the CodeDeploy instance belongs. CodeDeployState => StrThe status of the CodeDeploy deployment, for example "SUCCESS" or " FAILURE". EbsCause => StrThe cause of an EBS CloudWatch event. EbsEvent => StrThe type of EBS CloudWatch event, such as "createVolume", "deleteVolume" or "attachVolume". EbsRequestId => StrThe request ID of an EBS CloudWatch event. EbsResult => StrThe result of an EBS CloudWatch event, such as "failed" or "succeeded". Ec2State => StrThe state of the instance, such as "STOPPING" or "TERMINATING". EndTime => StrThe time when the observation ended, in epoch seconds. HealthEventArn => StrThe Amazon Resource Name (ARN) of the AWS Health Event-based observation. HealthEventDescription => StrThe description of the AWS Health event provided by the service, such as Amazon EC2. HealthEventTypeCategory => StrThe category of the AWS Health event, such as "issue". HealthEventTypeCode => StrThe type of the AWS Health event, for example, "AWS_EC2_POWER_CONNECTIVITY_ISSUE". HealthService => StrThe service to which the AWS Health Event belongs, such as EC2. Id => StrThe ID of the observation type. LineTime => StrThe timestamp in the CloudWatch Logs that specifies when the matched line occurred. LogFilter => StrThe log filter of the observation. LogGroup => StrThe log group name. LogText => StrThe log text of the observation. MetricName => StrThe name of the observation metric. MetricNamespace => StrThe namespace of the observation metric. RdsEventCategories => StrThe category of an RDS event. RdsEventMessage => StrThe message of an RDS event. S3EventName => StrThe name of the S3 CloudWatch Event-based observation. SourceARN => StrThe source resource ARN of the observation. SourceType => StrThe source type of the observation. StartTime => StrThe time when the observation was first detected, in epoch seconds. StatesArn => StrThe Amazon Resource Name (ARN) of the step function-based observation. StatesExecutionArn => StrThe Amazon Resource Name (ARN) of the step function execution-based observation. StatesInput => StrThe input to the step function-based observation. StatesStatus => StrThe status of the step function-related observation. Unit => StrThe unit of the source observation metric. Value => NumThe value of the source observation metric. XRayErrorPercent => IntThe X-Ray request error percentage for this node. XRayFaultPercent => IntThe X-Ray request fault percentage for this node. XRayNodeName => StrThe name of the X-Ray node. XRayNodeType => StrThe type of the X-Ray node. XRayRequestAverageLatency => IntThe X-Ray node request average latency for this node. XRayRequestCount => IntThe X-Ray request count for this node. XRayThrottlePercent => IntThe X-Ray request throttle percentage for this node. SEE ALSOThis class forms part of Paws, describing an object used in Paws::ApplicationInsights BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|