interface SizeConstraintSetReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.WAF.SizeConstraintSetReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awswaf#SizeConstraintSetReference |
Java | software.amazon.awscdk.interfaces.waf.SizeConstraintSetReference |
Python | aws_cdk.interfaces.aws_waf.SizeConstraintSetReference |
TypeScript | aws-cdk-lib » interfaces » aws_waf » SizeConstraintSetReference |
A reference to a SizeConstraintSet resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_waf as interfaces_aws_waf } from 'aws-cdk-lib/interfaces';
const sizeConstraintSetReference: interfaces_aws_waf.SizeConstraintSetReference = {
sizeConstraintSetId: 'sizeConstraintSetId',
};
Properties
| Name | Type | Description |
|---|---|---|
| size | string | The Id of the SizeConstraintSet resource. |
sizeConstraintSetId
Type:
string
The Id of the SizeConstraintSet resource.

.NET
Go
Java
Python
TypeScript