| Package | Description |
|---|---|
| software.amazon.awscdk.services.wafv2 |
AWS::WAFv2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnIPSet.Builder |
CfnIPSet.Builder.addresses(List<String> addresses)
Contains an array of strings that specifies zero or more IP addresses or blocks of IP addresses in Classless Inter-Domain Routing (CIDR) notation.
|
static CfnIPSet.Builder |
CfnIPSet.Builder.create(software.constructs.Construct scope,
String id) |
CfnIPSet.Builder |
CfnIPSet.Builder.description(String description)
A description of the IP set that helps with identification.
|
CfnIPSet.Builder |
CfnIPSet.Builder.ipAddressVersion(String ipAddressVersion)
The version of the IP addresses, either `IPV4` or `IPV6` .
|
CfnIPSet.Builder |
CfnIPSet.Builder.name(String name)
The name of the IP set.
|
CfnIPSet.Builder |
CfnIPSet.Builder.scope(String scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
CfnIPSet.Builder |
CfnIPSet.Builder.tags(List<? extends CfnTag> tags)
Key:value pairs associated with an AWS resource.
|
Copyright © 2022. All rights reserved.