cognito-sync:BulkPublish is a Write access-level action in the cognito-sync service. Grants permission to initiate a bulk publish of all existing datasets for an Identity Pool to the configured stream
ARNs that cognito-sync:BulkPublish can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows cognito-sync:BulkPublish. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowCognitosyncBulkPublish",
"Effect": "Allow",
"Action": "cognito-sync:BulkPublish",
"Resource": "*"
}
]
}