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

RestoreTableFromBackupInput

import type { RestoreTableFromBackupInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/dynamodb.ts";
interface RestoreTableFromBackupInput {
BackupArn: string;
BillingModeOverride?: BillingMode | null;
GlobalSecondaryIndexOverride?: GlobalSecondaryIndex[] | null;
LocalSecondaryIndexOverride?: LocalSecondaryIndex[] | null;
ProvisionedThroughputOverride?: ProvisionedThroughput | null;
SSESpecificationOverride?: SSESpecification | null;
TargetTableName: string;
}

§Properties

§
BackupArn: string
[src]
§
BillingModeOverride?: BillingMode | null
[src]
§
GlobalSecondaryIndexOverride?: GlobalSecondaryIndex[] | null
[src]
§
LocalSecondaryIndexOverride?: LocalSecondaryIndex[] | null
[src]
§
ProvisionedThroughputOverride?: ProvisionedThroughput | null
[src]
§
SSESpecificationOverride?: SSESpecification | null
[src]
§
TargetTableName: string
[src]