Table ARN format - Amazon Honeycode

To our valued customers: After careful consideration, we have made the decision to end the Amazon Honeycode beta service, effective February 29, 2024. New customer sign-ups and account plan upgrades are no longer available. Existing customers will be able to use Honeycode and your Honeycode apps as normal (and add team members to your existing account) until February 29, 2024, when the service will be discontinued. After this date, you will no longer be able to use Honeycode or any of the apps you created in Honeycode. To learn more about this change, and how to download your data, visit the Community Discussions.

Table ARN format

The ARN format for a table is

arn:aws:honeycode:AWS_Region:AWS_account_ID:table:workbook/Workbook_ID/table/Table_ID

You can also use wildcards to specify parts of the ARN and include multiple resources underneath. To specify all tables in a workbook, you can use the following resource ARN:

arn:aws:honeycode:AWS_Region:AWS_account_ID:table:workbook/Workbook_ID/table/*

To specify all tables in all workbooks, you can use the following resource ARN:

arn:aws:honeycode:AWS_Region:AWS_account_ID:table:workbook/*