AWS::S3ObjectLambda::AccessPoint TransformationConfiguration - AWS CloudFormation

AWS::S3ObjectLambda::AccessPoint TransformationConfiguration

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

Syntax

To declare this entity in your AWS 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