ConformancePackEvaluationFilters class

Filters a conformance pack by AWS Config rule names, compliance types, AWS resource types, and resource IDs.

Constructors

ConformancePackEvaluationFilters({ConformancePackComplianceType? complianceType, List<String>? configRuleNames, List<String>? resourceIds, String? resourceType})

Properties

complianceType ConformancePackComplianceType?
Filters the results by compliance.
final
configRuleNames List<String>?
Filters the results by AWS Config rule names.
final
hashCode int
The hash code for this object.
no setterinherited
resourceIds List<String>?
Filters the results by resource IDs.
final
resourceType String?
Filters the results by the resource type (for example, "AWS::EC2::Instance").
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited