Package com.pulumi.aws.wafv2.inputs
Class WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementLabelMatchStatementArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.wafv2.inputs.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementLabelMatchStatementArgs
-
public final class WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementLabelMatchStatementArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementLabelMatchStatementArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementLabelMatchStatementArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementLabelMatchStatementArgs.Builder
builder()
static WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementLabelMatchStatementArgs.Builder
builder(WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementLabelMatchStatementArgs defaults)
com.pulumi.core.Output<java.lang.String>
key()
com.pulumi.core.Output<java.lang.String>
scope()
-
-
-
Field Detail
-
Empty
public static final WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementLabelMatchStatementArgs Empty
-
-
Method Detail
-
key
public com.pulumi.core.Output<java.lang.String> key()
- Returns:
- String to match against.
-
scope
public com.pulumi.core.Output<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 WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementLabelMatchStatementArgs.Builder builder()
-
-