elasticloadbalancing:DescribeTrustStoreRevocations is a Read access-level action in the elasticloadbalancing service. Grants permission to describe the specified trust stores revocations or all of your revocations related to a trust store
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows elasticloadbalancing:DescribeTrustStoreRevocations. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowElasticloadbalancingDescribeTrustStoreRevocations",
"Effect": "Allow",
"Action": "elasticloadbalancing:DescribeTrustStoreRevocations",
"Resource": "*"
}
]
}