events:InvokeApiDestination

Write

events:InvokeApiDestination is a Write access-level action in the events service. Grants permission to invoke an api destination

Resource types

ARNs that events:InvokeApiDestination can be scoped to in an IAM policy.

arn:${Partition}:events:${Region}:${Account}:api-destination/${ApiDestinationName}
api-destination

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowEventsInvokeApiDestination",
      "Effect": "Allow",
      "Action": "events:InvokeApiDestination",
      "Resource": "*"
    }
  ]
}

Related actions in events

View all events actions →