Class SizeConstraintSetState
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.WafRegional
Assembly: Pulumi.Aws.dll
Syntax
public sealed class SizeConstraintSetState : ResourceArgs
Constructors
View SourceSizeConstraintSetState()
Declaration
public SizeConstraintSetState()
Properties
View SourceArn
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
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<SizeConstraintSetSizeConstraintGetArgs> SizeConstraints { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<SizeConstraintSetSizeConstraintGetArgs> |