Amazon RDS · Schema
DBSnapshot
Describes an Amazon RDS DB snapshot
AWSCloud DatabasesDatabase ServiceDBaaSManaged DatabasesRelational Databases
Properties
| Name | Type | Description |
|---|---|---|
| dBSnapshotIdentifier | string | The identifier for the DB snapshot |
| dBInstanceIdentifier | string | The DB instance identifier of the source DB instance |
| snapshotCreateTime | string | The time when the snapshot was taken |
| engine | string | The database engine for the snapshot |
| engineVersion | string | The version of the database engine |
| status | string | The status of the DB snapshot |
| allocatedStorage | integer | The allocated storage size in GiB |
| port | integer | The port that the database engine was listening on at snapshot time |
| availabilityZone | string | The Availability Zone where the snapshot was created |
| vpcId | string | The VPC ID associated with the DB snapshot |
| instanceCreateTime | string | The time when the source DB instance was created |
| masterUsername | string | The master username for the DB snapshot |
| snapshotType | string | The type of the DB snapshot |
| encrypted | boolean | Whether the DB snapshot is encrypted |
| storageType | string | The storage type associated with the DB snapshot |
| dBSnapshotArn | string | The Amazon Resource Name (ARN) for the DB snapshot |
| tags | array | Tags assigned to the DB snapshot |