PurchaseReservedCacheNodesOfferingMessage

public struct PurchaseReservedCacheNodesOfferingMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of cache node instances to reserve. Default: 1

    Declaration

    Swift

    public let cacheNodeCount: Int?
  • A customer-specified identifier to track this reservation. 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

    Declaration

    Swift

    public let reservedCacheNodeId: String?
  • The ID of the reserved cache node offering to purchase. Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

    Declaration

    Swift

    public let reservedCacheNodesOfferingId: String
  • Undocumented

    Declaration

    Swift

    public init(cacheNodeCount: Int? = nil, reservedCacheNodeId: String? = nil, reservedCacheNodesOfferingId: String)