interface ByteMatchSetReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.WAFRegional.ByteMatchSetReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awswafregional#ByteMatchSetReference |
![]() | software.amazon.awscdk.services.waf.regional.ByteMatchSetReference |
![]() | aws_cdk.aws_wafregional.ByteMatchSetReference |
![]() | aws-cdk-lib » aws_wafregional » ByteMatchSetReference |
A reference to a ByteMatchSet resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_wafregional as wafregional } from 'aws-cdk-lib';
const byteMatchSetReference: wafregional.ByteMatchSetReference = {
byteMatchSetId: 'byteMatchSetId',
};
Properties
Name | Type | Description |
---|---|---|
byte | string | The Id of the ByteMatchSet resource. |
byteMatchSetId
Type:
string
The Id of the ByteMatchSet resource.