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.deno.dev/v0.4/services/s3control.ts?docs=full";

A configuration used when creating an Object Lambda Access Point.

interface ObjectLambdaConfiguration {
AllowedFeatures?: ObjectLambdaAllowedFeature[] | null;
CloudWatchMetricsEnabled?: boolean | null;
SupportingAccessPoint: string;
TransformationConfigurations: ObjectLambdaTransformationConfiguration[];
}

§Properties

§
AllowedFeatures?: ObjectLambdaAllowedFeature[] | null
[src]

A container for allowed features. Valid inputs are GetObject-Range, GetObject-PartNumber, HeadObject-Range, and HeadObject-PartNumber.

§
CloudWatchMetricsEnabled?: boolean | null
[src]

A container for whether the CloudWatch metrics configuration is enabled.

§
SupportingAccessPoint: string
[src]

Standard access point associated with the Object Lambda Access Point.

§
TransformationConfigurations: ObjectLambdaTransformationConfiguration[]
[src]

A container for transformation configurations for an Object Lambda Access Point.