Skip to content

Commit

Permalink
Merge branch 'master' into huijbers/circular-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Feb 3, 2022
2 parents 4449bb1 + be0be01 commit ecada51
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/@aws-cdk/core/lib/cfn-resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,12 @@ export class CfnResource extends CfnRefElement {
* }
* ```
*
* The `value` argument to `addOverride` will not be processed or translated
* in any way. Pass raw JSON values in here with the correct capitalization
* for CloudFormation. If you pass CDK classes or structs, they will be
* rendered with lowercased key names, and CloudFormation will reject the
* template.
*
* @param path - The path of the property, you can use dot notation to
* override values in complex types. Any intermdediate keys
* will be created as needed.
Expand Down

0 comments on commit ecada51

Please sign in to comment.