guardduty:UpdatePublishingDestination

Write

guardduty:UpdatePublishingDestination is a Write access-level action in the guardduty service. Grants permission to update a publishing destination

Resource types

ARNs that guardduty:UpdatePublishingDestination can be scoped to in an IAM policy.

arn:${Partition}:guardduty:${Region}:${Account}:detector/${DetectorId}/publishingdestination/${PublishingDestinationId}
publishingDestination

Condition keys

Keys you can use in the Condition block of a policy that grants guardduty:UpdatePublishingDestination.

aws:ResourceTag/${TagKey} String

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

Dependent actions

To use guardduty:UpdatePublishingDestination you may also need to grant:

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowGuarddutyUpdatePublishingDestination",
      "Effect": "Allow",
      "Action": "guardduty:UpdatePublishingDestination",
      "Resource": "*"
    }
  ]
}

Related actions in guardduty

View all guardduty actions →