signer:SignPayload is a Write access-level action in the signer service. Grants permission to initiate a Signing Job on the provided payload
ARNs that signer:SignPayload can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants signer:SignPayload.
Filters access by tag-value associated with the resource
A minimal policy that allows signer:SignPayload. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowSignerSignPayload",
"Effect": "Allow",
"Action": "signer:SignPayload",
"Resource": "*"
}
]
}