ApplicationLayerAutomaticResponseState constructor

const ApplicationLayerAutomaticResponseState({
  1. Input<String?>? action,
  2. Input<String?>? resourceArn,
  3. Input<ApplicationLayerAutomaticResponseTimeouts?>? timeouts,
})

Creates a new ApplicationLayerAutomaticResponseState. 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 ApplicationLayerAutomaticResponseState({
  this.action,
  this.resourceArn,
  this.timeouts,
});