Interface IByteMatchSetReference
A reference to a ByteMatchSet resource.
Namespace: Amazon.CDK.AWS.WAFRegional
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IByteMatchSetReference
Syntax (vb)
Public Interface 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
Properties
ByteMatchSetId | The Id of the ByteMatchSet resource. |
Properties
ByteMatchSetId
The Id of the ByteMatchSet resource.
string ByteMatchSetId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated