Class IEnrichment.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pipes.alpha.IEnrichment.Jsii$Proxy
- All Implemented Interfaces:
IEnrichment,IEnrichment.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IEnrichment
@Internal
public static final class IEnrichment.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IEnrichment.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
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
Constructors -
Method Summary
Modifier and TypeMethodDescription(experimental) Bind this enrichment to a pipe.final String(experimental) The ARN of the enrichment resource.final voidgrantInvoke(IRole grantee) (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
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getEnrichmentArn
(experimental) The ARN of the enrichment resource.Length Constraints: Minimum length of 0. Maximum length of 1600.
- Specified by:
getEnrichmentArnin interfaceIEnrichment- Specified by:
getEnrichmentArnin interfaceIEnrichment.Jsii$Default- See Also:
-
bind
(experimental) Bind this enrichment to a pipe.- Specified by:
bindin interfaceIEnrichment- Specified by:
bindin interfaceIEnrichment.Jsii$Default- Parameters:
pipe- This parameter is required.
-
grantInvoke
(experimental) Grant the pipes role to invoke the enrichment.- Specified by:
grantInvokein interfaceIEnrichment- Specified by:
grantInvokein interfaceIEnrichment.Jsii$Default- Parameters:
grantee- This parameter is required.
-