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
§
BillingModeOverride?: BillingMode | null
[src]§
GlobalSecondaryIndexOverride?: GlobalSecondaryIndex[] | null
[src]§
LocalSecondaryIndexOverride?: LocalSecondaryIndex[] | null
[src]§
ProvisionedThroughputOverride?: ProvisionedThroughput | null
[src]§
SSESpecificationOverride?: SSESpecification | null
[src]