Class IpSetIpSetDescriptor
- java.lang.Object
-
- com.pulumi.aws.wafregional.outputs.IpSetIpSetDescriptor
-
public final class IpSetIpSetDescriptor extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IpSetIpSetDescriptor.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IpSetIpSetDescriptor.Builder
builder()
static IpSetIpSetDescriptor.Builder
builder(IpSetIpSetDescriptor defaults)
java.lang.String
type()
java.lang.String
value()
-
-
-
Method Detail
-
type
public java.lang.String type()
- Returns:
- The string like IPV4 or IPV6.
-
value
public java.lang.String value()
- Returns:
- The CIDR notation.
-
builder
public static IpSetIpSetDescriptor.Builder builder()
-
builder
public static IpSetIpSetDescriptor.Builder builder(IpSetIpSetDescriptor defaults)
-
-