Retrieves the policy for the application.
serverlessapplicationrepository_get_application_policy(ApplicationId)
A list with the following syntax:
list(
Statements = list(
list(
Actions = list(
"string"
),
PrincipalOrgIDs = list(
"string"
),
Principals = list(
"string"
),
StatementId = "string"
)
)
)
[required] The Amazon Resource Name (ARN) of the application.
svc$get_application_policy(
ApplicationId = "string"
)