elasticache:CopyServerlessCacheSnapshot

Write

elasticache:CopyServerlessCacheSnapshot is a Write access-level action in the elasticache service. Grants permission to make a copy of an existing serverless cache snapshot

Resource types

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

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

Condition keys

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

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:KmsKeyId String

Filters access by the Key ID of the KMS key

Dependent actions

To use elasticache:CopyServerlessCacheSnapshot you may also need to grant:

Example IAM policy

A minimal policy that allows elasticache:CopyServerlessCacheSnapshot. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowElasticacheCopyServerlessCacheSnapshot",
      "Effect": "Allow",
      "Action": "elasticache:CopyServerlessCacheSnapshot",
      "Resource": "*"
    }
  ]
}

Related actions in elasticache

View all elasticache actions →