Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mazyu36 committed Jul 30, 2024
1 parent 4794871 commit d29130b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/aws-cdk-lib/core/lib/custom-resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ export interface CustomResourceProps {
readonly serviceToken: string;

/**
* The maximum time, in seconds, that can elapse before a custom resource operation times out
* The maximum time that can elapse before a custom resource operation times out.
*
* The value must be between 1 second and 3600 seconds.
*
* @default Duration.seconds(3600)
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,9 @@ export interface AwsCustomResourceProps {
readonly vpcSubnets?: ec2.SubnetSelection;

/**
* The maximum time, in seconds, that can elapse before a custom resource operation times out.
* The maximum time that can elapse before a custom resource operation times out.
*
* The value must be between 1 second and 3600 seconds.
*
* @default Duration.seconds(3600)
*/
Expand Down

0 comments on commit d29130b

Please sign in to comment.