
com.pulumi.azurenative.network.inputs.ManagedRuleGroupOverrideArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.network.inputs;
import com.pulumi.azurenative.network.inputs.ManagedRuleOverrideArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Defines a managed rule group override setting.
*
*/
public final class ManagedRuleGroupOverrideArgs extends com.pulumi.resources.ResourceArgs {
public static final ManagedRuleGroupOverrideArgs Empty = new ManagedRuleGroupOverrideArgs();
/**
* The managed rule group to override.
*
*/
@Import(name="ruleGroupName", required=true)
private Output ruleGroupName;
/**
* @return The managed rule group to override.
*
*/
public Output ruleGroupName() {
return this.ruleGroupName;
}
/**
* List of rules that will be disabled. If none specified, all rules in the group will be disabled.
*
*/
@Import(name="rules")
private @Nullable Output> rules;
/**
* @return List of rules that will be disabled. If none specified, all rules in the group will be disabled.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy