ComplianceByConfigRule class

Indicates whether an AWS Config rule is compliant. A rule is compliant if all of the resources that the rule evaluated comply with it. A rule is noncompliant if any of these resources do not comply.

Constructors

ComplianceByConfigRule({Compliance? compliance, String? configRuleName})
ComplianceByConfigRule.fromJson(Map<String, dynamic> json)
factory

Properties

compliance Compliance?
Indicates whether the AWS Config rule is compliant.
final
configRuleName String?
The name of the AWS Config rule.
final
hashCode int
The hash code for this object.
no setterinherited
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