ConfigurationRecorder class

An object that represents the recording of configuration changes of an AWS resource.

Constructors

ConfigurationRecorder({String? name, RecordingGroup? recordingGroup, String? roleARN})
ConfigurationRecorder.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the recorder. By default, AWS Config automatically assigns the name "default" when creating the configuration recorder. You cannot change the assigned name.
final
recordingGroup RecordingGroup?
Specifies the types of AWS resources for which AWS Config records configuration changes.
final
roleARN String?
Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.
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