Show / Hide Table of Contents

Class SizeConstraintSetState

Inheritance
System.Object
InputArgs
ResourceArgs
SizeConstraintSetState
Inherited Members
ResourceArgs.Empty
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 Source

SizeConstraintSetState()

Declaration
public SizeConstraintSetState()

Properties

View Source

Arn

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name or description of the Size Constraint Set.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.