interface LambdaEnrichmentProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Pipes.Enrichments.Alpha.LambdaEnrichmentProps |
![]() | github.com/aws/aws-cdk-go/awscdkpipesenrichmentsalpha/v2#LambdaEnrichmentProps |
![]() | software.amazon.awscdk.services.pipes.enrichments.alpha.LambdaEnrichmentProps |
![]() | aws_cdk.aws_pipes_enrichments_alpha.LambdaEnrichmentProps |
![]() | @aws-cdk/aws-pipes-enrichments-alpha » LambdaEnrichmentProps |
Properties for a LambdaEnrichment.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as pipes_alpha from '@aws-cdk/aws-pipes-alpha';
import * as pipes_enrichments_alpha from '@aws-cdk/aws-pipes-enrichments-alpha';
declare const inputTransformation: pipes_alpha.InputTransformation;
const lambdaEnrichmentProps: pipes_enrichments_alpha.LambdaEnrichmentProps = {
inputTransformation: inputTransformation,
};
Properties
Name | Type | Description |
---|---|---|
input | Input | The input transformation for the enrichment. |
inputTransformation?
Type:
Input
(optional, default: None)
The input transformation for the enrichment.