Skip to content

aws.internetmonitor.list_internet_events

Example SQL Queries

SELECT * FROM
aws.internetmonitor.list_internet_events;

Description

Lists internet events that cause performance or availability issues for client locations. Amazon CloudWatch Internet Monitor displays information about recent global health events, called internet events, on a global outages map that is available to all Amazon Web Services customers.

You can constrain the list of internet events returned by providing a start time and end time to define a total time frame for events you want to list. Both start time and end time specify the time when an event started. End time is optional. If you don't include it, the default end time is the current time.

You can also limit the events returned to a specific status (ACTIVE or RESOLVED) or type (PERFORMANCE or AVAILABILITY).

Table Definition

Column NameColumn Data Type
end_time Input Column

The end time of the time window that you want to get a list of internet events for.

TIMESTAMP_S
event_status Input Column

The status of an internet event.

VARCHAR
event_type Input Column

The type of network impairment.

VARCHAR
start_time Input Column

The start time of the time window that you want to get a list of internet events for.

TIMESTAMP_S
_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
)[]
)[]
)
)
Show child fields
_aws_profile.account_id

The AWS account id

_aws_profile.assumed_role_arn

The ARN of the assumed role

_aws_profile.name

The unique name of the profile.

_aws_profile.organization

Information about this profile's membership in the AWS organization.

Show child fields
_aws_profile.organization.account_name

The name of account speciifed by the organization

_aws_profile.organization.id

The organization id

_aws_profile.organization.master_account
Show child fields
_aws_profile.organization.master_account.email

The organization master account email address

_aws_profile.organization.master_account.id

The organization master account id

_aws_profile.organization.parents[]
Show child fields
_aws_profile.organization.parents[].id

The id of the parent

_aws_profile.organization.parents[].name

The name of the parent

_aws_profile.organization.parents[].tags[]
Show child fields
_aws_profile.organization.parents[].tags[].key
_aws_profile.organization.parents[].tags[].value
_aws_profile.organization.parents[].type

The type of parent can be an organization unit or a root

_aws_profile.organization.tags[]
Show child fields
_aws_profile.organization.tags[].key
_aws_profile.organization.tags[].value
_aws_profile.type

The type of profile, either 'credentials' or 'assumed_role'

_aws_profile.via_profile_name

This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.

_aws_region Input Column

The AWS region to use.

VARCHAR
client_location

The impacted location, such as a city, that Amazon Web Services clients access application resources from.

STRUCT(
"as_name" VARCHAR,
"as_number" BIGINT,
"country" VARCHAR,
"subdivision" VARCHAR,
"metro" VARCHAR,
"city" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE
)
Show child fields
client_location.as_name

The name of the internet service provider (ISP) or network (ASN).

client_location.as_number

The Autonomous System Number (ASN) of the network at an impacted location.

client_location.city

The name of the city where the internet event is located.

client_location.country

The name of the country where the internet event is located.

client_location.latitude

The latitude where the internet event is located.

client_location.longitude

The longitude where the internet event is located.

client_location.metro

The metro area where the health event is located.

Metro indicates a metropolitan region in the United States, such as the region around New York City. In non-US countries, this is a second-level subdivision. For example, in the United Kingdom, it could be a county, a London borough, a unitary authority, council area, and so on.

client_location.subdivision

The subdivision location where the health event is located. The subdivision usually maps to states in most countries (including the United States). For United Kingdom, it maps to a country (England, Scotland, Wales) or province (Northern Ireland).

ended_at

The time when an internet event ended. If the event hasn't ended yet, this value is empty.

TIMESTAMP_S
event_arn

The Amazon Resource Name (ARN) of the internet event.

VARCHAR
event_id

The internally-generated identifier of an internet event.

VARCHAR
started_at

The time when an internet event started.

TIMESTAMP_S