Storage Lens Data Export
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)