Uses of Interface
software.amazon.awscdk.services.pipes.alpha.ISource
Packages that use ISource
Package
Description
Amazon EventBridge Pipes Construct Library
Amazon EventBridge Pipes Sources Construct Library
-
Uses of ISource in software.amazon.awscdk.services.pipes.alpha
Subinterfaces of ISource in software.amazon.awscdk.services.pipes.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forISource.Classes in software.amazon.awscdk.services.pipes.alpha that implement ISourceModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.class(experimental) Sources that support a dead-letter target.Methods in software.amazon.awscdk.services.pipes.alpha that return ISourceModifier and TypeMethodDescriptionPipeProps.getSource()(experimental) The source of the pipe.final ISourcePipeProps.Jsii$Proxy.getSource()Methods in software.amazon.awscdk.services.pipes.alpha with parameters of type ISourceModifier and TypeMethodDescriptionstatic BooleanSourceWithDeadLetterTarget.isSourceWithDeadLetterTarget(ISource source) (experimental) Determines if the source is an instance of SourceWithDeadLetterTarget.(experimental) The source of the pipe.Sets the value ofPipeProps.getSource() -
Uses of ISource in software.amazon.awscdk.services.pipes.sources.alpha
Classes in software.amazon.awscdk.services.pipes.sources.alpha that implement ISourceModifier and TypeClassDescriptionclass(experimental) A source that reads from an DynamoDB stream.class(experimental) A source that reads from Kinesis.class(experimental) A source that reads from an SQS queue.class(experimental) Streaming sources.