WebAclRuleStatementAndStatementStatementNotStatementStatementLabelMatchStatementArgs

data class WebAclRuleStatementAndStatementStatementNotStatementStatementLabelMatchStatementArgs(val key: Output<String>, val scope: Output<String>) : ConvertibleToJava<WebAclRuleStatementAndStatementStatementNotStatementStatementLabelMatchStatementArgs>

Constructors

constructor(key: Output<String>, scope: Output<String>)

Properties

Link copied to clipboard
val key: Output<String>

String to match against.

Link copied to clipboard
val scope: Output<String>

Specify whether you want to match using the label name or just the namespace. Valid values are LABEL or NAMESPACE.

Functions

Link copied to clipboard
open override fun toJava(): WebAclRuleStatementAndStatementStatementNotStatementStatementLabelMatchStatementArgs