Package com.pulumi.aws.wafv2
Class RegexPatternSetArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.wafv2.RegexPatternSetArgs
-
public final class RegexPatternSetArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RegexPatternSetArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static RegexPatternSetArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RegexPatternSetArgs.Builder
builder()
static RegexPatternSetArgs.Builder
builder(RegexPatternSetArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
description()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
name()
java.util.Optional<com.pulumi.core.Output<java.util.List<RegexPatternSetRegularExpressionArgs>>>
regularExpressions()
com.pulumi.core.Output<java.lang.String>
scope()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tags()
-
-
-
Field Detail
-
Empty
public static final RegexPatternSetArgs Empty
-
-
Method Detail
-
description
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
- Returns:
- A friendly description of the regular expression pattern set.
-
name
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
- Returns:
- A friendly name of the regular expression pattern set.
-
regularExpressions
public java.util.Optional<com.pulumi.core.Output<java.util.List<RegexPatternSetRegularExpressionArgs>>> regularExpressions()
- Returns:
- One or more blocks of regular expression patterns that you want AWS WAF to search for, such as `B[a@]dB[o0]t`. See Regular Expression below for details.
-
scope
public com.pulumi.core.Output<java.lang.String> scope()
- Returns:
- Specifies whether this is for an AWS CloudFront distribution or for a regional application. Valid values are `CLOUDFRONT` or `REGIONAL`. To work with CloudFront, you must also specify the region `us-east-1` (N. Virginia) on the AWS provider.
-
tags
public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> tags()
- Returns:
- An array of key:value pairs to associate with the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
-
builder
public static RegexPatternSetArgs.Builder builder()
-
builder
public static RegexPatternSetArgs.Builder builder(RegexPatternSetArgs defaults)
-
-