Skip to content

Commit

Permalink
docs(rds): corrected format in preferredMaintenanceWindow (#5697)
Browse files Browse the repository at this point in the history
  • Loading branch information
rushimusmaximus authored and skinny85 committed Jan 8, 2020
1 parent bbd6460 commit bf2d635
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/@aws-cdk/aws-rds/lib/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,9 @@ export interface DatabaseClusterProps {
readonly kmsKey?: kms.IKey;

/**
* A daily time range in 24-hours UTC format in which backups preferably execute.
* A preferred maintenance window day/time range. Should be specified as a range ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC).
*
* Must be at least 30 minutes long.
*
* Example: '01:00-02:00'
* Example: 'Sun:23:45-Mon:00:15'
*
* @default - 30-minute window selected at random from an 8-hour block of time for
* each AWS Region, occurring on a random day of the week.
Expand Down

0 comments on commit bf2d635

Please sign in to comment.