Class CfnWebACLAssociationPropsMixin
This is AWS WAF Classic documentation.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.WAFRegional.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnWebACLAssociationPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnWebACLAssociationPropsMixin 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::WebACLAssociation resource associates an AWS WAF Regional web access control group (ACL) with a resource.
CloudformationResource: AWS::WAFRegional::WebACLAssociation
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 cfnWebACLAssociationPropsMixin = new CfnWebACLAssociationPropsMixin(new CfnWebACLAssociationMixinProps {
ResourceArn = "resourceArn",
WebAclId = "webAclId"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Synopsis
Constructors
| CfnWebACLAssociationPropsMixin(ICfnWebACLAssociationMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
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
CfnWebACLAssociationPropsMixin(ICfnWebACLAssociationMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::WAFRegional::WebACLAssociation.
public CfnWebACLAssociationPropsMixin(ICfnWebACLAssociationMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnWebACLAssociationMixinProps
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::WebACLAssociation resource associates an AWS WAF Regional web access control group (ACL) with a resource.
CloudformationResource: AWS::WAFRegional::WebACLAssociation
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::WebACLAssociation resource associates an AWS WAF Regional web access control group (ACL) with a resource.
CloudformationResource: AWS::WAFRegional::WebACLAssociation
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 cfnWebACLAssociationPropsMixin = new CfnWebACLAssociationPropsMixin(new CfnWebACLAssociationMixinProps {
ResourceArn = "resourceArn",
WebAclId = "webAclId"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Props
This is AWS WAF Classic documentation.
protected virtual ICfnWebACLAssociationMixinProps Props { get; }
Property Value
ICfnWebACLAssociationMixinProps
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::WebACLAssociation resource associates an AWS WAF Regional web access control group (ACL) with a resource.
CloudformationResource: AWS::WAFRegional::WebACLAssociation
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 cfnWebACLAssociationPropsMixin = new CfnWebACLAssociationPropsMixin(new CfnWebACLAssociationMixinProps {
ResourceArn = "resourceArn",
WebAclId = "webAclId"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Strategy
This is AWS WAF Classic documentation.
protected virtual PropertyMergeStrategy Strategy { get; }
Property Value
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::WebACLAssociation resource associates an AWS WAF Regional web access control group (ACL) with a resource.
CloudformationResource: AWS::WAFRegional::WebACLAssociation
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 cfnWebACLAssociationPropsMixin = new CfnWebACLAssociationPropsMixin(new CfnWebACLAssociationMixinProps {
ResourceArn = "resourceArn",
WebAclId = "webAclId"
}, 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
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::WebACLAssociation resource associates an AWS WAF Regional web access control group (ACL) with a resource.
CloudformationResource: AWS::WAFRegional::WebACLAssociation
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
Overrides
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::WebACLAssociation resource associates an AWS WAF Regional web access control group (ACL) with a resource.
CloudformationResource: AWS::WAFRegional::WebACLAssociation
Mixin: true
ExampleMetadata: fixture=_generated