Interface CfnIPSetProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnIPSetProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-23T05:56:24.790Z") @Stability(Stable) public interface CfnIPSetProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnIPSet.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.waf.regional.*;
 CfnIPSetProps cfnIPSetProps = CfnIPSetProps.builder()
         .name("name")
         // the properties below are optional
         .ipSetDescriptors(List.of(Map.of(
                 "type", "type",
                 "value", "value")))
         .build();
 

See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    A builder for CfnIPSetProps
    static final class 
    An implementation for CfnIPSetProps
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default Object
    The IP address type ( IPV4 or IPV6 ) and the IP address range (in CIDR notation) that web requests originate from.
    A friendly name or description of the IPSet .

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson