StorageLensDataExportArgs

data class StorageLensDataExportArgs(val cloudWatchMetrics: Output<StorageLensCloudWatchMetricsArgs>? = null, val s3BucketDestination: Output<StorageLensS3BucketDestinationArgs>? = null) : ConvertibleToJava<StorageLensDataExportArgs>

Specifies how Amazon S3 Storage Lens metrics should be exported.

Constructors

Link copied to clipboard
constructor(cloudWatchMetrics: Output<StorageLensCloudWatchMetricsArgs>? = null, s3BucketDestination: Output<StorageLensS3BucketDestinationArgs>? = null)

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.

Functions

Link copied to clipboard
open override fun toJava(): StorageLensDataExportArgs