AwsWafWebACLSummaryPropertiesArgs

data class AwsWafWebACLSummaryPropertiesArgs(val name: Output<String>? = null, val webACLId: Output<String>? = null) : ConvertibleToJava<AwsWafWebACLSummaryPropertiesArgs>

Definition of awsWafWebACLSummary

Constructors

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

Properties

Link copied to clipboard
val name: Output<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: Output<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.

Functions

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