ComplianceViolator class

Details of the resource that is not protected by the policy.

Constructors

ComplianceViolator({String? resourceId, String? resourceType, ViolationReason? violationReason})
ComplianceViolator.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
resourceId String?
The resource ID.
final
resourceType String?
The resource type. This is in the format shown in the AWS Resource Types Reference. For example: AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::CloudFront::Distribution, or AWS::NetworkFirewall::FirewallPolicy.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
violationReason ViolationReason?
The reason that the resource is not protected by the policy.
final

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