StorageLensConfiguration constructor
StorageLensConfiguration({
- required AccountLevel accountLevel,
- required String id,
- required bool isEnabled,
- StorageLensAwsOrg? awsOrg,
- StorageLensDataExport? dataExport,
- Exclude? exclude,
- Include? include,
- String? storageLensArn,
Implementation
StorageLensConfiguration({
required this.accountLevel,
required this.id,
required this.isEnabled,
this.awsOrg,
this.dataExport,
this.exclude,
this.include,
this.storageLensArn,
});