Recorder Recording Group Args
data class RecorderRecordingGroupArgs(val allSupported: Output<Boolean>? = null, val includeGlobalResourceTypes: Output<Boolean>? = null, val resourceTypes: Output<List<String>>? = null) : ConvertibleToJava<RecorderRecordingGroupArgs>
Constructors
Link copied to clipboard
fun RecorderRecordingGroupArgs(allSupported: Output<Boolean>? = null, includeGlobalResourceTypes: Output<Boolean>? = null, resourceTypes: Output<List<String>>? = null)
Functions
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.