CfnWebACLAssociationMixinProps
- class aws_cdk.mixins_preview.aws_wafregional.mixins.CfnWebACLAssociationMixinProps(*, resource_arn=None, web_acl_id=None)
Bases:
objectProperties for CfnWebACLAssociationPropsMixin.
- Parameters:
resource_arn (
Optional[str]) – The Amazon Resource Name (ARN) of the resource to protect with the web ACL.web_acl_id (
Optional[str]) – A unique identifier (ID) for the web ACL.
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_wafregional import mixins as wafregional_mixins cfn_web_aCLAssociation_mixin_props = wafregional_mixins.CfnWebACLAssociationMixinProps( resource_arn="resourceArn", web_acl_id="webAclId" )
Attributes
- resource_arn
The Amazon Resource Name (ARN) of the resource to protect with the web ACL.
- web_acl_id
A unique identifier (ID) for the web ACL.