Skip to content

Commit d29130b

Browse files
committed
update docs
1 parent 4794871 commit d29130b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/aws-cdk-lib/core/lib/custom-resource.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ export interface CustomResourceProps {
5757
readonly serviceToken: string;
5858

5959
/**
60-
* The maximum time, in seconds, that can elapse before a custom resource operation times out
60+
* The maximum time that can elapse before a custom resource operation times out.
61+
*
62+
* The value must be between 1 second and 3600 seconds.
6163
*
6264
* @default Duration.seconds(3600)
6365
*/

packages/aws-cdk-lib/custom-resources/lib/aws-custom-resource/aws-custom-resource.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,9 @@ export interface AwsCustomResourceProps {
419419
readonly vpcSubnets?: ec2.SubnetSelection;
420420

421421
/**
422-
* The maximum time, in seconds, that can elapse before a custom resource operation times out.
422+
* The maximum time that can elapse before a custom resource operation times out.
423+
*
424+
* The value must be between 1 second and 3600 seconds.
423425
*
424426
* @default Duration.seconds(3600)
425427
*/

0 commit comments

Comments
 (0)