acm-pca:DescribeCertificateAuthority is a Read access-level action in the acm-pca service. Grants permission to return a list of the configuration and status fields contained in the specified AWS Private CA
ARNs that acm-pca:DescribeCertificateAuthority can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants acm-pca:DescribeCertificateAuthority.
Filters access by the tags associated with the resource
A minimal policy that allows acm-pca:DescribeCertificateAuthority. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowAcmpcaDescribeCertificateAuthority",
"Effect": "Allow",
"Action": "acm-pca:DescribeCertificateAuthority",
"Resource": "*"
}
]
}