Package com.pulumi.aws.wafv2.outputs
Class WebAclRuleStatementLabelMatchStatement
- java.lang.Object
-
- com.pulumi.aws.wafv2.outputs.WebAclRuleStatementLabelMatchStatement
-
public final class WebAclRuleStatementLabelMatchStatement extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebAclRuleStatementLabelMatchStatement.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebAclRuleStatementLabelMatchStatement.Builder
builder()
static WebAclRuleStatementLabelMatchStatement.Builder
builder(WebAclRuleStatementLabelMatchStatement defaults)
java.lang.String
key()
java.lang.String
scope()
-
-
-
Method Detail
-
key
public java.lang.String key()
- Returns:
- String to match against.
-
scope
public java.lang.String scope()
- Returns:
- Specify whether you want to match using the label name or just the namespace. Valid values are `LABEL` or `NAMESPACE`.
-
builder
public static WebAclRuleStatementLabelMatchStatement.Builder builder()
-
builder
public static WebAclRuleStatementLabelMatchStatement.Builder builder(WebAclRuleStatementLabelMatchStatement defaults)
-
-