_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
related_observations
Observations related to the problem. | STRUCT( "observation_list" STRUCT( "id" VARCHAR, "start_time" TIMESTAMP_S, "end_time" TIMESTAMP_S, "source_type" VARCHAR, "source_arn" VARCHAR, "log_group" VARCHAR, "line_time" TIMESTAMP_S, "log_text" VARCHAR, "log_filter" VARCHAR, "metric_namespace" VARCHAR, "metric_name" VARCHAR, "unit" VARCHAR, "value" DOUBLE, "cloud_watch_event_id" VARCHAR, "cloud_watch_event_source" VARCHAR, "cloud_watch_event_detail_type" VARCHAR, "health_event_arn" VARCHAR, "health_service" VARCHAR, "health_event_type_code" VARCHAR, "health_event_type_category" VARCHAR, "health_event_description" VARCHAR, "code_deploy_deployment_id" VARCHAR, "code_deploy_deployment_group" VARCHAR, "code_deploy_state" VARCHAR, "code_deploy_application" VARCHAR, "code_deploy_instance_group_id" VARCHAR, "ec2_state" VARCHAR, "rds_event_categories" VARCHAR, "rds_event_message" VARCHAR, "s3_event_name" VARCHAR, "states_execution_arn" VARCHAR, "states_arn" VARCHAR, "states_status" VARCHAR, "states_input" VARCHAR, "ebs_event" VARCHAR, "ebs_result" VARCHAR, "ebs_cause" VARCHAR, "ebs_request_id" VARCHAR, "x_ray_fault_percent" BIGINT, "x_ray_throttle_percent" BIGINT, "x_ray_error_percent" BIGINT, "x_ray_request_count" BIGINT, "x_ray_request_average_latency" BIGINT, "x_ray_node_name" VARCHAR, "x_ray_node_type" VARCHAR )[] ) |
Show child fields- related_observations.observation_list[]
Show child fields- related_observations.observation_list[].cloud_watch_event_detail_type
The detail type of the CloudWatch Event-based observation, for example, EC2 Instance State-change Notification.
- related_observations.observation_list[].cloud_watch_event_id
The ID of the CloudWatch Event-based observation related to the detected problem.
- related_observations.observation_list[].cloud_watch_event_source
The source of the CloudWatch Event.
- related_observations.observation_list[].code_deploy_application
The CodeDeploy application to which the deployment belongs.
- related_observations.observation_list[].code_deploy_deployment_group
The deployment group to which the CodeDeploy deployment belongs.
- related_observations.observation_list[].code_deploy_deployment_id
The deployment ID of the CodeDeploy-based observation related to the detected problem.
- related_observations.observation_list[].code_deploy_instance_group_id
The instance group to which the CodeDeploy instance belongs.
- related_observations.observation_list[].code_deploy_state
The status of the CodeDeploy deployment, for example SUCCESS or FAILURE.
- related_observations.observation_list[].ebs_cause
The cause of an EBS CloudWatch event.
- related_observations.observation_list[].ebs_event
The type of EBS CloudWatch event, such as createVolume, deleteVolume or attachVolume.
- related_observations.observation_list[].ebs_request_id
The request ID of an EBS CloudWatch event.
- related_observations.observation_list[].ebs_result
The result of an EBS CloudWatch event, such as failed or succeeded.
- related_observations.observation_list[].ec2_state
The state of the instance, such as STOPPING or TERMINATING.
- related_observations.observation_list[].end_time
The time when the observation ended, in epoch seconds.
- related_observations.observation_list[].health_event_arn
The Amazon Resource Name (ARN) of the AWS Health Event-based observation.
- related_observations.observation_list[].health_event_description
The description of the AWS Health event provided by the service, such as Amazon EC2.
- related_observations.observation_list[].health_event_type_category
The category of the AWS Health event, such as issue.
- related_observations.observation_list[].health_event_type_code
The type of the AWS Health event, for example, AWS_EC2_POWER_CONNECTIVITY_ISSUE.
- related_observations.observation_list[].health_service
The service to which the AWS Health Event belongs, such as EC2.
- related_observations.observation_list[].id
The ID of the observation type.
- related_observations.observation_list[].line_time
The timestamp in the CloudWatch Logs that specifies when the matched line occurred.
- related_observations.observation_list[].log_filter
The log filter of the observation.
- related_observations.observation_list[].log_group
The log group name.
- related_observations.observation_list[].log_text
The log text of the observation.
- related_observations.observation_list[].metric_name
The name of the observation metric.
- related_observations.observation_list[].metric_namespace
The namespace of the observation metric.
- related_observations.observation_list[].rds_event_categories
The category of an RDS event.
- related_observations.observation_list[].rds_event_message
The message of an RDS event.
- related_observations.observation_list[].s3_event_name
The name of the S3 CloudWatch Event-based observation.
- related_observations.observation_list[].source_arn
The source resource ARN of the observation.
- related_observations.observation_list[].source_type
The source type of the observation.
- related_observations.observation_list[].start_time
The time when the observation was first detected, in epoch seconds.
- related_observations.observation_list[].states_arn
The Amazon Resource Name (ARN) of the step function-based observation.
- related_observations.observation_list[].states_execution_arn
The Amazon Resource Name (ARN) of the step function execution-based observation.
- related_observations.observation_list[].states_input
The input to the step function-based observation.
- related_observations.observation_list[].states_status
The status of the step function-related observation.
- related_observations.observation_list[].unit
The unit of the source observation metric.
- related_observations.observation_list[].value
The value of the source observation metric.
- related_observations.observation_list[].x_ray_error_percent
The X-Ray request error percentage for this node.
- related_observations.observation_list[].x_ray_fault_percent
The X-Ray request fault percentage for this node.
- related_observations.observation_list[].x_ray_node_name
The name of the X-Ray node.
- related_observations.observation_list[].x_ray_node_type
The type of the X-Ray node.
- related_observations.observation_list[].x_ray_request_average_latency
The X-Ray node request average latency for this node.
- related_observations.observation_list[].x_ray_request_count
The X-Ray request count for this node.
- related_observations.observation_list[].x_ray_throttle_percent
The X-Ray request throttle percentage for this node.
|