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 AWS account ID for the S3 Storage Lens configuration. Defaults to automatically determined account ID of the AWS provider.

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the Amazon Web Services organization.

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.