Class: AWSConfigConfigurationRecorderRecordingGroup

Types~AWSConfigConfigurationRecorderRecordingGroup

new AWSConfigConfigurationRecorderRecordingGroup()

Properties:
Name Type Description
AllSupported Boolean Required: No. Indicates whether to record all supported resource types. If you specify this property, do not specify the ResourceTypes property.
IncludeGlobalResourceTypes Boolean Required: No. Indicates whether AWS Config records all supported global resource types. When AWS Config supports new global resource types, AWS Config will automatically start recording them if you enable this property.NoteIf you set this property to true, you must set the AllSupported property to true.
ResourceTypes String Required: No. A list of valid AWS resource types to include in this recording group, such as AWS::EC2::Instance or AWS::CloudTrail::Trail. If you specify this property, do not specify the AllSupported property. For a list of supported resource types, see Supported resource types in the AWS Config Developer Guide.
Source: