dlm:CreateLifecyclePolicy is a Write access-level action in the dlm service. Grants permission to create a data lifecycle policy to manage the scheduled creation and retention of Amazon EBS snapshots. You may have up to 100 policies
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows dlm:CreateLifecyclePolicy. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowDlmCreateLifecyclePolicy",
"Effect": "Allow",
"Action": "dlm:CreateLifecyclePolicy",
"Resource": "*"
}
]
}