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
}
},
kms_master_key_id: “KMSMasterKeyId”,
sse_type: “AES256”, # accepts AES256, KMS
enabled: false,
sse_specification_override: {
},
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
backup_arn: “BackupArn”, # required
target_table_name: “TableName”, # required
{
data as a hash:
@note When making an API call, you may pass RestoreTableFromBackupInput