Aws Waf Web ACLSummary Properties Args
data class AwsWafWebACLSummaryPropertiesArgs(val name: Output<String>? = null, val webACLId: Output<String>? = null) : ConvertibleToJava<AwsWafWebACLSummaryPropertiesArgs>
Definition of awsWafWebACLSummary
Properties
Link copied to clipboard
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.