Show / Hide Table of Contents

Class CfnByteMatchSetPropsMixin

This is AWS WAF Classic documentation.

Inheritance
object
Mixin
CfnByteMatchSetPropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
Namespace: Amazon.CDK.Mixins.Preview.AWS.WAFRegional.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnByteMatchSetPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnByteMatchSetPropsMixin Inherits Mixin Implements IMixin
Remarks

For more information, see AWS WAF Classic in the developer guide.

<em>For the latest version of AWS WAF</em> , use the AWS WAF V2 API and see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html">AWS WAF Developer Guide</a> . With the latest version, AWS WAF has a single set of endpoints for regional and global use.

The AWS::WAFRegional::ByteMatchSet resource creates an AWS WAF ByteMatchSet that identifies a part of a web request that you want to inspect.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html

CloudformationResource: AWS::WAFRegional::ByteMatchSet

Mixin: true

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.Mixins.Preview.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.WAFRegional.Mixins;

             var cfnByteMatchSetPropsMixin = new CfnByteMatchSetPropsMixin(new CfnByteMatchSetMixinProps {
                 ByteMatchTuples = new [] { new ByteMatchTupleProperty {
                     FieldToMatch = new FieldToMatchProperty {
                         Data = "data",
                         Type = "type"
                     },
                     PositionalConstraint = "positionalConstraint",
                     TargetString = "targetString",
                     TargetStringBase64 = "targetStringBase64",
                     TextTransformation = "textTransformation"
                 } },
                 Name = "name"
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Synopsis

Constructors

CfnByteMatchSetPropsMixin(ICfnByteMatchSetMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::WAFRegional::ByteMatchSet.

Properties

CFN_PROPERTY_KEYS

This is AWS WAF Classic documentation.

Props

This is AWS WAF Classic documentation.

Strategy

This is AWS WAF Classic documentation.

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

Supports(IConstruct)

Check if this mixin supports the given construct.

Constructors

CfnByteMatchSetPropsMixin(ICfnByteMatchSetMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::WAFRegional::ByteMatchSet.

public CfnByteMatchSetPropsMixin(ICfnByteMatchSetMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
props ICfnByteMatchSetMixinProps

L1 properties to apply.

options ICfnPropertyMixinOptions

Mixin options.

Remarks

For more information, see AWS WAF Classic in the developer guide.

<em>For the latest version of AWS WAF</em> , use the AWS WAF V2 API and see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html">AWS WAF Developer Guide</a> . With the latest version, AWS WAF has a single set of endpoints for regional and global use.

The AWS::WAFRegional::ByteMatchSet resource creates an AWS WAF ByteMatchSet that identifies a part of a web request that you want to inspect.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html

CloudformationResource: AWS::WAFRegional::ByteMatchSet

Mixin: true

ExampleMetadata: fixture=_generated

Properties

CFN_PROPERTY_KEYS

This is AWS WAF Classic documentation.

protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value

string[]

Remarks

For more information, see AWS WAF Classic in the developer guide.

<em>For the latest version of AWS WAF</em> , use the AWS WAF V2 API and see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html">AWS WAF Developer Guide</a> . With the latest version, AWS WAF has a single set of endpoints for regional and global use.

The AWS::WAFRegional::ByteMatchSet resource creates an AWS WAF ByteMatchSet that identifies a part of a web request that you want to inspect.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html

CloudformationResource: AWS::WAFRegional::ByteMatchSet

Mixin: true

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.Mixins.Preview.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.WAFRegional.Mixins;

             var cfnByteMatchSetPropsMixin = new CfnByteMatchSetPropsMixin(new CfnByteMatchSetMixinProps {
                 ByteMatchTuples = new [] { new ByteMatchTupleProperty {
                     FieldToMatch = new FieldToMatchProperty {
                         Data = "data",
                         Type = "type"
                     },
                     PositionalConstraint = "positionalConstraint",
                     TargetString = "targetString",
                     TargetStringBase64 = "targetStringBase64",
                     TextTransformation = "textTransformation"
                 } },
                 Name = "name"
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Props

This is AWS WAF Classic documentation.

protected virtual ICfnByteMatchSetMixinProps Props { get; }
Property Value

ICfnByteMatchSetMixinProps

Remarks

For more information, see AWS WAF Classic in the developer guide.

<em>For the latest version of AWS WAF</em> , use the AWS WAF V2 API and see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html">AWS WAF Developer Guide</a> . With the latest version, AWS WAF has a single set of endpoints for regional and global use.

The AWS::WAFRegional::ByteMatchSet resource creates an AWS WAF ByteMatchSet that identifies a part of a web request that you want to inspect.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html

CloudformationResource: AWS::WAFRegional::ByteMatchSet

Mixin: true

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.Mixins.Preview.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.WAFRegional.Mixins;

             var cfnByteMatchSetPropsMixin = new CfnByteMatchSetPropsMixin(new CfnByteMatchSetMixinProps {
                 ByteMatchTuples = new [] { new ByteMatchTupleProperty {
                     FieldToMatch = new FieldToMatchProperty {
                         Data = "data",
                         Type = "type"
                     },
                     PositionalConstraint = "positionalConstraint",
                     TargetString = "targetString",
                     TargetStringBase64 = "targetStringBase64",
                     TextTransformation = "textTransformation"
                 } },
                 Name = "name"
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Strategy

This is AWS WAF Classic documentation.

protected virtual PropertyMergeStrategy Strategy { get; }
Property Value

PropertyMergeStrategy

Remarks

For more information, see AWS WAF Classic in the developer guide.

<em>For the latest version of AWS WAF</em> , use the AWS WAF V2 API and see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html">AWS WAF Developer Guide</a> . With the latest version, AWS WAF has a single set of endpoints for regional and global use.

The AWS::WAFRegional::ByteMatchSet resource creates an AWS WAF ByteMatchSet that identifies a part of a web request that you want to inspect.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html

CloudformationResource: AWS::WAFRegional::ByteMatchSet

Mixin: true

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.Mixins.Preview.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.WAFRegional.Mixins;

             var cfnByteMatchSetPropsMixin = new CfnByteMatchSetPropsMixin(new CfnByteMatchSetMixinProps {
                 ByteMatchTuples = new [] { new ByteMatchTupleProperty {
                     FieldToMatch = new FieldToMatchProperty {
                         Data = "data",
                         Type = "type"
                     },
                     PositionalConstraint = "positionalConstraint",
                     TargetString = "targetString",
                     TargetStringBase64 = "targetStringBase64",
                     TextTransformation = "textTransformation"
                 } },
                 Name = "name"
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

public override IConstruct ApplyTo(IConstruct construct)
Parameters
construct IConstruct
Returns

IConstruct

Overrides
Mixin.ApplyTo(IConstruct)
Remarks

For more information, see AWS WAF Classic in the developer guide.

<em>For the latest version of AWS WAF</em> , use the AWS WAF V2 API and see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html">AWS WAF Developer Guide</a> . With the latest version, AWS WAF has a single set of endpoints for regional and global use.

The AWS::WAFRegional::ByteMatchSet resource creates an AWS WAF ByteMatchSet that identifies a part of a web request that you want to inspect.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html

CloudformationResource: AWS::WAFRegional::ByteMatchSet

Mixin: true

ExampleMetadata: fixture=_generated

Supports(IConstruct)

Check if this mixin supports the given construct.

public override bool Supports(IConstruct construct)
Parameters
construct IConstruct
Returns

bool

Overrides
Mixin.Supports(IConstruct)
Remarks

For more information, see AWS WAF Classic in the developer guide.

<em>For the latest version of AWS WAF</em> , use the AWS WAF V2 API and see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html">AWS WAF Developer Guide</a> . With the latest version, AWS WAF has a single set of endpoints for regional and global use.

The AWS::WAFRegional::ByteMatchSet resource creates an AWS WAF ByteMatchSet that identifies a part of a web request that you want to inspect.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-bytematchset.html

CloudformationResource: AWS::WAFRegional::ByteMatchSet

Mixin: true

ExampleMetadata: fixture=_generated

Implements

IMixin
Back to top Generated by DocFX