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
fun AccessPointTransformationConfigurationArgs(actions: Output<List<String>>, contentTransformation: Output<AccessPointTransformationConfigurationContentTransformationPropertiesArgs>)