WebAclAssociationArgs

data class WebAclAssociationArgs(val resourceArn: Output<String>? = null, val webAclArn: Output<String>? = null) : ConvertibleToJava<WebAclAssociationArgs>

Associates WebACL to Application Load Balancer, CloudFront or API Gateway.

Constructors

Link copied to clipboard
constructor(resourceArn: Output<String>? = null, webAclArn: Output<String>? = null)

Properties

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

The Amazon Resource Name (ARN) of the resource to associate with the web ACL. The ARN must be in one of the following formats:

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

The Amazon Resource Name (ARN) of the web ACL that you want to associate with the resource.

Functions

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