class Aws::DynamoDB::Types::RestoreTableFromBackupInput


@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/RestoreTableFromBackupInput AWS API Documentation
@return [Types::SSESpecification]
The new server-side encryption settings for the restored table.
@!attribute [rw] sse_specification_override
@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 [String]
The Amazon Resource Name (ARN) associated with the backup.
@!attribute [rw] backup_arn
@return [String]
The name of the new table to which the backup must be restored.
@!attribute [rw] target_table_name