Interface ILambdaEnrichmentProps
(experimental) Properties for a LambdaEnrichment.
Namespace: Amazon.CDK.AWS.Pipes.Enrichments.Alpha
Assembly: Amazon.CDK.AWS.Pipes.Enrichments.Alpha.dll
Syntax (csharp)
public interface ILambdaEnrichmentProps
Syntax (vb)
Public Interface ILambdaEnrichmentProps
Remarks
Stability: Experimental
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.Pipes.Alpha;
using Amazon.CDK.AWS.Pipes.Enrichments.Alpha;
InputTransformation inputTransformation;
var lambdaEnrichmentProps = new LambdaEnrichmentProps {
InputTransformation = inputTransformation
};
Synopsis
Properties
Input |
(experimental) The input transformation for the enrichment. |
Properties
InputTransformation
(experimental) The input transformation for the enrichment.
virtual InputTransformation InputTransformation { get; }
Property Value
Remarks
Default: - None
Stability: Experimental
See: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-input-transformation.html