Interface ISource.Jsii$Default
- All Superinterfaces:
ISource,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ISource.Jsii$Proxy
- Enclosing interface:
ISource
Internal default implementation for
ISource.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.pipes.alpha.ISource
ISource.Jsii$Default, ISource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault SourceConfig(experimental) Bind the source to a pipe.default String(experimental) The ARN of the source resource.default void(experimental) Grant the pipe role read access to the source.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSourceArn
(experimental) The ARN of the source resource.- Specified by:
getSourceArnin interfaceISource
-
bind
(experimental) Bind the source to a pipe. -
grantRead
(experimental) Grant the pipe role read access to the source.
-