ComplianceByResource class

Indicates whether an AWS resource that is evaluated according to one or more AWS Config rules is compliant. A resource is compliant if it complies with all of the rules that evaluate it. A resource is noncompliant if it does not comply with one or more of these rules.

Constructors

ComplianceByResource({Compliance? compliance, String? resourceId, String? resourceType})
ComplianceByResource.fromJson(Map<String, dynamic> json)
factory

Properties

compliance Compliance?
Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.
final
hashCode int
The hash code for this object.
no setterinherited
resourceId String?
The ID of the AWS resource that was evaluated.
final
resourceType String?
The type of the AWS resource that was evaluated.
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