Class CloudfrontWebAcl
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- software.aws.awsprototypingsdk.staticwebsite.CloudfrontWebAcl
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.65.0 (build 7a02b7f)", date="2022-08-30T04:18:33.210Z") @Stability(Experimental) public class CloudfrontWebAcl extends software.constructs.Construct
(experimental) This construct creates a WAFv2 Web ACL for cloudfront in the us-east-1 region (required for cloudfront) no matter the region of the parent cdk stack.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCloudfrontWebAcl.Builder(experimental) A fluent builder forCloudfrontWebAcl.
-
Constructor Summary
Constructors Modifier Constructor Description protectedCloudfrontWebAcl(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedCloudfrontWebAcl(software.amazon.jsii.JsiiObjectRef objRef)CloudfrontWebAcl(software.constructs.Construct scope, String id)CloudfrontWebAcl(software.constructs.Construct scope, String id, CloudFrontWebAclProps props)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetWebAclArn()StringgetWebAclId()-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
CloudfrontWebAcl
protected CloudfrontWebAcl(software.amazon.jsii.JsiiObjectRef objRef)
-
CloudfrontWebAcl
protected CloudfrontWebAcl(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
CloudfrontWebAcl
@Stability(Experimental) public CloudfrontWebAcl(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CloudFrontWebAclProps props)- Parameters:
scope- This parameter is required.id- This parameter is required.props-
-
CloudfrontWebAcl
@Stability(Experimental) public CloudfrontWebAcl(@NotNull software.constructs.Construct scope, @NotNull String id)- Parameters:
scope- This parameter is required.id- This parameter is required.
-
-