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

DescribeTableReplicaAutoScalingOutput

import type { DescribeTableReplicaAutoScalingOutput } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";
interface DescribeTableReplicaAutoScalingOutput {
TableAutoScalingDescription?: TableAutoScalingDescription | null;
}

§Properties

§
TableAutoScalingDescription?: TableAutoScalingDescription | null
[src]

Represents the auto scaling properties of the table.