Class SizeConstraintSetReference
A reference to a SizeConstraintSet resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.WAFRegional
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SizeConstraintSetReference : ISizeConstraintSetReference
Syntax (vb)
Public Class SizeConstraintSetReference Implements ISizeConstraintSetReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.WAFRegional;
var sizeConstraintSetReference = new SizeConstraintSetReference {
SizeConstraintSetId = "sizeConstraintSetId"
};
Synopsis
Constructors
SizeConstraintSetReference() | A reference to a SizeConstraintSet resource. |
Properties
SizeConstraintSetId | The Id of the SizeConstraintSet resource. |
Constructors
SizeConstraintSetReference()
A reference to a SizeConstraintSet resource.
public SizeConstraintSetReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.WAFRegional;
var sizeConstraintSetReference = new SizeConstraintSetReference {
SizeConstraintSetId = "sizeConstraintSetId"
};
Properties
SizeConstraintSetId
The Id of the SizeConstraintSet resource.
public string SizeConstraintSetId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated