---
type: resource-type
title: DatabaseSnapshot
description: aws resource type AWS::Lightsail::DatabaseSnapshot
name: DatabaseSnapshot
lexicon: aws
resource_type: AWS::Lightsail::DatabaseSnapshot
---
`AWS::Lightsail::DatabaseSnapshot`, a resource type of the aws lexicon.

## Properties

- `RelationalDatabaseName` (`string`, required): The name of the database on which to base your new snapshot.
- `RelationalDatabaseSnapshotName` (`string`, required): The name for your new database snapshot.
- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of the database snapshot.
- `CreatedAt` (`string`, optional): The timestamp when the database snapshot was created.
- `Engine` (`string`, optional): The software of the database snapshot (for example, MySQL).
- `EngineVersion` (`string`, optional): The database engine version for the database snapshot (for example, 5.7.23).
- `FromRelationalDatabaseArn` (`string`, optional): The Amazon Resource Name (ARN) of the database from which the database snapshot was created.
- `FromRelationalDatabaseBlueprintId` (`string`, optional): The blueprint ID of the database from which the database snapshot was created. A blueprint describes the major engine version of a database.
- `FromRelationalDatabaseBundleId` (`string`, optional): The bundle ID of the database from which the database snapshot was created.
- `FromRelationalDatabaseName` (`string`, optional): The name of the source database from which the database snapshot was created.
- `Location` (`Record<string, unknown>`, optional): The Region name and Availability Zone where the database snapshot is located.
- `Name` (`string`, optional): The name of the database snapshot.
- `ResourceType` (`"RelationalDatabaseSnapshot"`, optional): The Lightsail resource type.
- `SizeInGb` (`number`, optional): The size of the disk in GB (for example, 32) for the database snapshot.
- `State` (`string`, optional): The state of the database snapshot.
- `SupportCode` (`string`, optional): The support code for the database snapshot. Include this code in your email to support when you have questions about a database snapshot in Lightsail. This code enables our support team to look up your Lightsail information more easily.
- `Tags` (`DatabaseSnapshot_Tag[]`, optional): An array of key-value pairs to apply to this resource.

## Attributes

- `Arn`
- `CreatedAt`
- `Engine`
- `EngineVersion`
- `FromRelationalDatabaseArn`
- `FromRelationalDatabaseBlueprintId`
- `FromRelationalDatabaseBundleId`
- `FromRelationalDatabaseName`
- `Location`
- `Name`
- `ResourceType`
- `SizeInGb`
- `State`
- `SupportCode`
