StorageLensConfiguration

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard

Specifies whether the Amazon S3 Storage Lens configuration is enabled or disabled.

Link copied to clipboard
val storageLensArn: String? = null

The ARN for the Amazon S3 Storage Lens configuration.