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