AWS::S3ObjectLambda::AccessPoint TransformationConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::S3ObjectLambda::AccessPoint TransformationConfiguration

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

Syntax

To declare this entity in your Amazon 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, ListObjects, and ListObjectsV2.

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