Class ByteMatchSetState
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.wafregional.inputs.ByteMatchSetState
-
public final class ByteMatchSetState extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ByteMatchSetState.Builder
-
Field Summary
Fields Modifier and Type Field Description static ByteMatchSetState
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ByteMatchSetState.Builder
builder()
static ByteMatchSetState.Builder
builder(ByteMatchSetState defaults)
java.util.Optional<com.pulumi.core.Output<java.util.List<ByteMatchSetByteMatchTupleArgs>>>
byteMatchTuples()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
name()
-
-
-
Field Detail
-
Empty
public static final ByteMatchSetState Empty
-
-
Method Detail
-
byteMatchTuples
public java.util.Optional<com.pulumi.core.Output<java.util.List<ByteMatchSetByteMatchTupleArgs>>> byteMatchTuples()
- Returns:
- Settings for the ByteMatchSet, such as the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests. ByteMatchTuple documented below.
-
name
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
- Returns:
- The name or description of the ByteMatchSet.
-
builder
public static ByteMatchSetState.Builder builder()
-
builder
public static ByteMatchSetState.Builder builder(ByteMatchSetState defaults)
-
-