| Modifier and Type | Method and Description |
|---|---|
CfnIPSet |
build() |
static CfnIPSet.Builder |
create(software.constructs.Construct scope,
String id) |
CfnIPSet.Builder |
ipSetDescriptors(IResolvable ipSetDescriptors)
The IP address type ( `IPV4` or `IPV6` ) and the IP address range (in CIDR notation) that web requests originate from.
|
CfnIPSet.Builder |
ipSetDescriptors(List<? extends Object> ipSetDescriptors)
The IP address type ( `IPV4` or `IPV6` ) and the IP address range (in CIDR notation) that web requests originate from.
|
CfnIPSet.Builder |
name(String name)
The name of the `IPSet` .
|
@Stability(value=Stable) public static CfnIPSet.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnIPSet.IPSetDescriptorProperty.Builder.@Stability(value=Stable) public CfnIPSet.Builder name(String name)
You can't change the name of an IPSet after you create it.
name - The name of the `IPSet` . This parameter is required.this@Stability(value=Stable) public CfnIPSet.Builder ipSetDescriptors(IResolvable ipSetDescriptors)
If the WebACL is associated with an Amazon CloudFront distribution and the viewer did not use an HTTP proxy or a load balancer to send the request, this is the value of the c-ip field in the CloudFront access logs.
ipSetDescriptors - The IP address type ( `IPV4` or `IPV6` ) and the IP address range (in CIDR notation) that web requests originate from. This parameter is required.this@Stability(value=Stable) public CfnIPSet.Builder ipSetDescriptors(List<? extends Object> ipSetDescriptors)
If the WebACL is associated with an Amazon CloudFront distribution and the viewer did not use an HTTP proxy or a load balancer to send the request, this is the value of the c-ip field in the CloudFront access logs.
ipSetDescriptors - The IP address type ( `IPV4` or `IPV6` ) and the IP address range (in CIDR notation) that web requests originate from. This parameter is required.thisCopyright © 2022. All rights reserved.