Class ByteMatchSetReference
A reference to a ByteMatchSet resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.WAFRegional
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ByteMatchSetReference : IByteMatchSetReference
Syntax (vb)
Public Class ByteMatchSetReference Implements IByteMatchSetReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.WAFRegional;
var byteMatchSetReference = new ByteMatchSetReference {
ByteMatchSetId = "byteMatchSetId"
};
Synopsis
Constructors
ByteMatchSetReference() | A reference to a ByteMatchSet resource. |
Properties
ByteMatchSetId | The Id of the ByteMatchSet resource. |
Constructors
ByteMatchSetReference()
A reference to a ByteMatchSet resource.
public ByteMatchSetReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.WAFRegional;
var byteMatchSetReference = new ByteMatchSetReference {
ByteMatchSetId = "byteMatchSetId"
};
Properties
ByteMatchSetId
The Id of the ByteMatchSet resource.
public string ByteMatchSetId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated