Skip to content

Commit

Permalink
AWS::CDK::Metadata.Analytics (#1937)
Browse files Browse the repository at this point in the history
* CDK Metadata Modules is no longer always provided
* Changes to the CDK metadata for v2
  • Loading branch information
kddejong committed Mar 11, 2021
1 parent ff6cf59 commit c08d352
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/cfnlint/data/ExtendedSpecs/all/01_spec_patch.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,12 @@
"Properties": {
"Modules": {
"PrimitiveType": "String",
"Required": true,
"Required": false,
"UpdateType": "Immutable"
},
"Analytics": {
"PrimitiveType": "String",
"Required": false,
"UpdateType": "Immutable"
}
}
Expand Down

0 comments on commit c08d352

Please sign in to comment.