StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationArgs

data class StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationArgs(val accountId: Output<String>, val arn: Output<String>, val encryption: Output<StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionArgs>? = null, val format: Output<String>, val outputSchemaVersion: Output<String>, val prefix: Output<String>? = null) : ConvertibleToJava<StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationArgs>

Constructors

constructor(accountId: Output<String>, arn: Output<String>, encryption: Output<StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionArgs>? = null, format: Output<String>, outputSchemaVersion: Output<String>, prefix: Output<String>? = null)

Properties

Link copied to clipboard
val accountId: Output<String>

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

Link copied to clipboard
val arn: Output<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
val format: Output<String>

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: Output<String>? = null

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

Functions

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