S3ReportExportConfig
import type { S3ReportExportConfig } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codebuild.ts";interface S3ReportExportConfig {
bucket?: string | null;
bucketOwner?: string | null;
encryptionDisabled?: boolean | null;
encryptionKey?: string | null;
packaging?: ReportPackagingType | null;
path?: string | null;
}