Uses of Interface
software.amazon.awscdk.services.pipes.sources.alpha.StreamSourceParameters
Packages that use StreamSourceParameters
Package
Description
Amazon EventBridge Pipes Sources Construct Library
-
Uses of StreamSourceParameters in software.amazon.awscdk.services.pipes.sources.alpha
Subinterfaces of StreamSourceParameters in software.amazon.awscdk.services.pipes.sources.alphaModifier and TypeInterfaceDescriptioninterface
(experimental) Parameters for the DynamoDB source.interface
(experimental) Parameters for the Kinesis source.Classes in software.amazon.awscdk.services.pipes.sources.alpha that implement StreamSourceParametersModifier and TypeClassDescriptionstatic final class
An implementation forDynamoDBSourceParameters
static final class
An implementation forKinesisSourceParameters
static final class
An implementation forStreamSourceParameters
Methods in software.amazon.awscdk.services.pipes.sources.alpha that return StreamSourceParametersModifier and TypeMethodDescriptionStreamSourceParameters.Builder.build()
Builds the configured instance.StreamSource.getSourceParameters()
(experimental) Base parameters for streaming sources.Constructors in software.amazon.awscdk.services.pipes.sources.alpha with parameters of type StreamSourceParametersModifierConstructorDescriptionprotected
StreamSource
(String sourceArn, StreamSourceParameters sourceParameters)