interface SizeConstraintSetReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.WAF.SizeConstraintSetReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awswaf#SizeConstraintSetReference |
![]() | software.amazon.awscdk.services.waf.SizeConstraintSetReference |
![]() | aws_cdk.aws_waf.SizeConstraintSetReference |
![]() | aws-cdk-lib » 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 waf } from 'aws-cdk-lib';
const sizeConstraintSetReference: 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.