Object Lambda Access Point Configuration Transformation Configuration Args
data class ObjectLambdaAccessPointConfigurationTransformationConfigurationArgs(val actions: Output<List<String>>, val contentTransformation: Output<ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationArgs>) : ConvertibleToJava<ObjectLambdaAccessPointConfigurationTransformationConfigurationArgs>
Constructors
Link copied to clipboard
constructor(actions: Output<List<String>>, contentTransformation: Output<ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationArgs>)
Properties
Link copied to clipboard
val contentTransformation: Output<ObjectLambdaAccessPointConfigurationTransformationConfigurationContentTransformationArgs>
The content transformation of an Object Lambda Access Point configuration. See Content Transformation below for more details.