Show / Hide Table of Contents

Class CfnDistributionTenantPropsMixin.WebAclCustomizationProperty

The AWS WAF web ACL customization specified for the distribution tenant.

Inheritance
object
CfnDistributionTenantPropsMixin.WebAclCustomizationProperty
Implements
CfnDistributionTenantPropsMixin.IWebAclCustomizationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distributiontenant-webaclcustomization.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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distributiontenant-webaclcustomization.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.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

string

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distributiontenant-webaclcustomization.html#cfn-cloudfront-distributiontenant-webaclcustomization-action

Arn

The Amazon Resource Name (ARN) of the AWS WAF web ACL.

public string? Arn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distributiontenant-webaclcustomization.html#cfn-cloudfront-distributiontenant-webaclcustomization-arn

Implements

CfnDistributionTenantPropsMixin.IWebAclCustomizationProperty
Back to top Generated by DocFX