dms:ModifyEndpoint

Write

dms:ModifyEndpoint is a Write access-level action in the dms service. Grants permission to modify the specified endpoint

Resource types

ARNs that dms:ModifyEndpoint can be scoped to in an IAM policy.

arn:${Partition}:dms:${Region}:${Account}:endpoint: required
Endpoint
arn:${Partition}:dms:${Region}:${Account}:cert: required
Certificate

Condition keys

Keys you can use in the Condition block of a policy that grants dms:ModifyEndpoint.

aws:ResourceTag/${TagKey} String

Filters access by the presence of tag key-value pairs attached to the resource

dms:cert-tag/${TagKey} String

Filters access by the presence of tag key-value pairs in the request for Certificate

dms:endpoint-tag/${TagKey} String

Filters access by the presence of tag key-value pairs in the request for Endpoint

Dependent actions

To use dms:ModifyEndpoint you may also need to grant:

Example IAM policy

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

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

Related actions in dms

View all dms actions →