StorageLensConfiguration constructor

StorageLensConfiguration({
  1. required AccountLevel accountLevel,
  2. required String id,
  3. required bool isEnabled,
  4. StorageLensAwsOrg? awsOrg,
  5. StorageLensDataExport? dataExport,
  6. Exclude? exclude,
  7. Include? include,
  8. String? storageLensArn,
})

Implementation

StorageLensConfiguration({
  required this.accountLevel,
  required this.id,
  required this.isEnabled,
  this.awsOrg,
  this.dataExport,
  this.exclude,
  this.include,
  this.storageLensArn,
});