Access Point Transformation Configuration
data class AccessPointTransformationConfiguration(val actions: List<String>, val contentTransformation: AccessPointTransformationConfigurationContentTransformationProperties)
Configuration to define what content transformation will be applied on which S3 Action.
Constructors
Link copied to clipboard
constructor(actions: List<String>, contentTransformation: AccessPointTransformationConfigurationContentTransformationProperties)
Properties
Link copied to clipboard
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 .