C# Class Amazon.WAFRegional.ParameterExceptionField

Constants used for properties of type ParameterExceptionField.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
BYTE_MATCH_FIELD_TYPE ParameterExceptionField
BYTE_MATCH_POSITIONAL_CONSTRAINT ParameterExceptionField
BYTE_MATCH_TEXT_TRANSFORMATION ParameterExceptionField
CHANGE_ACTION ParameterExceptionField
IPSET_TYPE ParameterExceptionField
PREDICATE_TYPE ParameterExceptionField
SIZE_CONSTRAINT_COMPARISON_OPERATOR ParameterExceptionField
SQL_INJECTION_MATCH_FIELD_TYPE ParameterExceptionField
WAF_ACTION ParameterExceptionField

Public Methods

Method Description
FindValue ( string value ) : ParameterExceptionField

Finds the constant for the unique value.

ParameterExceptionField ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : ParameterExceptionField
value string The unique value for the constant
return ParameterExceptionField

ParameterExceptionField() public method

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public ParameterExceptionField ( string value ) : System
value string
return System

Property Details

BYTE_MATCH_FIELD_TYPE public static property

Constant BYTE_MATCH_FIELD_TYPE for ParameterExceptionField
public static ParameterExceptionField,Amazon.WAFRegional BYTE_MATCH_FIELD_TYPE
return ParameterExceptionField

BYTE_MATCH_POSITIONAL_CONSTRAINT public static property

Constant BYTE_MATCH_POSITIONAL_CONSTRAINT for ParameterExceptionField
public static ParameterExceptionField,Amazon.WAFRegional BYTE_MATCH_POSITIONAL_CONSTRAINT
return ParameterExceptionField

BYTE_MATCH_TEXT_TRANSFORMATION public static property

Constant BYTE_MATCH_TEXT_TRANSFORMATION for ParameterExceptionField
public static ParameterExceptionField,Amazon.WAFRegional BYTE_MATCH_TEXT_TRANSFORMATION
return ParameterExceptionField

CHANGE_ACTION public static property

Constant CHANGE_ACTION for ParameterExceptionField
public static ParameterExceptionField,Amazon.WAFRegional CHANGE_ACTION
return ParameterExceptionField

IPSET_TYPE public static property

Constant IPSET_TYPE for ParameterExceptionField
public static ParameterExceptionField,Amazon.WAFRegional IPSET_TYPE
return ParameterExceptionField

PREDICATE_TYPE public static property

Constant PREDICATE_TYPE for ParameterExceptionField
public static ParameterExceptionField,Amazon.WAFRegional PREDICATE_TYPE
return ParameterExceptionField

SIZE_CONSTRAINT_COMPARISON_OPERATOR public static property

Constant SIZE_CONSTRAINT_COMPARISON_OPERATOR for ParameterExceptionField
public static ParameterExceptionField,Amazon.WAFRegional SIZE_CONSTRAINT_COMPARISON_OPERATOR
return ParameterExceptionField

SQL_INJECTION_MATCH_FIELD_TYPE public static property

Constant SQL_INJECTION_MATCH_FIELD_TYPE for ParameterExceptionField
public static ParameterExceptionField,Amazon.WAFRegional SQL_INJECTION_MATCH_FIELD_TYPE
return ParameterExceptionField

WAF_ACTION public static property

Constant WAF_ACTION for ParameterExceptionField
public static ParameterExceptionField,Amazon.WAFRegional WAF_ACTION
return ParameterExceptionField