freertos:UpdateSoftwareConfiguration is a Write access-level action in the freertos service. Grants permission to update the software configuration
ARNs that freertos:UpdateSoftwareConfiguration can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants freertos:UpdateSoftwareConfiguration.
Filters access by tag key component attached to an Amazon FreeRTOS resource
A minimal policy that allows freertos:UpdateSoftwareConfiguration. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowFreertosUpdateSoftwareConfiguration",
"Effect": "Allow",
"Action": "freertos:UpdateSoftwareConfiguration",
"Resource": "*"
}
]
}