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