identity-sync:StartSync is a Write access-level action in the identity-sync service. Grants permission to start a sync process or to resume a sync process that was previously paused
ARNs that identity-sync:StartSync can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows identity-sync:StartSync. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowIdentitysyncStartSync",
"Effect": "Allow",
"Action": "identity-sync:StartSync",
"Resource": "*"
}
]
}