Skip to content

aws.internetmonitor.get_internet_event

Example SQL Queries

SELECT * FROM
aws.internetmonitor.get_internet_event
WHERE
"event_id" = 'VALUE';

Description

Gets information that Amazon CloudWatch Internet Monitor has generated about an internet event. 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.

The information returned here includes the impacted location, when the event started and (if the event is over) ended, the type of event (PERFORMANCE or AVAILABILITY), and the status (ACTIVE or RESOLVED).

Table Definition

Column NameColumn Data Type
event_id Required Input Column

The internally-generated identifier of an internet event.

VARCHAR
_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, where clients access Amazon Web Services application resources.

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 the 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_status

The status of the internet event.

VARCHAR
event_type

The type of network impairment.

VARCHAR
started_at

The time when the internet event started.

TIMESTAMP_S