com.pulumi.aws.wafregional.RateBasedRuleArgs 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.aws.wafregional;
import com.pulumi.aws.wafregional.inputs.RateBasedRulePredicateArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Integer;
import java.lang.String;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class RateBasedRuleArgs extends com.pulumi.resources.ResourceArgs {
public static final RateBasedRuleArgs Empty = new RateBasedRuleArgs();
/**
* The name or description for the Amazon CloudWatch metric of this rule.
*
*/
@Import(name="metricName", required=true)
private Output metricName;
/**
* @return The name or description for the Amazon CloudWatch metric of this rule.
*
*/
public Output metricName() {
return this.metricName;
}
/**
* The name or description of the rule.
*
*/
@Import(name="name")
private @Nullable Output name;
/**
* @return The name or description of the rule.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy