ApplicationLayerAutomaticResponseArgs

data class ApplicationLayerAutomaticResponseArgs(val action: Output<String>? = null, val resourceArn: Output<String>? = null, val timeouts: Output<ApplicationLayerAutomaticResponseTimeoutsArgs>? = null) : ConvertibleToJava<ApplicationLayerAutomaticResponseArgs>

Resource for managing an AWS Shield Application Layer Automatic Response for automatic DDoS mitigation.

Example Usage

Constructors

Link copied to clipboard
constructor(action: Output<String>? = null, resourceArn: Output<String>? = null, timeouts: Output<ApplicationLayerAutomaticResponseTimeoutsArgs>? = null)

Properties

Link copied to clipboard
val action: Output<String>? = null

One of COUNT or BLOCK

Link copied to clipboard
val resourceArn: Output<String>? = null

ARN of the resource to protect (Cloudfront Distributions and ALBs only at this time).

Link copied to clipboard

Functions

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