ServerlessCacheReference

class aws_cdk.aws_elasticache.ServerlessCacheReference(*, serverless_cache_name)

Bases: object

A reference to a ServerlessCache resource.

Parameters:

serverless_cache_name (str) – The ServerlessCacheName of the ServerlessCache 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 import aws_elasticache as elasticache

serverless_cache_reference = elasticache.ServerlessCacheReference(
    serverless_cache_name="serverlessCacheName"
)

Attributes

serverless_cache_name

The ServerlessCacheName of the ServerlessCache resource.