Source class
Provides the AWS Config rule owner (AWS or customer), the rule identifier, and the events that trigger the evaluation of your AWS resources.
Constructors
-
Source({required Owner owner, required String sourceIdentifier, List<
SourceDetail> ? sourceDetails}) -
Source.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- owner → Owner
-
Indicates whether AWS or the customer owns and manages the AWS Config rule.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sourceDetails
→ List<
SourceDetail> ? -
Provides the source and type of the event that causes AWS Config to evaluate
your AWS resources.
final
- sourceIdentifier → String
-
For AWS Config managed rules, a predefined identifier from a list. For
example,
IAM_PASSWORD_POLICY
is a managed rule. To reference a managed rule, see Using AWS Managed Config Rules.final
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