Application Layer Automatic Response Args
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)