Amazon Serverless Application Repository · Arazzo Workflow
AWS SAR Set Application Policy
Version 1.0.0
Create an application, attach a sharing permission policy to it, then read the policy back.
Provider
Workflows
set-application-policy
Create an application, set its permission policy, and verify it.
Creates a new application, applies a sharing permission policy made up of statements, and reads the policy back to confirm the granted permissions.
1
createApplication
CreateApplication
Create the application that the sharing policy will be attached to.
2
putPolicy
PutApplicationPolicy
Set the permission policy for the application using the supplied statements.
3
getPolicy
GetApplicationPolicy
Read the policy back to confirm the statements were applied to the application.