RuleGroupRulesSourceListArgs

data class RuleGroupRulesSourceListArgs(val generatedRulesType: Output<RuleGroupGeneratedRulesType>, val targetTypes: Output<List<RuleGroupTargetType>>, val targets: Output<List<String>>) : ConvertibleToJava<RuleGroupRulesSourceListArgs>

Constructors

Link copied to clipboard
constructor(generatedRulesType: Output<RuleGroupGeneratedRulesType>, targetTypes: Output<List<RuleGroupTargetType>>, targets: Output<List<String>>)

Properties

Link copied to clipboard

Whether you want to allow or deny access to the domains in your target list.

Link copied to clipboard
val targets: Output<List<String>>

The domains that you want to inspect for in your traffic flows. Valid domain specifications are the following:

Link copied to clipboard

The types of targets to inspect for. Valid values are TLS_SNI and HTTP_HOST .

Functions

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