ApplicationLayerAutomaticResponseArgs class

The set of arguments for ApplicationLayerAutomaticResponse. The set of arguments for ApplicationLayerAutomaticResponse.

Constructors

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.
const
ApplicationLayerAutomaticResponseArgs.fromMap(Map<String, dynamic> map)
factory

Properties

action → Input<String>
One of COUNT or BLOCK
final
hashCode int
The hash code for this object.
no setterinherited
resourceArn → Input<String>
ARN of the resource to protect (Cloudfront Distributions and ALBs only at this time).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeouts → Input<ApplicationLayerAutomaticResponseTimeouts?>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited