elasticache:ExportServerlessCacheSnapshot is a Write access-level action in the elasticache service. Grants permission to export a copy of a serverless cache at a specific moment in time to s3 bucket
ARNs that elasticache:ExportServerlessCacheSnapshot can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants elasticache:ExportServerlessCacheSnapshot.
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 Key ID of the KMS key
To use elasticache:ExportServerlessCacheSnapshot you may also need to grant:
A minimal policy that allows elasticache:ExportServerlessCacheSnapshot. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowElasticacheExportServerlessCacheSnapshot",
"Effect": "Allow",
"Action": "elasticache:ExportServerlessCacheSnapshot",
"Resource": "*"
}
]
}