RecordingGroup class

Specifies the types of AWS resource for which AWS Config records configuration changes.

In the recording group, you specify whether all supported types or specific types of resources are recorded.

By default, AWS Config records configuration changes for all supported types of regional resources that AWS Config discovers in the region in which it is running. Regional resources are tied to a region and can be used only in that region. Examples of regional resources are EC2 instances and EBS volumes.

You can also have AWS Config record configuration changes for supported types of global resources (for example, IAM resources). Global resources are not tied to an individual region and can be used in all regions. If you don't want AWS Config to record all resources, you can specify which types of resources it will record with the resourceTypes parameter.

For a list of supported resource types, see Supported Resource Types.

For more information, see Selecting Which Resources AWS Config Records.

Constructors

RecordingGroup({bool? allSupported, bool? includeGlobalResourceTypes, List<ResourceType>? resourceTypes})
RecordingGroup.fromJson(Map<String, dynamic> json)
factory

Properties

allSupported bool?
Specifies whether AWS Config records configuration changes for every supported type of regional resource.
final
hashCode int
The hash code for this object.
no setterinherited
includeGlobalResourceTypes bool?
Specifies whether AWS Config includes all supported types of global resources (for example, IAM resources) with the resources that it records.
final
resourceTypes List<ResourceType>?
A comma-separated list that specifies the types of AWS resources for which AWS Config records configuration changes (for example, AWS::EC2::Instance or AWS::CloudTrail::Trail).
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