AWS::S3ObjectLambda::AccessPoint TransformationConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::S3ObjectLambda::AccessPoint TransformationConfiguration

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

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Actions" : [ String, ... ], "ContentTransformation" : ContentTransformation }

Properties

Actions

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

Required: Yes

Type: Array of String

Update requires: No interruption

ContentTransformation

A container for the content transformation of an Object Lambda Access Point configuration. Can include the FunctionArn and FunctionPayload. For more information, see AwsLambdaTransformation in the Amazon S3 API Reference.

Required: Yes

Type: ContentTransformation

Update requires: No interruption