Show / Hide Table of Contents

Class ByteMatchSetReference

A reference to a ByteMatchSet resource.

Inheritance
object
ByteMatchSetReference
Implements
IByteMatchSetReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.WAF
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.WAF;

            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.WAF;

            var byteMatchSetReference = new ByteMatchSetReference {
                ByteMatchSetId = "byteMatchSetId"
            };

Properties

ByteMatchSetId

The Id of the ByteMatchSet resource.

public string ByteMatchSetId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IByteMatchSetReference
Back to top Generated by DocFX