ApplicationLayerAutomaticResponseState constructor
const
ApplicationLayerAutomaticResponseState({
- Input<
String?> ? action, - Input<
String?> ? resourceArn, - 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,
});