#[non_exhaustive]
pub struct Builder { /* private fields */ }
Expand description

A builder for Observation

Implementations

The ID of the observation type.

The ID of the observation type.

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

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

The time when the observation ended, in epoch seconds.

The time when the observation ended, in epoch seconds.

The source type of the observation.

The source type of the observation.

The source resource ARN of the observation.

The source resource ARN of the observation.

The log group name.

The log group name.

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

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

The log text of the observation.

The log text of the observation.

The log filter of the observation.

The log filter of the observation.

The namespace of the observation metric.

The namespace of the observation metric.

The name of the observation metric.

The name of the observation metric.

The unit of the source observation metric.

The unit of the source observation metric.

The value of the source observation metric.

The value of the source observation metric.

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

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

The source of the CloudWatch Event.

The source of the CloudWatch Event.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

The deployment group to which the CodeDeploy deployment belongs.

The deployment group to which the CodeDeploy deployment belongs.

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

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

The CodeDeploy application to which the deployment belongs.

The CodeDeploy application to which the deployment belongs.

The instance group to which the CodeDeploy instance belongs.

The instance group to which the CodeDeploy instance belongs.

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

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

The category of an RDS event.

The category of an RDS event.

The message of an RDS event.

The message of an RDS event.

The name of the S3 CloudWatch Event-based observation.

The name of the S3 CloudWatch Event-based observation.

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

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

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

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

The status of the step function-related observation.

The status of the step function-related observation.

The input to the step function-based observation.

The input to the step function-based observation.

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

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

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

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

The cause of an EBS CloudWatch event.

The cause of an EBS CloudWatch event.

The request ID of an EBS CloudWatch event.

The request ID of an EBS CloudWatch event.

The X-Ray request fault percentage for this node.

The X-Ray request fault percentage for this node.

The X-Ray request throttle percentage for this node.

The X-Ray request throttle percentage for this node.

The X-Ray request error percentage for this node.

The X-Ray request error percentage for this node.

The X-Ray request count for this node.

The X-Ray request count for this node.

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

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

The name of the X-Ray node.

The name of the X-Ray node.

The type of the X-Ray node.

The type of the X-Ray node.

Consumes the builder and constructs a Observation

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more