aws-cdk-lib.aws_wafregional.CfnWebACLAssociationProps

interface CfnWebACLAssociationProps

LanguageType name
.NETAmazon.CDK.AWS.WAFRegional.CfnWebACLAssociationProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awswafregional#CfnWebACLAssociationProps
Javasoftware.amazon.awscdk.services.waf.regional.CfnWebACLAssociationProps
Pythonaws_cdk.aws_wafregional.CfnWebACLAssociationProps
TypeScript aws-cdk-lib » aws_wafregional » CfnWebACLAssociationProps

Properties for defining a CfnWebACLAssociation.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_wafregional as wafregional } from 'aws-cdk-lib';
const cfnWebACLAssociationProps: wafregional.CfnWebACLAssociationProps = {
  resourceArn: 'resourceArn',
  webAclId: 'webAclId',
};

Properties

NameTypeDescription
resourceArnstringThe Amazon Resource Name (ARN) of the resource to protect with the web ACL.
webAclIdstringA unique identifier (ID) for the web ACL.

resourceArn

Type: string

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


webAclId

Type: string

A unique identifier (ID) for the web ACL.