aws::dynamodb-table-backup

Creates a backup of a DynamoDb table.

Example

aws::dynamodb-table-backup dynamodb-table-backup-example
    table-name: "dynamodb-table-example"
    backup-name: "dynamodb-table-backup-example"
end

Attributes

Attribute Description
table-name The name of the DynamoDb table. Valid values satisfy the regex: [[a-zA-Z0-9_.-]+]. (Required)
backup-name The name of the table backup. Valid values satisfy the regex: [[a-zA-Z0-9_.-]+]. (Required)

Outputs

Attribute Description
backup-arn The ARN of the table backup.