elasticache:DescribeServerlessCacheSnapshots

List

elasticache:DescribeServerlessCacheSnapshots is a List access-level action in the elasticache service. Grants permission to list information about serverless cache snapshots

Resource types

ARNs that elasticache:DescribeServerlessCacheSnapshots can be scoped to in an IAM policy.

arn:${Partition}:elasticache:${Region}:${Account}:serverlesscachesnapshot:${ServerlessCacheSnapshotName}
serverlesscachesnapshot
arn:${Partition}:elasticache:${Region}:${Account}:serverlesscache:${ServerlessCacheName}
serverlesscache

Condition keys

Keys you can use in the Condition block of a policy that grants elasticache:DescribeServerlessCacheSnapshots.

aws:RequestTag/${TagKey} String

Filters actions based on the tags that are passed in the request

aws:ResourceTag/${TagKey} String

Filters actions based on the tags associated with the resource

aws:TagKeys ArrayOfString

Filters actions based on the tag keys that are passed in the request

elasticache:DataStorageUnit String

Filters access by the CacheUsageLimits.DataStorage.Unit parameter in the CreateServerlessCache and ModifyServerlessCache request

elasticache:EngineType String

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

elasticache:EngineVersion String

Filters access by the engineVersion parameter present in creation or cluster modification requests

elasticache:KmsKeyId String

Filters access by the Key ID of the KMS key

elasticache:MaximumDataStorage Numeric

Filters access by the CacheUsageLimits.DataStorage.Maximum parameter in the CreateServerlessCache and ModifyServerlessCache request

elasticache:MaximumECPUPerSecond Numeric

Filters access by the CacheUsageLimits.ECPUPerSecond.Maximum parameter in the CreateServerlessCache and ModifyServerlessCache request

elasticache:MinimumDataStorage Numeric

Filters access by the CacheUsageLimits.DataStorage.Minimum parameter in the CreateServerlessCache and ModifyServerlessCache request

elasticache:MinimumECPUPerSecond Numeric

Filters access by the CacheUsageLimits.ECPUPerSecond.Minimum parameter in the CreateServerlessCache and ModifyServerlessCache request

elasticache:SnapshotRetentionLimit Numeric

Filters access by the SnapshotRetentionLimit parameter in the request

Example IAM policy

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": "*"
    }
  ]
}

Related actions in elasticache

View all elasticache actions →