Storage Lens S3Bucket Destination
data class StorageLensS3BucketDestination(val accountId: String, val arn: String, val encryption: StorageLensEncryption? = null, val format: StorageLensS3BucketDestinationFormat, val outputSchemaVersion: StorageLensS3BucketDestinationOutputSchemaVersion, val prefix: String? = null)
S3 bucket destination settings for the Amazon S3 Storage Lens metrics export.
Constructors
Link copied to clipboard
fun StorageLensS3BucketDestination(accountId: String, arn: String, encryption: StorageLensEncryption? = null, format: StorageLensS3BucketDestinationFormat, outputSchemaVersion: StorageLensS3BucketDestinationOutputSchemaVersion, prefix: String? = null)