Package com.pulumi.aws.waf
Class ByteMatchSetArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.waf.ByteMatchSetArgs
-
public final class ByteMatchSetArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ByteMatchSetArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static ByteMatchSetArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ByteMatchSetArgs.Builder
builder()
static ByteMatchSetArgs.Builder
builder(ByteMatchSetArgs 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 ByteMatchSetArgs Empty
-
-
Method Detail
-
byteMatchTuples
public java.util.Optional<com.pulumi.core.Output<java.util.List<ByteMatchSetByteMatchTupleArgs>>> byteMatchTuples()
- Returns:
- Specifies the bytes (typically a string that corresponds with ASCII characters) that you want to search for in web requests, the location in requests that you want to search, and other settings.
-
name
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
- Returns:
- The name or description of the Byte Match Set.
-
builder
public static ByteMatchSetArgs.Builder builder()
-
builder
public static ByteMatchSetArgs.Builder builder(ByteMatchSetArgs defaults)
-
-