dms:DescribeEvents

Read

dms:DescribeEvents is a Read access-level action in the dms service. Grants permission to list events for a given source identifier and source type

Resource types

This action does not support resource-level permissions; use "Resource": "*" in your policy.

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowDmsDescribeEvents",
      "Effect": "Allow",
      "Action": "dms:DescribeEvents",
      "Resource": "*"
    }
  ]
}

Related actions in dms

View all dms actions →