Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(NagPack)!: Rule name consistency and system simplification #465

Merged
merged 9 commits into from
Nov 17, 2021
  •  
  •  
  •  
4 changes: 3 additions & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ new NagPack(props?: NagPackProps)
Name | Type | Description
-----|------|-------------
**logIgnores** | <code>boolean</code> | <span></span>
**packName** | <code>string</code> | <span></span>
**readPackName** | <code>string</code> | <span></span>
**verbose** | <code>boolean</code> | <span></span>

### Methods
Expand Down Expand Up @@ -379,7 +381,7 @@ Name | Type | Description
**info** | <code>string</code> | Why the rule was triggered.
**level** | <code>[NagMessageLevel](#cdk-nag-nagmessagelevel)</code> | The annotations message level to apply to the rule if triggered.
**node** | <code>[CfnResource](#aws-cdk-core-cfnresource)</code> | Ignores listed in cdk-nag metadata.
**ruleId** | <code>string</code> | The id of the rule to ignore.
**ruleSuffixOverride**? | <code>string</code> | Override for the suffix of the Rule ID for this rule.<br/>__*Optional*__

### Methods

Expand Down
189 changes: 94 additions & 95 deletions RULES.md

Large diffs are not rendered by default.

77 changes: 0 additions & 77 deletions src/AwsSolutions/rules/analytics/ATH1.ts

This file was deleted.

20 changes: 0 additions & 20 deletions src/AwsSolutions/rules/analytics/EMR2.ts

This file was deleted.

23 changes: 0 additions & 23 deletions src/AwsSolutions/rules/analytics/EMR6.ts

This file was deleted.

49 changes: 0 additions & 49 deletions src/AwsSolutions/rules/analytics/KDA3.ts

This file was deleted.

22 changes: 0 additions & 22 deletions src/AwsSolutions/rules/analytics/KDF1.ts

This file was deleted.

20 changes: 0 additions & 20 deletions src/AwsSolutions/rules/analytics/KDS1.ts

This file was deleted.

22 changes: 0 additions & 22 deletions src/AwsSolutions/rules/analytics/KDS3.ts

This file was deleted.

35 changes: 0 additions & 35 deletions src/AwsSolutions/rules/analytics/MSK2.ts

This file was deleted.

32 changes: 0 additions & 32 deletions src/AwsSolutions/rules/analytics/MSK3.ts

This file was deleted.

52 changes: 0 additions & 52 deletions src/AwsSolutions/rules/analytics/MSK6.ts

This file was deleted.

Loading