docdb-elastic:RestoreClusterFromSnapshot is a Write access-level action in the docdb-elastic service. Grants permission to restore cluster from a Amazon DocDB-Elastic cluster snapshot
ARNs that docdb-elastic:RestoreClusterFromSnapshot can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants docdb-elastic:RestoreClusterFromSnapshot.
Filters access by the set of tag key-value pairs attached to the resource
To use docdb-elastic:RestoreClusterFromSnapshot you may also need to grant:
A minimal policy that allows docdb-elastic:RestoreClusterFromSnapshot. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowDocdbelasticRestoreClusterFromSnapshot",
"Effect": "Allow",
"Action": "docdb-elastic:RestoreClusterFromSnapshot",
"Resource": "*"
}
]
}