Class ApiDestinationEnrichment
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pipes.enrichments.alpha.ApiDestinationEnrichment
- All Implemented Interfaces:
IEnrichment,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-12T17:54:41.176Z")
@Stability(Experimental)
public class ApiDestinationEnrichment
extends software.amazon.jsii.JsiiObject
implements IEnrichment
(experimental) An API Destination enrichment for a pipe.
Example:
Queue sourceQueue;
Queue targetQueue;
ApiDestination apiDestination;
ApiDestinationEnrichment enrichment = new ApiDestinationEnrichment(apiDestination);
Pipe pipe = Pipe.Builder.create(this, "Pipe")
.source(new SomeSource(sourceQueue))
.enrichment(enrichment)
.target(new SomeTarget(targetQueue))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class(experimental) A fluent builder forApiDestinationEnrichment.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.pipes.alpha.IEnrichment
IEnrichment.Jsii$Default, IEnrichment.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionApiDestinationEnrichment(IApiDestination destination) ApiDestinationEnrichment(IApiDestination destination, ApiDestinationEnrichmentProps props) protectedApiDestinationEnrichment(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedApiDestinationEnrichment(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescription(experimental) Bind this enrichment to a pipe.(experimental) The ARN of the enrichment resource.voidgrantInvoke(IRole pipeRole) (experimental) Grant the pipes role to invoke the enrichment.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
ApiDestinationEnrichment
protected ApiDestinationEnrichment(software.amazon.jsii.JsiiObjectRef objRef) -
ApiDestinationEnrichment
protected ApiDestinationEnrichment(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
ApiDestinationEnrichment
@Stability(Experimental) public ApiDestinationEnrichment(@NotNull IApiDestination destination, @Nullable ApiDestinationEnrichmentProps props) - Parameters:
destination- This parameter is required.props-
-
ApiDestinationEnrichment
- Parameters:
destination- This parameter is required.
-
-
Method Details
-
bind
(experimental) Bind this enrichment to a pipe.- Specified by:
bindin interfaceIEnrichment- Parameters:
pipe- This parameter is required.
-
grantInvoke
(experimental) Grant the pipes role to invoke the enrichment.- Specified by:
grantInvokein interfaceIEnrichment- Parameters:
pipeRole- This parameter is required.
-
getEnrichmentArn
(experimental) The ARN of the enrichment resource.Length Constraints: Minimum length of 0. Maximum length of 1600.
- Specified by:
getEnrichmentArnin interfaceIEnrichment- See Also:
-