Storage Lens Configuration
data class StorageLensConfiguration(val accountLevel: StorageLensAccountLevel, val awsOrg: StorageLensAwsOrg? = null, val dataExport: StorageLensDataExport? = null, val exclude: StorageLensBucketsAndRegions? = null, val id: String, val include: StorageLensBucketsAndRegions? = null, val isEnabled: Boolean, val storageLensArn: String? = null)
Specifies the details of Amazon S3 Storage Lens configuration.
Constructors
Link copied to clipboard
fun StorageLensConfiguration(accountLevel: StorageLensAccountLevel, awsOrg: StorageLensAwsOrg? = null, dataExport: StorageLensDataExport? = null, exclude: StorageLensBucketsAndRegions? = null, id: String, include: StorageLensBucketsAndRegions? = null, isEnabled: Boolean, storageLensArn: String? = null)