Interface CfnIPSetMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIPSetMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-04-14T18:32:20.077Z")
@Stability(Stable)
public interface CfnIPSetMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnIPSetPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.wafregional.*;
CfnIPSetMixinProps cfnIPSetMixinProps = CfnIPSetMixinProps.builder()
.ipSetDescriptors(List.of(Map.of(
"type", "type",
"value", "value")))
.name("name")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnIPSetMixinPropsstatic final classAn implementation forCfnIPSetMixinProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnIPSetMixinProps.Builderbuilder()default ObjectThe IP address type (IPV4orIPV6) and the IP address range (in CIDR notation) that web requests originate from.default StringgetName()A friendly name or description of theIPSet.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIpSetDescriptors
The IP address type (IPV4orIPV6) and the IP address range (in CIDR notation) that web requests originate from.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnIPSetPropsMixin.IPSetDescriptorProperty>- See Also:
-
getName
A friendly name or description of theIPSet.You can't change the name of an
IPSetafter you create it.- See Also:
-
builder
- Returns:
- a
CfnIPSetMixinProps.BuilderofCfnIPSetMixinProps
-