internetmonitor:GetInternetEvent

Read

internetmonitor:GetInternetEvent is a Read access-level action in the internetmonitor service. Grants permission to get information about a specified internet event

Resource types

ARNs that internetmonitor:GetInternetEvent can be scoped to in an IAM policy.

arn:${Partition}:internetmonitor::${Account}:internet-event/${InternetEventId}
InternetEvent

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows internetmonitor:GetInternetEvent. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowInternetmonitorGetInternetEvent",
      "Effect": "Allow",
      "Action": "internetmonitor:GetInternetEvent",
      "Resource": "*"
    }
  ]
}

Related actions in internetmonitor

View all internetmonitor actions →