sms-voice:GetConfigurationSetEventDestinations is a Read access-level action in the sms-voice service. Obtain information about an event destination, including the types of events it reports, the Amazon Resource Name (ARN) of the destination, and the name of the event destination.
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows sms-voice:GetConfigurationSetEventDestinations. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowSmsvoiceGetConfigurationSetEventDestinations",
"Effect": "Allow",
"Action": "sms-voice:GetConfigurationSetEventDestinations",
"Resource": "*"
}
]
}