interface ReservedCacheNodeReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.ElastiCache.ReservedCacheNodeReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awselasticache#ReservedCacheNodeReference |
Java | software.amazon.awscdk.interfaces.elasticache.ReservedCacheNodeReference |
Python | aws_cdk.interfaces.aws_elasticache.ReservedCacheNodeReference |
TypeScript | aws-cdk-lib » interfaces » aws_elasticache » ReservedCacheNodeReference |
A reference to a ReservedCacheNode resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_elasticache as interfaces_elasticache } from 'aws-cdk-lib/interfaces';
const reservedCacheNodeReference: interfaces_elasticache.ReservedCacheNodeReference = {
reservationArn: 'reservationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| reservation | string | The ReservationARN of the ReservedCacheNode resource. |
reservationArn
Type:
string
The ReservationARN of the ReservedCacheNode resource.

.NET
Go
Java
Python
TypeScript