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

ObjectLambdaConfiguration

import type { ObjectLambdaConfiguration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/s3control.ts";
interface ObjectLambdaConfiguration {
AllowedFeatures: ObjectLambdaAllowedFeature[];
CloudWatchMetricsEnabled?: boolean | null;
SupportingAccessPoint: string;
TransformationConfigurations: ObjectLambdaTransformationConfiguration[];
}

§Properties

§
CloudWatchMetricsEnabled?: boolean | null
[src]
§
SupportingAccessPoint: string
[src]
§
TransformationConfigurations: ObjectLambdaTransformationConfiguration[]
[src]