ServerlessCacheSnapshotReference

class aws_cdk.interfaces.aws_elasticache.ServerlessCacheSnapshotReference(*, serverless_cache_snapshot_arn)

Bases: object

A reference to a ServerlessCacheSnapshot resource.

Parameters:

serverless_cache_snapshot_arn (str) – The ARN of the ServerlessCacheSnapshot resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_elasticache as interfaces_elasticache

serverless_cache_snapshot_reference = interfaces_elasticache.ServerlessCacheSnapshotReference(
    serverless_cache_snapshot_arn="serverlessCacheSnapshotArn"
)

Attributes

serverless_cache_snapshot_arn

The ARN of the ServerlessCacheSnapshot resource.