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
constructor(cloudWatchMetrics: StorageLensCloudWatchMetrics? = null, s3BucketDestination: StorageLensS3BucketDestination? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This property enables the Amazon CloudWatch publishing option for S3 Storage Lens metrics.

Link copied to clipboard

This property contains the details of the bucket where the S3 Storage Lens metrics export will be placed.