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