Class CfnDistributionTenantPropsMixin.WebAclCustomizationProperty
The AWS WAF web ACL customization specified for the distribution tenant.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.CloudFront.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDistributionTenantPropsMixin.WebAclCustomizationProperty : CfnDistributionTenantPropsMixin.IWebAclCustomizationProperty
Syntax (vb)
Public Class CfnDistributionTenantPropsMixin.WebAclCustomizationProperty Implements CfnDistributionTenantPropsMixin.IWebAclCustomizationProperty
Remarks
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.AWS.CloudFront.Mixins;
var webAclCustomizationProperty = new WebAclCustomizationProperty {
Action = "action",
Arn = "arn"
};
Synopsis
Constructors
| WebAclCustomizationProperty() | The AWS WAF web ACL customization specified for the distribution tenant. |
Properties
| Action | The action for the AWS WAF web ACL customization. |
| Arn | The Amazon Resource Name (ARN) of the AWS WAF web ACL. |
Constructors
WebAclCustomizationProperty()
The AWS WAF web ACL customization specified for the distribution tenant.
public WebAclCustomizationProperty()
Remarks
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.AWS.CloudFront.Mixins;
var webAclCustomizationProperty = new WebAclCustomizationProperty {
Action = "action",
Arn = "arn"
};
Properties
Action
The action for the AWS WAF web ACL customization.
public string? Action { get; set; }
Property Value
Remarks
You can specify override to specify a separate AWS WAF web ACL for the distribution tenant. If you specify disable , the distribution tenant won't have AWS WAF web ACL protections and won't inherit from the multi-tenant distribution.
Arn
The Amazon Resource Name (ARN) of the AWS WAF web ACL.
public string? Arn { get; set; }