DistributionTenantWebAclCustomizationArgs

data class DistributionTenantWebAclCustomizationArgs(val action: Output<DistributionTenantWebAclCustomizationAction>? = null, val arn: Output<String>? = null) : ConvertibleToJava<DistributionTenantWebAclCustomizationArgs>

The WAF web ACL customization specified for the distribution tenant.

Constructors

constructor(action: Output<DistributionTenantWebAclCustomizationAction>? = null, arn: Output<String>? = null)

Properties

Link copied to clipboard

The action for the WAF web ACL customization. You can specify `override` to specify a separate WAF web ACL for the distribution tenant. If you specify `disable`, the distribution tenant won't have WAF web ACL protections and won't inherit from the multi-tenant distribution.

Link copied to clipboard
val arn: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): DistributionTenantWebAclCustomizationArgs