Protection class
An object that represents a resource that is under DDoS protection.
Constructors
- 
          Protection({List<String> ? healthCheckIds, String? id, String? name, String? resourceArn})
- 
          Protection.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  healthCheckIds
  → List<String> ?
- 
  The unique identifier (ID) for the Route 53 health check that's associated
with the protection.
  final
- id → String?
- 
  The unique identifier (ID) of the protection.
  final
- name → String?
- 
  The name of the protection. For example, My CloudFront distributions.final
- resourceArn → String?
- 
  The ARN (Amazon Resource Name) of the AWS resource that is protected.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited