com.pulumi.aws.wafregional.inputs.SizeConstraintSetSizeConstraintFieldToMatchArgs 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.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class SizeConstraintSetSizeConstraintFieldToMatchArgs extends com.pulumi.resources.ResourceArgs {
public static final SizeConstraintSetSizeConstraintFieldToMatchArgs Empty = new SizeConstraintSetSizeConstraintFieldToMatchArgs();
/**
* When `type` is `HEADER`, enter the name of the header that you want to search, e.g., `User-Agent` or `Referer`.
* If `type` is any other value, omit this field.
*
*/
@Import(name="data")
private @Nullable Output data;
/**
* @return When `type` is `HEADER`, enter the name of the header that you want to search, e.g., `User-Agent` or `Referer`.
* If `type` is any other value, omit this field.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy