IEnrichment

class aws_cdk.aws_pipes_alpha.IEnrichment(*args, **kwargs)

Bases: Protocol

(experimental) Enrichment step to enhance the data from the source before sending it to the target.

Stability:

experimental

Methods

bind(pipe)

(experimental) Bind this enrichment to a pipe.

Parameters:

pipe (IPipe) –

Stability:

experimental

Return type:

EnrichmentParametersConfig

grant_invoke(grantee)

(experimental) Grant the pipes role to invoke the enrichment.

Parameters:

grantee (IRole) –

Stability:

experimental

Return type:

None

Attributes

enrichment_arn

(experimental) The ARN of the enrichment resource.

Length Constraints: Minimum length of 0. Maximum length of 1600.

See:

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pipes-pipe.html#cfn-pipes-pipe-enrichment

Stability:

experimental