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
fun AccessPointTransformationConfiguration(actions: List<String>, contentTransformation: AccessPointTransformationConfigurationContentTransformationProperties)