interface IByteMatchSetRef
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.WAFRegional.IByteMatchSetRef | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awswafregional#IByteMatchSetRef | 
|  Java | software.amazon.awscdk.services.waf.regional.IByteMatchSetRef | 
|  Python | aws_cdk.aws_wafregional.IByteMatchSetRef | 
|  TypeScript | aws-cdk-lib»aws_wafregional»IByteMatchSetRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a ByteMatchSet.
Properties
| Name | Type | Description | 
|---|---|---|
| byte | Byte | A reference to a ByteMatchSet resource. | 
| node | Node | The tree node. | 
byteMatchSetRef
Type:
Byte
A reference to a ByteMatchSet resource.
node
Type:
Node
The tree node.
