Sets the permission policy for an application. For the list of actions supported for this operation, see Application Permissions .
serverlessapplicationrepository_put_application_policy(ApplicationId,
  Statements)[required] The Amazon Resource Name (ARN) of the application.
[required] An array of policy statements applied to the application.
svc$put_application_policy(
  ApplicationId = "string",
  Statements = list(
    list(
      Actions = list(
        "string"
      ),
      Principals = list(
        "string"
      ),
      StatementId = "string"
    )
  )
)