GetWebAclPlainArgs

data class GetWebAclPlainArgs(val name: String) : ConvertibleToJava<GetWebAclPlainArgs>

A collection of arguments for invoking getWebAcl.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Name of the WAF Web ACL.

Functions

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