codestar-connections:ListInstallationTargets is a List access-level action in the codestar-connections service. Grants permission to associate a third party, such as a Bitbucket App installation, with a Connection
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
To use codestar-connections:ListInstallationTargets you may also need to grant:
A minimal policy that allows codestar-connections:ListInstallationTargets. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowCodestarconnectionsListInstallationTargets",
"Effect": "Allow",
"Action": "codestar-connections:ListInstallationTargets",
"Resource": "*"
}
]
}