StorageLensDataExport

data class StorageLensDataExport(val cloudWatchMetrics: StorageLensCloudWatchMetrics? = null, val s3BucketDestination: StorageLensS3BucketDestination? = null)

Specifies how Amazon S3 Storage Lens metrics should be exported.

Constructors

Link copied to clipboard
fun StorageLensDataExport(cloudWatchMetrics: StorageLensCloudWatchMetrics? = null, s3BucketDestination: StorageLensS3BucketDestination? = null)

Types

Link copied to clipboard
object Companion

Properties