ConfigurationRecorder constructor
ConfigurationRecorder({
- String? name,
- RecordingGroup? recordingGroup,
- String? roleARN,
Implementation
ConfigurationRecorder({
this.name,
this.recordingGroup,
this.roleARN,
});