Recorder Recording Group
data class RecorderRecordingGroup(val allSupported: Boolean? = null, val includeGlobalResourceTypes: Boolean? = null, val resourceTypes: List<String>? = null)
Constructors
Link copied to clipboard
fun RecorderRecordingGroup(allSupported: Boolean? = null, includeGlobalResourceTypes: Boolean? = null, resourceTypes: List<String>? = null)
Types
Properties
Link copied to clipboard
A list that specifies the types of AWS resources for which AWS Config records configuration changes (for example, AWS::EC2::Instance
or AWS::CloudTrail::Trail
). See relevant part of AWS Docs for available types. In order to use this attribute, all_supported
must be set to false.