tcp Flags
suspend fun tcpFlags(value: Output<List<RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesTcpFlagArgs>>)
suspend fun tcpFlags(value: List<RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesTcpFlagArgs>?)
Parameters
value
Set of configuration blocks containing the TCP flags and masks to inspect for. If not specified, this matches with any settings.
suspend fun tcpFlags(vararg values: Output<RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesTcpFlagArgs>)
suspend fun tcpFlags(values: List<Output<RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesTcpFlagArgs>>)
suspend fun tcpFlags(vararg values: RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesTcpFlagArgs)
Parameters
values
Set of configuration blocks containing the TCP flags and masks to inspect for. If not specified, this matches with any settings.
suspend fun tcpFlags(argument: List<suspend RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesTcpFlagArgsBuilder.() -> Unit>)
suspend fun tcpFlags(vararg argument: suspend RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesTcpFlagArgsBuilder.() -> Unit)
suspend fun tcpFlags(argument: suspend RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesTcpFlagArgsBuilder.() -> Unit)
Parameters
argument
Set of configuration blocks containing the TCP flags and masks to inspect for. If not specified, this matches with any settings.