Authorization
Amazon Honeycode API requests are authorized using IAM policies. These IAM policies can specify the specific actions and resources callers are allowed to access.
You can use either of these managed policies:
-
AmazonHoneycodeWorkbookFullAccess
-
AmazonHoneycodeFullAccess
Or, you can create your own policies using honeycode:<action-name> actions. For more information about policies, see IAM Documentation.
To set up the managed, full-access policy:
-
Create a role in your AWS account to give access to all your workbooks.
-
Make sure you give the new role a meaningful name.
-
Attach either of the managed policies (AmazonHoneycodeWorkbookFullAccess or AmazonHoneycodeFullAccess) to the role you just created.
-
Assign the IAM role to the Active Directory Service user who will be making the API calls.