Show / Hide Table of Contents

Interface ICfnWebACLAssociationMixinProps

Properties for CfnWebACLAssociationPropsMixin.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.WAFRegional
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface ICfnWebACLAssociationMixinProps
Syntax (vb)
Public Interface ICfnWebACLAssociationMixinProps
Remarks

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

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.CfnPropertyMixins.AWS.WAFRegional;

             var cfnWebACLAssociationMixinProps = new CfnWebACLAssociationMixinProps {
                 ResourceArn = "resourceArn",
                 WebAclId = "webAclId"
             };

Synopsis

Properties

ResourceArn

The Amazon Resource Name (ARN) of the resource to protect with the web ACL.

WebAclId

A unique identifier (ID) for the web ACL.

Properties

ResourceArn

The Amazon Resource Name (ARN) of the resource to protect with the web ACL.

string? ResourceArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-resourcearn

WebAclId

A unique identifier (ID) for the web ACL.

string? WebAclId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-webaclassociation.html#cfn-wafregional-webaclassociation-webaclid

Back to top Generated by DocFX