Deleting a policy - AWS Private Certificate Authority

Deleting a policy

The following CloudTrail example shows the results of a call to the DeletePolicy operation.

{ "eventVersion":"1.08", "userIdentity":{ "type":"AssumedRole", "principalId":"account", "arn":"arn:aws:sts::account:assumed-role/role", "accountId":"account", "accessKeyId":"key_ID", "sessionContext":{ "sessionIssuer":{ "type":"Role", "principalId":"account", "arn":"arn:aws:iam::account:role/role", "accountId":"account", "userName":"name" }, "webIdFederationData":{ }, "attributes":{ "mfaAuthenticated":"false", "creationDate":"2021-02-26T21:23:17Z" } } }, "eventTime":"2021-02-26T21:23:31Z", "eventSource":"acm-pca.amazonaws.com", "eventName":"DeletePolicy", "awsRegion":"region", "sourceIPAddress":"IP_address", "userAgent":"agent", "requestParameters":{ "resourceArn":"arn:aws:acm-pca:us-east-1:111122223333:certificate-authority/11223344-1234-1122-2233-112233445566" }, "responseElements":null, "requestID":"request_ID", "eventID":"event_ID", "readOnly":false, "eventType":"AwsApiCall", "managementEvent":true, "eventCategory":"Management", "recipientAccountId":"account" }