Skip to content

Commit

Permalink
change docs
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k committed Dec 30, 2023
1 parent 0e25bf3 commit e06ab39
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,8 @@ export namespace EmrCreateCluster {
*
* The value must be between 5 and 1440 minutes.
*
* @default - No timeoutDurationMinutes
*
* @deprecated - Use `timeout`.
*/
readonly timeoutDurationMinutes?: number;
Expand All @@ -744,6 +746,8 @@ export namespace EmrCreateCluster {
* The value must be between 5 and 1440 minutes.
*
* You must specify one of `timeout` and `timeoutDurationMinutes`.
*
* @default - No timeout
*/
readonly timeout?: cdk.Duration;
}
Expand Down

0 comments on commit e06ab39

Please sign in to comment.