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