StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestination

Constructors

constructor(accountId: String, arn: String, encryption: StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryption? = null, format: String, outputSchemaVersion: String, prefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The account ID of the owner of the S3 Storage Lens metrics export bucket.

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the bucket.

Link copied to clipboard

Encryption of the metrics exports in this bucket. See Encryption below for more details.

Link copied to clipboard

The export format. Valid values: CSV, Parquet.

Link copied to clipboard

The schema version of the export file. Valid values: V_1.

Link copied to clipboard
val prefix: String? = null

The prefix of the destination bucket where the metrics export will be delivered.