elasticache:DescribeServerlessCacheSnapshots is a List access-level action in the elasticache service. Grants permission to list information about serverless cache snapshots
ARNs that elasticache:DescribeServerlessCacheSnapshots can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants elasticache:DescribeServerlessCacheSnapshots.
Filters actions based on the tags that are passed in the request
Filters actions based on the tags associated with the resource
Filters actions based on the tag keys that are passed in the request
Filters access by the CacheUsageLimits.DataStorage.Unit parameter in the CreateServerlessCache and ModifyServerlessCache request
Filters access by the engine type present in creation requests. For replication group creations, default engine 'redis' is used as key if parameter is not present
Filters access by the engineVersion parameter present in creation or cluster modification requests
Filters access by the Key ID of the KMS key
Filters access by the CacheUsageLimits.DataStorage.Maximum parameter in the CreateServerlessCache and ModifyServerlessCache request
Filters access by the CacheUsageLimits.ECPUPerSecond.Maximum parameter in the CreateServerlessCache and ModifyServerlessCache request
Filters access by the CacheUsageLimits.DataStorage.Minimum parameter in the CreateServerlessCache and ModifyServerlessCache request
Filters access by the CacheUsageLimits.ECPUPerSecond.Minimum parameter in the CreateServerlessCache and ModifyServerlessCache request
Filters access by the SnapshotRetentionLimit parameter in the request
A minimal policy that allows elasticache:DescribeServerlessCacheSnapshots. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowElasticacheDescribeServerlessCacheSnapshots",
"Effect": "Allow",
"Action": "elasticache:DescribeServerlessCacheSnapshots",
"Resource": "*"
}
]
}