Interface CfnAccessPoint.IContentTransformationProperty
Namespace: Amazon.CDK.AWS.S3ObjectLambda
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAccessPoint.IContentTransformationProperty
Syntax (vb)
Public Interface CfnAccessPoint.IContentTransformationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.S3ObjectLambda;
var contentTransformationProperty = new ContentTransformationProperty {
AwsLambda = new AwsLambdaProperty {
FunctionArn = "functionArn",
// the properties below are optional
FunctionPayload = "functionPayload"
}
};
Synopsis
Properties
| AwsLambda |
Properties
AwsLambda
object AwsLambda { get; }