interface IEnrichment
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Pipes.Alpha.IEnrichment |
Go | github.com/aws/aws-cdk-go/awscdkpipesalpha/v2#IEnrichment |
Java | software.amazon.awscdk.services.pipes.alpha.IEnrichment |
Python | aws_cdk.aws_pipes_alpha.IEnrichment |
TypeScript (source) | @aws-cdk/aws-pipes-alpha ยป IEnrichment |
Implemented by
Api, Api, Lambda, Step
Enrichment step to enhance the data from the source before sending it to the target.
Properties
| Name | Type | Description |
|---|---|---|
| enrichment | string | The ARN of the enrichment resource. |
enrichmentArn
Type:
string
The ARN of the enrichment resource.
Length Constraints: Minimum length of 0. Maximum length of 1600.
Methods
| Name | Description |
|---|---|
| bind(pipe) | Bind this enrichment to a pipe. |
| grant | Grant the pipes role to invoke the enrichment. |
bind(pipe)
public bind(pipe: IPipe): EnrichmentParametersConfig
Parameters
- pipe
IPipe
Returns
Bind this enrichment to a pipe.
grantInvoke(grantee)
public grantInvoke(grantee: IRole): void
Parameters
- grantee
IRole
Grant the pipes role to invoke the enrichment.

.NET
Go
Java
Python
TypeScript (