File tree Expand file tree Collapse file tree
packages/cdkConstructs/src/nag/pack Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { NagMessageLevel , NagPack , NagPackProps } from "cdk-nag"
22import { IConstruct } from "constructs"
33import { CfnResource } from "aws-cdk-lib"
4- import { ApiGatewayMutualTls , APIGWStructuredLogging } from "../rules"
4+ import { ApiGWMutualTls , APIGWStructuredLogging } from "../rules"
55import { LambdaFunctionPublicAccessProhibited } from "cdk-nag/lib/rules/lambda"
66import { CloudWatchLogGroupEncrypted } from "cdk-nag/lib/rules/cloudwatch"
77import { ALBHttpDropInvalidHeaderEnabled , ELBLoggingEnabled , ELBTlsHttpsListenersOnly } from "cdk-nag/lib/rules/elb"
@@ -34,7 +34,7 @@ export class EpsNagPack extends NagPack {
3434 info : "API Gateway must does not use mutual TLS." ,
3535 explanation : "All non pull request deployments must enforce mutual TLS on api gateways." ,
3636 level : NagMessageLevel . ERROR ,
37- rule : ApiGatewayMutualTls ,
37+ rule : ApiGWMutualTls ,
3838 node : node
3939 } )
4040 this . applyRule ( {
You can’t perform that action at this time.
0 commit comments