ManagedRuleSetListArgs

data class ManagedRuleSetListArgs(val managedRuleSets: Output<List<FrontDoorManagedRuleSetArgs>>? = null) : ConvertibleToJava<ManagedRuleSetListArgs>

Defines the list of managed rule sets for the policy.

Constructors

Link copied to clipboard
constructor(managedRuleSets: Output<List<FrontDoorManagedRuleSetArgs>>? = null)

Properties

Link copied to clipboard

List of rule sets.

Functions

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