Web Acl Geo Match Statement
data class WebAclGeoMatchStatement(val countryCodes: List<String>? = null, val forwardedIpConfig: WebAclForwardedIpConfiguration? = null)
Constructors
Link copied to clipboard
fun WebAclGeoMatchStatement(countryCodes: List<String>? = null, forwardedIpConfig: WebAclForwardedIpConfiguration? = null)