securitylake:RegisterDataLakeDelegatedAdministrator is a Write access-level action in the securitylake service. Grants permission to designate an account as the Amazon Security Lake administrator account for the organization
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
To use securitylake:RegisterDataLakeDelegatedAdministrator you may also need to grant:
A minimal policy that allows securitylake:RegisterDataLakeDelegatedAdministrator. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowSecuritylakeRegisterDataLakeDelegatedAdministrator",
"Effect": "Allow",
"Action": "securitylake:RegisterDataLakeDelegatedAdministrator",
"Resource": "*"
}
]
}