ApplicationLayerAutomaticResponseState class

Input properties used for looking up and filtering ApplicationLayerAutomaticResponse resources.

Constructors

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.
const
ApplicationLayerAutomaticResponseState.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