cognito-sync:BulkPublish

Write

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

Resource types

ARNs that cognito-sync:BulkPublish can be scoped to in an IAM policy.

arn:${Partition}:cognito-sync:${Region}:${Account}:identitypool/${IdentityPoolId}
identitypool

Condition keys

No condition keys are documented for this action.

Example IAM policy

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": "*"
    }
  ]
}

Related actions in cognito-sync

View all cognito-sync actions →