interface ByteMatchSetReference
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.WAFRegional.ByteMatchSetReference | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awswafregional#ByteMatchSetReference | 
|  Java | software.amazon.awscdk.services.waf.regional.ByteMatchSetReference | 
|  Python | aws_cdk.aws_wafregional.ByteMatchSetReference | 
|  TypeScript | 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.
