Get Application Policy
serverlessapplicationrepository_get_application_policy | R Documentation |
Retrieves the policy for the application¶
Description¶
Retrieves the policy for the application.
Usage¶
Arguments¶
ApplicationId
[required] The Amazon Resource Name (ARN) of the application.
Value¶
A list with the following syntax:
list(
Statements = list(
list(
Actions = list(
"string"
),
PrincipalOrgIDs = list(
"string"
),
Principals = list(
"string"
),
StatementId = "string"
)
)
)