Interface CloudFrontWebAclProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudFrontWebAclProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.65.0 (build 7a02b7f)", date="2022-08-30T04:18:33.209Z") @Stability(Experimental) public interface CloudFrontWebAclProps extends software.amazon.jsii.JsiiSerializable
(experimental) Properties to configure the web acl.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudFrontWebAclProps.BuilderA builder forCloudFrontWebAclPropsstatic classCloudFrontWebAclProps.Jsii$ProxyAn implementation forCloudFrontWebAclProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static CloudFrontWebAclProps.Builderbuilder()default CidrAllowListgetCidrAllowList()(experimental) List of cidr ranges to allow.default List<ManagedRule>getManagedRules()(experimental) List of managed rules to apply to the web acl.
-
-
-
Method Detail
-
getCidrAllowList
@Stability(Experimental) @Nullable default CidrAllowList getCidrAllowList()
(experimental) List of cidr ranges to allow.Default: - undefined
-
getManagedRules
@Stability(Experimental) @Nullable default List<ManagedRule> getManagedRules()
(experimental) List of managed rules to apply to the web acl.Default: - [{ vendor: "AWS", name: "AWSManagedRulesCommonRuleSet" }]
-
builder
@Stability(Experimental) static CloudFrontWebAclProps.Builder builder()
- Returns:
- a
CloudFrontWebAclProps.BuilderofCloudFrontWebAclProps
-
-