Remove a resource-based policy from a DynamoDB table - Amazon DynamoDB
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Remove a resource-based policy from a DynamoDB table

You can delete a resource-based policy from an existing table by using the DynamoDB console, DeleteResourcePolicy API, the Amazon CLI, Amazon SDK, or an Amazon CloudFormation template.

The following example uses the delete-resource-policy Amazon CLI command to remove a resource-based policy from a table named MusicCollection.

Remember to replace the italicized text with your resource-specific information.

aws dynamodb delete-resource-policy \ --resource-arn arn:aws-cn:dynamodb:us-west-2:123456789012:table/MusicCollection
  1. Sign in to the Amazon Web Services Management Console and open the DynamoDB console at https://console.amazonaws.cn/dynamodb/.

  2. On the DynamoDB console dashboard, choose Tables and then select an existing table.

  3. Choose Permissions.

  4. From the Manage policy dropdown, choose Delete policy.

  5. In the Delete resource-based policy for table dialog box, type confirm to confirm the delete action.

  6. Choose Delete.