Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ObjectLambdaTransformationConfiguration

import type { ObjectLambdaTransformationConfiguration } from "https://aws-api.deno.dev/v0.4/services/s3control.ts?docs=full";

A configuration used when creating an Object Lambda Access Point transformation.

interface ObjectLambdaTransformationConfiguration {
ContentTransformation: ObjectLambdaContentTransformation;
}

§Properties

§

A container for the action of an Object Lambda Access Point configuration. Valid inputs are GetObject, ListObjects, HeadObject, and ListObjectsV2.

§

A container for the content transformation of an Object Lambda Access Point configuration.