// The code below shows an example of how to instantiate this type.// The values are placeholders you should change.import { aws_s3objectlambda as s3objectlambda } from'aws-cdk-lib';
const contentTransformationProperty: s3objectlambda.CfnAccessPoint.ContentTransformationProperty = {
awsLambda: {
functionArn: 'functionArn',
// the properties below are optional
functionPayload: 'functionPayload',
},
};