interface RepositoryBackupOptions
| Language | Type name |
|---|---|
Python | aws_rfdk.deadline.RepositoryBackupOptions |
TypeScript (source) | aws-rfdk » deadline » RepositoryBackupOptions |
Properties for backups of resources that are created by the Repository.
Properties
| Name | Type | Description |
|---|---|---|
| database | Duration | If this Repository is creating its own Amazon DocumentDB database, then this specifies the retention period to use on the database. |
databaseRetention?
Type:
Duration
(optional, default: Duration.days(15))
If this Repository is creating its own Amazon DocumentDB database, then this specifies the retention period to use on the database.
If the Repository is not creating a DocumentDB database, because one was given, then this property is ignored. Please visit https://aws.amazon.com/documentdb/pricing/ to learn more about DocumentDB backup storage pricing.

Python
TypeScript (