Class CloudfrontWebAcl

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.69.0 (build f656c31)",
               date="2022-11-08T06:39:58.431Z")
    @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 class  CloudfrontWebAcl.Builder
      (experimental) A fluent builder for CloudfrontWebAcl.
      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
      • Nested classes/interfaces inherited from interface software.constructs.IConstruct

        software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
    • 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.
    • Method Detail

      • getWebAclArn

        @Stability(Experimental)
        @NotNull
        public String getWebAclArn()
      • getWebAclId

        @Stability(Experimental)
        @NotNull
        public String getWebAclId()