Interface IEnrichment.Jsii$Default
- All Superinterfaces:
IEnrichment
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IEnrichment.Jsii$Proxy
- Enclosing interface:
IEnrichment
Internal default implementation for
IEnrichment
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.pipes.alpha.IEnrichment
IEnrichment.Jsii$Default, IEnrichment.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault EnrichmentParametersConfig
(experimental) Bind this enrichment to a pipe.default String
(experimental) The ARN of the enrichment resource.default 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.
- Specified by:
getEnrichmentArn
in interfaceIEnrichment
- See Also:
-
bind
(experimental) Bind this enrichment to a pipe.- Specified by:
bind
in interfaceIEnrichment
- Parameters:
pipe
- This parameter is required.
-
grantInvoke
(experimental) Grant the pipes role to invoke the enrichment.- Specified by:
grantInvoke
in interfaceIEnrichment
- Parameters:
grantee
- This parameter is required.
-