The CDK Construct Library for AWS::WAFv2
Project description
AWS::WAFv2 Construct Library
---All classes with the
Cfn
prefix in this module (CFN Resources) are always stable and safe to use.
This module is part of the AWS Cloud Development Kit project.
# Example automatically generated. See https://github.com/aws/jsii/issues/826
import aws_cdk.aws_wafv2 as wafv2
Examples
Create a simple WebACL resource.
var WebACL = new CfnWebACL(this, "WebACL", new CfnWebACLProps{
Name = "MyWebACL",
Scope = "REGIONAL",
DefaultAction = new CfnWebACL.DefaultActionProperty {
Allow = new CfnWebACL.AllowActionProperty{}
},
VisibilityConfig = new CfnWebACL.VisibilityConfigProperty {
SampledRequestsEnabled = true,
CloudWatchMetricsEnabled = true,
MetricName = "WebACL",
},
Rules = new CfnWebACL.RuleProperty[] {}
});
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aws-cdk.aws-wafv2-1.132.0.tar.gz
(134.8 kB
view details)
Built Distribution
File details
Details for the file aws-cdk.aws-wafv2-1.132.0.tar.gz
.
File metadata
- Download URL: aws-cdk.aws-wafv2-1.132.0.tar.gz
- Upload date:
- Size: 134.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c852fbd6823359b6b1b6caca03246df07f9a5d3000a3a5ea946de216ea553fb |
|
MD5 | 7321319249a448c3f37400b4563279b6 |
|
BLAKE2b-256 | 6de71411592c442d1316fef9d16dd5b1bd48da38beb6604780f96c006960be08 |
File details
Details for the file aws_cdk.aws_wafv2-1.132.0-py3-none-any.whl
.
File metadata
- Download URL: aws_cdk.aws_wafv2-1.132.0-py3-none-any.whl
- Upload date:
- Size: 134.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbae86ec4a1731a03cec3e0060dec47f557731eaad64ec6ea794274c0a9f97f0 |
|
MD5 | c6f6d4bd238ae0cc050910bba6afc06a |
|
BLAKE2b-256 | 244ab76e657bfb46671dc9a9aead4aa1a47b0a6cb985c2ce3e44e23d44498d94 |