RuleGroupRuleGroupRulesSourceRulesSourceListArgs

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

Constructors

constructor(generatedRulesType: Output<String>, targetTypes: Output<List<String>>, targets: Output<List<String>>)

Properties

Link copied to clipboard

String value to specify whether domains in the target list are allowed or denied access. Valid values: ALLOWLIST, DENYLIST.

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

Set of domains that you want to inspect for in your traffic flows.

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

Set of types of domain specifications that are provided in the targets argument. Valid values: HTTP_HOST, TLS_SNI.

Functions

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