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.InitializationMode
Nested 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 void
grantInvoke
(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, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getEnrichmentArn
in interfaceIEnrichment
- Specified by:
getEnrichmentArn
in interfaceIEnrichment.Jsii$Default
- See Also:
-
bind
(experimental) Bind this enrichment to a pipe.- Specified by:
bind
in interfaceIEnrichment
- Specified by:
bind
in interfaceIEnrichment.Jsii$Default
- Parameters:
pipe
- This parameter is required.
-
grantInvoke
(experimental) Grant the pipes role to invoke the enrichment.- Specified by:
grantInvoke
in interfaceIEnrichment
- Specified by:
grantInvoke
in interfaceIEnrichment.Jsii$Default
- Parameters:
grantee
- This parameter is required.
-