One Observability Workshop v3.0.0
One Observability Workshop / constructs/waf / GlobalWaf
Class: GlobalWaf¶
Defined in: constructs/waf.ts:116
Global (CloudFront) WAFv2 web ACL with AWS Managed Rules. Must be deployed in us-east-1.
Extends¶
Construct
Constructors¶
Constructor¶
new GlobalWaf(
scope,id,properties):GlobalWaf
Defined in: constructs/waf.ts:120
Parameters¶
scope¶
Construct
id¶
string
properties¶
Returns¶
GlobalWaf
Overrides¶
Construct.constructor
Properties¶
wafv2GlobalAcl¶
readonlywafv2GlobalAcl:CfnWebACL
Defined in: constructs/waf.ts:118
WAFv2 Global ACL
Methods¶
globalAclArnFromParameter()¶
staticglobalAclArnFromParameter():string
Defined in: constructs/waf.ts:189
Returns¶
string
replicateParameterToRegion()¶
replicateParameterToRegion(
targetStack):void
Defined in: constructs/waf.ts:193
Parameters¶
targetStack¶
Construct
Returns¶
void