ConfigurationRecorder constructor

ConfigurationRecorder({
  1. String? name,
  2. RecordingGroup? recordingGroup,
  3. String? roleARN,
})

Implementation

ConfigurationRecorder({
  this.name,
  this.recordingGroup,
  this.roleARN,
});