class Aws::DynamoDB::Types::RestoreTableToPointInTimeInput
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/RestoreTableToPointInTimeInput AWS API Documentation
@return [Types::ProvisionedThroughput]
Provisioned throughput settings for the restored table.
@!attribute [rw] provisioned_throughput_override
@return [Array<Types::LocalSecondaryIndex>]
exclude some or all of the indexes at the time of restore.
provided should match existing secondary indexes. You can choose to
List of local secondary indexes for the restored table. The indexes
@!attribute [rw] local_secondary_index_override
@return [Array<Types::GlobalSecondaryIndex>]
exclude some or all of the indexes at the time of restore.
provided should match existing secondary indexes. You can choose to
List of global secondary indexes for the restored table. The indexes
@!attribute [rw] global_secondary_index_override
@return [String]
The billing mode of the restored table.
@!attribute [rw] billing_mode_override
@return [Time]
Time in the past to restore the table to.
@!attribute [rw] restore_date_time
@return [Boolean]
time.
‘LatestRestorableDateTime` is typically 5 minutes before the current
Restore the table to the latest possible time.
@!attribute [rw] use_latest_restorable_time
@return [String]
The name of the new table to which it must be restored to.
@!attribute [rw] target_table_name
@return [String]
Name of the source table that is being restored.
@!attribute [rw] source_table_name
}
},
write_capacity_units: 1, # required
read_capacity_units: 1, # required
provisioned_throughput_override: {
],
},
},
non_key_attributes: [“NonKeyAttributeName”],
projection_type: “ALL”, # accepts ALL, KEYS_ONLY, INCLUDE
projection: { # required
],
},
key_type: “HASH”, # required, accepts HASH, RANGE
attribute_name: “KeySchemaAttributeName”, # required
{
key_schema: [ # required
index_name: “IndexName”, # required
{
local_secondary_index_override: [
],
},
},
write_capacity_units: 1, # required
read_capacity_units: 1, # required
provisioned_throughput: {
},
non_key_attributes: [“NonKeyAttributeName”],
projection_type: “ALL”, # accepts ALL, KEYS_ONLY, INCLUDE
projection: { # required
],
},
key_type: “HASH”, # required, accepts HASH, RANGE
attribute_name: “KeySchemaAttributeName”, # required
{
key_schema: [ # required
index_name: “IndexName”, # required
{
global_secondary_index_override: [
billing_mode_override: “PROVISIONED”, # accepts PROVISIONED, PAY_PER_REQUEST
restore_date_time: Time.now,
use_latest_restorable_time: false,
target_table_name: “TableName”, # required
source_table_name: “TableName”, # required
{
data as a hash:
@note When making an API call, you may pass RestoreTableToPointInTimeInput