AggregateComplianceByConfigRule class

Indicates whether an AWS Config rule is compliant based on account ID, region, compliance, and rule name.

A rule is compliant if all of the resources that the rule evaluated comply with it. It is noncompliant if any of these resources do not comply.

Constructors

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

Properties

accountId String?
The 12-digit account ID of the source account.
final
awsRegion String?
The source region from where the data is aggregated.
final
compliance Compliance?
Indicates whether an AWS resource or AWS Config rule is compliant and provides the number of contributors that affect the compliance.
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