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

ShardConfigurationRequest

import type { ShardConfigurationRequest } from "https://aws-api.deno.dev/v0.4/services/memorydb.ts?docs=full";

A request to configure the sharding properties of a cluster

interface ShardConfigurationRequest {
ShardCount?: number | null;
}

§Properties

§
ShardCount?: number | null
[src]

The number of shards in the cluster