Interface IEnrichment
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IEnrichment.Jsii$Default
- All Known Implementing Classes:
ApiDestinationEnrichment,ApiGatewayEnrichment,IEnrichment.Jsii$Proxy,LambdaEnrichment,StepFunctionsEnrichment
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-05T22:26:50.293Z")
@Stability(Experimental)
public interface IEnrichment
extends software.amazon.jsii.JsiiSerializable
(experimental) Enrichment step to enhance the data from the source before sending it to the target.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIEnrichment.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescription(experimental) Bind this enrichment to a pipe.(experimental) The ARN of the enrichment resource.voidgrantInvoke(IRole grantee) (experimental) Grant the pipes role to invoke the enrichment.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnrichmentArn
(experimental) The ARN of the enrichment resource.Length Constraints: Minimum length of 0. Maximum length of 1600.
- See Also:
-
bind
(experimental) Bind this enrichment to a pipe.- Parameters:
pipe- This parameter is required.
-
grantInvoke
(experimental) Grant the pipes role to invoke the enrichment.- Parameters:
grantee- This parameter is required.
-