ApplicationLayerAutomaticResponseArgs constructor
const
ApplicationLayerAutomaticResponseArgs({
- required Input<
String> action, - required Input<
String> resourceArn, - Input<
ApplicationLayerAutomaticResponseTimeouts?> ? timeouts,
Creates a new ApplicationLayerAutomaticResponseArgs.
action One of COUNT or BLOCK
resourceArn ARN of the resource to protect (Cloudfront Distributions and ALBs only at this time).
timeouts Optional.
Implementation
const ApplicationLayerAutomaticResponseArgs({
required this.action,
required this.resourceArn,
this.timeouts,
});