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
fun WebAclAssociationArgs(resourceArn: Output<String>? = null, webAclArn: Output<String>? = null)

Functions

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

Properties

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