ec2:DisassociateEnclaveCertificateIamRole is a Write access-level action in the ec2 service. Grants permission to disassociate an ACM certificate from a IAM role
ARNs that ec2:DisassociateEnclaveCertificateIamRole can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows ec2:DisassociateEnclaveCertificateIamRole. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowEc2DisassociateEnclaveCertificateIamRole",
"Effect": "Allow",
"Action": "ec2:DisassociateEnclaveCertificateIamRole",
"Resource": "*"
}
]
}