Well Architected API Gateway WAF API Gateway WAF , by default this WAF allows traffic from sources that add x-origin-verify header
Default Usage
new CcApigatewayWaf(this, "LogicalId", {}); Copy
new CcApigatewayWaf(this, "LogicalId", {});
Custom Configuration
new CcApigatewayWaf(this, "LogicalId", { ccDoNotAddAnonymousIpWafRules: true}); Copy
new CcApigatewayWaf(this, "LogicalId", { ccDoNotAddAnonymousIpWafRules: true});
It addresses the following compliance requirements, when used with API Gateway
PCI, HIPAA, APRA, MAS, NIST4
Readonly
Exposing Web ACL for clients
Static
Private
This WAF rule will look for a header name and value, used with API Gateway to verify requests are coming from known source.
Generated using TypeDoc
Well Architected API Gateway WAF API Gateway WAF , by default this WAF allows traffic from sources that add x-origin-verify header
Default Alarms
Examples
Default Usage
Custom Configuration
Compliance
It addresses the following compliance requirements, when used with API Gateway