Class SizeConstraintSetArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Waf
Assembly: Pulumi.Aws.dll
Syntax
public sealed class SizeConstraintSetArgs : ResourceArgs
Constructors
View SourceSizeConstraintSetArgs()
Declaration
public SizeConstraintSetArgs()
Properties
View SourceName
The name or description of the Size Constraint Set.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SizeConstraints
Specifies the parts of web requests that you want to inspect the size of.
Declaration
public InputList<SizeConstraintSetSizeConstraintArgs> SizeConstraints { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<SizeConstraintSetSizeConstraintArgs> |