Skip to content

Commit

Permalink
improve description custom resource properties
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardomourar committed Jun 17, 2020
1 parent 71f59a1 commit 494330f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/@aws-cdk/core/lib/custom-resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ export interface CustomResourceProps {
readonly pascalCaseProperties?: boolean;

/**
* Encode property values from boolean to special strings.
* Encode property values from to special strings:
* - Booleans are encoded to `TRUE:BOOLEAN` and `FALSE:BOOLEAN`
*
* @default false
*/
Expand Down

0 comments on commit 494330f

Please sign in to comment.