AwsWafWebACLSummaryPropertiesResponse

data class AwsWafWebACLSummaryPropertiesResponse(val name: String? = null, val webACLId: String? = null)

Definition of awsWafWebACLSummary

Constructors

Link copied to clipboard
constructor(name: String? = null, webACLId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

Link copied to clipboard
val webACLId: String? = null

A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

WebACLId is returned by CreateWebACL and by ListWebACLs.