S3BucketDestination constructor
S3BucketDestination({
- required String accountId,
- required String arn,
- required Format format,
- required OutputSchemaVersion outputSchemaVersion,
- StorageLensDataExportEncryption? encryption,
- String? prefix,
Implementation
S3BucketDestination({
required this.accountId,
required this.arn,
required this.format,
required this.outputSchemaVersion,
this.encryption,
this.prefix,
});