serverlessapplicationrepository_put_application_policy {paws.compute} | R Documentation |
Sets the permission policy for an application
Description
Sets the permission policy for an application. For the list of actions supported for this operation, see Application Permissions .
See https://www.paws-r-sdk.com/docs/serverlessapplicationrepository_put_application_policy/ for full documentation.
Usage
serverlessapplicationrepository_put_application_policy(
ApplicationId,
Statements
)
Arguments
ApplicationId |
[required] The Amazon Resource Name (ARN) of the application. |
Statements |
[required] An array of policy statements applied to the application. |
[Package paws.compute version 0.9.0 Index]