AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes an anomaly or error with the application.

Inheritance Hierarchy

System.Object
  Amazon.ApplicationInsights.Model.Observation

Namespace: Amazon.ApplicationInsights.Model
Assembly: AWSSDK.ApplicationInsights.dll
Version: 3.x.y.z

Syntax

C#
public class Observation

The Observation type exposes the following members

Constructors

NameDescription
Public Method Observation()

Properties

NameTypeDescription
Public Property CloudWatchEventDetailType System.String

Gets and sets the property CloudWatchEventDetailType.

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

Public Property CloudWatchEventId System.String

Gets and sets the property CloudWatchEventId.

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

Public Property CloudWatchEventSource Amazon.ApplicationInsights.CloudWatchEventSource

Gets and sets the property CloudWatchEventSource.

The source of the CloudWatch Event.

Public Property CodeDeployApplication System.String

Gets and sets the property CodeDeployApplication.

The CodeDeploy application to which the deployment belongs.

Public Property CodeDeployDeploymentGroup System.String

Gets and sets the property CodeDeployDeploymentGroup.

The deployment group to which the CodeDeploy deployment belongs.

Public Property CodeDeployDeploymentId System.String

Gets and sets the property CodeDeployDeploymentId.

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

Public Property CodeDeployInstanceGroupId System.String

Gets and sets the property CodeDeployInstanceGroupId.

The instance group to which the CodeDeploy instance belongs.

Public Property CodeDeployState System.String

Gets and sets the property CodeDeployState.

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

Public Property EbsCause System.String

Gets and sets the property EbsCause.

The cause of an EBS CloudWatch event.

Public Property EbsEvent System.String

Gets and sets the property EbsEvent.

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

Public Property EbsRequestId System.String

Gets and sets the property EbsRequestId.

The request ID of an EBS CloudWatch event.

Public Property EbsResult System.String

Gets and sets the property EbsResult.

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

Public Property Ec2State System.String

Gets and sets the property Ec2State.

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

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

The time when the observation ended, in epoch seconds.

Public Property HealthEventArn System.String

Gets and sets the property HealthEventArn.

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

Public Property HealthEventDescription System.String

Gets and sets the property HealthEventDescription.

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

Public Property HealthEventTypeCategory System.String

Gets and sets the property HealthEventTypeCategory.

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

Public Property HealthEventTypeCode System.String

Gets and sets the property HealthEventTypeCode.

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

Public Property HealthService System.String

Gets and sets the property HealthService.

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

Public Property Id System.String

Gets and sets the property Id.

The ID of the observation type.

Public Property LineTime System.DateTime

Gets and sets the property LineTime.

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

Public Property LogFilter Amazon.ApplicationInsights.LogFilter

Gets and sets the property LogFilter.

The log filter of the observation.

Public Property LogGroup System.String

Gets and sets the property LogGroup.

The log group name.

Public Property LogText System.String

Gets and sets the property LogText.

The log text of the observation.

Public Property MetricName System.String

Gets and sets the property MetricName.

The name of the observation metric.

Public Property MetricNamespace System.String

Gets and sets the property MetricNamespace.

The namespace of the observation metric.

Public Property RdsEventCategories System.String

Gets and sets the property RdsEventCategories.

The category of an RDS event.

Public Property RdsEventMessage System.String

Gets and sets the property RdsEventMessage.

The message of an RDS event.

Public Property S3EventName System.String

Gets and sets the property S3EventName.

The name of the S3 CloudWatch Event-based observation.

Public Property SourceARN System.String

Gets and sets the property SourceARN.

The source resource ARN of the observation.

Public Property SourceType System.String

Gets and sets the property SourceType.

The source type of the observation.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

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

Public Property StatesArn System.String

Gets and sets the property StatesArn.

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

Public Property StatesExecutionArn System.String

Gets and sets the property StatesExecutionArn.

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

Public Property StatesInput System.String

Gets and sets the property StatesInput.

The input to the step function-based observation.

Public Property StatesStatus System.String

Gets and sets the property StatesStatus.

The status of the step function-related observation.

Public Property Unit System.String

Gets and sets the property Unit.

The unit of the source observation metric.

Public Property Value System.Double

Gets and sets the property Value.

The value of the source observation metric.

Public Property XRayErrorPercent System.Int32

Gets and sets the property XRayErrorPercent.

The X-Ray request error percentage for this node.

Public Property XRayFaultPercent System.Int32

Gets and sets the property XRayFaultPercent.

The X-Ray request fault percentage for this node.

Public Property XRayNodeName System.String

Gets and sets the property XRayNodeName.

The name of the X-Ray node.

Public Property XRayNodeType System.String

Gets and sets the property XRayNodeType.

The type of the X-Ray node.

Public Property XRayRequestAverageLatency System.Int64

Gets and sets the property XRayRequestAverageLatency.

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

Public Property XRayRequestCount System.Int32

Gets and sets the property XRayRequestCount.

The X-Ray request count for this node.

Public Property XRayThrottlePercent System.Int32

Gets and sets the property XRayThrottlePercent.

The X-Ray request throttle percentage for this node.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5