WebAcl

class WebAcl : KotlinCustomResource

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the IP Set that this statement references.

Link copied to clipboard

Specifies custom configurations for the associations between the web ACL and protected resources. See association_config below for details.

Link copied to clipboard
val capacity: Output<Int>

Web ACL capacity units (WCUs) currently being used by this web ACL.

Link copied to clipboard

Specifies how AWS WAF should handle CAPTCHA evaluations. See captcha_config below for details.

Link copied to clipboard

Defines custom response bodies that can be referenced by custom_response actions. See custom_response_body below for details.

Link copied to clipboard

Action to perform if none of the rules contained in the WebACL match. See default_action below for details.

Link copied to clipboard
val description: Output<String>?

Friendly description of the WebACL.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val lockToken: Output<String>
Link copied to clipboard
val name: Output<String>

Friendly name of the WebACL.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val rules: Output<List<WebAclRule>>?

Rule blocks used to identify the web requests that you want to allow, block, or count. See rule below for details.

Link copied to clipboard
val scope: Output<String>

Specifies whether this is for an AWS CloudFront distribution or for a regional application. Valid values are CLOUDFRONT or REGIONAL. To work with CloudFront, you must also specify the region us-east-1 (N. Virginia) on the AWS provider.

Link copied to clipboard
val tags: Output<Map<String, String>>?

Map of key-value pairs to associate with the resource. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Link copied to clipboard
val tagsAll: Output<Map<String, String>>

Map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

Link copied to clipboard
val tokenDomains: Output<List<String>>?

Specifies the domains that AWS WAF should accept in a web request token. This enables the use of tokens across multiple protected websites. When AWS WAF provides a token, it uses the domain of the AWS resource that the web ACL is protecting. If you don't specify a list of token domains, AWS WAF accepts tokens only for the domain of the protected resource. With a token domain list, AWS WAF accepts the resource's host domain plus all domains in the token domain list, including their prefixed subdomains.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

Defines and enables Amazon CloudWatch metrics and web request sample collection. See visibility_config below for details.