mobiletargeting:SendOTPMessage is a Write access-level action in the mobiletargeting service. Grants permission to send an OTP code to a user of your application
ARNs that mobiletargeting:SendOTPMessage can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows mobiletargeting:SendOTPMessage. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowMobiletargetingSendOTPMessage",
"Effect": "Allow",
"Action": "mobiletargeting:SendOTPMessage",
"Resource": "*"
}
]
}