Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PurchaseReservedCacheNodesOfferingMessage

import type { PurchaseReservedCacheNodesOfferingMessage } from "https://aws-api.deno.dev/v0.3/services/elasticache.ts?docs=full";

Represents the input of a PurchaseReservedCacheNodesOffering operation.

interface PurchaseReservedCacheNodesOfferingMessage {
CacheNodeCount?: number | null;
ReservedCacheNodeId?: string | null;
ReservedCacheNodesOfferingId: string;
Tags?: Tag[] | null;
}

§Properties

§
CacheNodeCount?: number | null
[src]

The number of cache node instances to reserve.

Default: 1

§
ReservedCacheNodeId?: string | null
[src]

A customer-specified identifier to track this reservation.

Note: The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.

Example: myreservationID

§
ReservedCacheNodesOfferingId: string
[src]

The ID of the reserved cache node offering to purchase.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

§
Tags?: Tag[] | null
[src]

A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.