Compliance class

Indicates whether an AWS resource or AWS Config rule is compliant and provides the number of contributors that affect the compliance.

Constructors

Compliance.new({ComplianceContributorCount? complianceContributorCount, ComplianceType? complianceType})
Compliance.fromJson(Map<String, dynamic> json)
factory

Properties

complianceContributorCount ComplianceContributorCount?
The number of AWS resources or AWS Config rules that cause a result of NON_COMPLIANT, up to a maximum number.
final
complianceType ComplianceType?
Indicates whether an AWS resource or AWS Config rule is compliant.
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