RepositoryBackupOptions
- class aws_rfdk.deadline.RepositoryBackupOptions(*, database_retention=None)
Bases:
object
Properties for backups of resources that are created by the Repository.
- Parameters:
database_retention (
Optional
[Duration
]) – 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. Default: Duration.days(15)
Attributes
- database_retention
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.
- Default:
Duration.days(15)