export interface SimpleAdditionalS3WebsiteMapping {
    bucketName: string;
    pathPattern: string;
}
