aws::db-snapshot¶
Create a db snapshot.
Example¶
aws::db-snapshot db-snapshot-example
db-instance: $(aws::db-instance db-instance-example)
identifier: "db-snapshot-example"
tags: {
Name: "db-snapshot-example"
}
end
Attributes¶
| Attribute | Description |
|---|---|
| tags map | A list of tags. |
| db-instance | The DB instance to create a snapshot for. (Required) |
| identifier | The unique identifier of the DB instance snapshot. (Required) |
| engine-version | The engine version to upgrade the DB snapshot to. |
| option-group | The option group associate with the upgraded DB snapshot. Only applicable when upgrading an Oracle DB snapshot. |
Outputs¶
| Attribute | Description |
|---|---|
| arn | The ARN of the RDS resource. |