| 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)
A friendly name or description 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 - A friendly name or description of the `IPSet` . This parameter is required.this@Stability(value=Stable) public CfnIPSet.Builder ipSetDescriptors(IResolvable ipSetDescriptors)
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)
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.