securitylake:DeregisterDataLakeDelegatedAdministrator

Write

securitylake:DeregisterDataLakeDelegatedAdministrator is a Write access-level action in the securitylake service. Grants permission to remove the Delegated Administrator account and disable Amazon Security Lake as a service for this organization

Resource types

This action does not support resource-level permissions; use "Resource": "*" in your policy.

Condition keys

No condition keys are documented for this action.

Dependent actions

To use securitylake:DeregisterDataLakeDelegatedAdministrator you may also need to grant:

Example IAM policy

A minimal policy that allows securitylake:DeregisterDataLakeDelegatedAdministrator. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowSecuritylakeDeregisterDataLakeDelegatedAdministrator",
      "Effect": "Allow",
      "Action": "securitylake:DeregisterDataLakeDelegatedAdministrator",
      "Resource": "*"
    }
  ]
}

Related actions in securitylake

View all securitylake actions →