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

UpdateTimeToLiveInput

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

Represents the input of an UpdateTimeToLive operation.

interface UpdateTimeToLiveInput {
TableName: string;
TimeToLiveSpecification: TimeToLiveSpecification;
}

§Properties

§
TableName: string
[src]

The name of the table to be configured.

§
TimeToLiveSpecification: TimeToLiveSpecification
[src]

Represents the settings used to enable or disable Time to Live for the specified table.