ReservedCacheNodeReference

class aws_cdk.interfaces.aws_elasticache.ReservedCacheNodeReference(*, reservation_arn)

Bases: object

A reference to a ReservedCacheNode resource.

Parameters:

reservation_arn (str) – The ReservationARN of the ReservedCacheNode 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

reserved_cache_node_reference = interfaces_elasticache.ReservedCacheNodeReference(
    reservation_arn="reservationArn"
)

Attributes

reservation_arn

The ReservationARN of the ReservedCacheNode resource.