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
}
YAML
Actions:
- String
ContentTransformation:ContentTransformation
Properties
Actions
-
A container for the action of an Object Lambda Access Point configuration. Valid inputs are
GetObject
,HeadObject
,ListObjects
, andListObjectsV2
.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