Package-level declarations
Types
Link copied to clipboard
data class PolicyArgs(val customRules: Output<List<PolicyCustomRuleArgs>>? = null, val location: Output<String>? = null, val managedRules: Output<PolicyManagedRulesArgs>? = null, val name: Output<String>? = null, val policySettings: Output<PolicyPolicySettingsArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<PolicyArgs>
Manages a Azure Web Application Firewall Policy instance.
Link copied to clipboard
class PolicyArgsBuilder
Builder for PolicyArgs.
Link copied to clipboard
Link copied to clipboard
class PolicyResourceBuilder
Builder for Policy.
Link copied to clipboard
object WafFunctions