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.106.0 (build e852934)",
date="2025-03-04T22:57:35.725Z")
@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 interface
Internal default implementation forIEnrichment
.static final class
A 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.void
grantInvoke
(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.
-