Uses of Interface
software.amazon.awscdk.services.kinesis.IStream
Packages that use IStream
Package
Description
Amazon CloudFront Construct Library
Amazon DynamoDB Construct Library
Event Targets for Amazon EventBridge
Actions for AWS IoT Rule
Amazon Kinesis Construct Library
Amazon Data Firehose Construct Library
Amazon Data Firehose Construct Library
AWS Lambda Event Sources
AWS CloudWatch Logs Subscription Destination Library
Amazon EventBridge Pipes Sources Construct Library
Amazon EventBridge Pipes Targets Construct Library
Amazon EventBridge Scheduler Construct Library
-
Uses of IStream in software.amazon.awscdk.services.cloudfront
Methods in software.amazon.awscdk.services.cloudfront with parameters of type IStreamModifier and TypeMethodDescriptionstatic Endpoint
Endpoint.fromKinesisStream
(IStream stream) Configure a Kinesis Stream Endpoint for Realtime Log Config.static Endpoint
Endpoint.fromKinesisStream
(IStream stream, IRole role) Configure a Kinesis Stream Endpoint for Realtime Log Config. -
Uses of IStream in software.amazon.awscdk.services.dynamodb
Methods in software.amazon.awscdk.services.dynamodb that return IStreamModifier and TypeMethodDescriptionfinal IStream
ReplicaTableProps.Jsii$Proxy.getKinesisStream()
default IStream
TableOptionsV2.getKinesisStream()
Kinesis Data Stream to capture item level changes.final IStream
TableOptionsV2.Jsii$Proxy.getKinesisStream()
default IStream
TableProps.getKinesisStream()
Kinesis Data Stream to capture item-level changes for the table.final IStream
TableProps.Jsii$Proxy.getKinesisStream()
final IStream
TablePropsV2.Jsii$Proxy.getKinesisStream()
Methods in software.amazon.awscdk.services.dynamodb with parameters of type IStreamModifier and TypeMethodDescriptionReplicaTableProps.Builder.kinesisStream
(IStream kinesisStream) Sets the value ofTableOptionsV2.getKinesisStream()
Table.Builder.kinesisStream
(IStream kinesisStream) Kinesis Data Stream to capture item-level changes for the table.TableOptionsV2.Builder.kinesisStream
(IStream kinesisStream) Sets the value ofTableOptionsV2.getKinesisStream()
TableProps.Builder.kinesisStream
(IStream kinesisStream) Sets the value ofTableProps.getKinesisStream()
TablePropsV2.Builder.kinesisStream
(IStream kinesisStream) Sets the value ofTableOptionsV2.getKinesisStream()
TableV2.Builder.kinesisStream
(IStream kinesisStream) Kinesis Data Stream to capture item level changes. -
Uses of IStream in software.amazon.awscdk.services.events.targets
Methods in software.amazon.awscdk.services.events.targets with parameters of type IStreamConstructors in software.amazon.awscdk.services.events.targets with parameters of type IStreamModifierConstructorDescriptionKinesisStream
(IStream stream) KinesisStream
(IStream stream, KinesisStreamProps props) -
Uses of IStream in software.amazon.awscdk.services.iot.actions.alpha
Methods in software.amazon.awscdk.services.iot.actions.alpha with parameters of type IStreamModifier and TypeMethodDescriptionConstructors in software.amazon.awscdk.services.iot.actions.alpha with parameters of type IStreamModifierConstructorDescriptionKinesisPutRecordAction
(IStream stream, KinesisPutRecordActionProps props) -
Uses of IStream in software.amazon.awscdk.services.kinesis
Subinterfaces of IStream in software.amazon.awscdk.services.kinesisModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIStream
.Classes in software.amazon.awscdk.services.kinesis that implement IStreamModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
A Kinesis stream.Methods in software.amazon.awscdk.services.kinesis that return IStreamModifier and TypeMethodDescriptionstatic IStream
Stream.fromStreamArn
(software.constructs.Construct scope, String id, String streamArn) Import an existing Kinesis Stream provided an ARN.static IStream
Stream.fromStreamAttributes
(software.constructs.Construct scope, String id, StreamAttributes attrs) Creates a Stream construct that represents an external stream.IStreamConsumer.getStream()
The stream associated with this consumer.default IStream
IStreamConsumer.Jsii$Default.getStream()
The stream associated with this consumer.final IStream
IStreamConsumer.Jsii$Proxy.getStream()
The stream associated with this consumer.default IStream
ResourcePolicyProps.getStream()
The stream this policy applies to.final IStream
ResourcePolicyProps.Jsii$Proxy.getStream()
StreamConsumer.getStream()
The Kinesis data stream this consumer is associated with.StreamConsumerProps.getStream()
The Kinesis data stream to associate this consumer with.final IStream
StreamConsumerProps.Jsii$Proxy.getStream()
Methods in software.amazon.awscdk.services.kinesis with parameters of type IStreamModifier and TypeMethodDescriptionThe stream this policy applies to.Sets the value ofResourcePolicyProps.getStream()
The Kinesis data stream to associate this consumer with.Sets the value ofStreamConsumerProps.getStream()
-
Uses of IStream in software.amazon.awscdk.services.kinesisfirehose
Constructors in software.amazon.awscdk.services.kinesisfirehose with parameters of type IStreamModifierConstructorDescriptionKinesisStreamSource
(IStream stream) Creates a new KinesisStreamSource. -
Uses of IStream in software.amazon.awscdk.services.kinesisfirehose.alpha
Constructors in software.amazon.awscdk.services.kinesisfirehose.alpha with parameters of type IStream -
Uses of IStream in software.amazon.awscdk.services.lambda.eventsources
Methods in software.amazon.awscdk.services.lambda.eventsources that return IStreamMethods in software.amazon.awscdk.services.lambda.eventsources with parameters of type IStreamConstructors in software.amazon.awscdk.services.lambda.eventsources with parameters of type IStream -
Uses of IStream in software.amazon.awscdk.services.logs.destinations
Methods in software.amazon.awscdk.services.logs.destinations with parameters of type IStreamConstructors in software.amazon.awscdk.services.logs.destinations with parameters of type IStreamModifierConstructorDescriptionKinesisDestination
(IStream stream) KinesisDestination
(IStream stream, KinesisDestinationProps props) -
Uses of IStream in software.amazon.awscdk.services.pipes.sources.alpha
Methods in software.amazon.awscdk.services.pipes.sources.alpha with parameters of type IStreamConstructors in software.amazon.awscdk.services.pipes.sources.alpha with parameters of type IStream -
Uses of IStream in software.amazon.awscdk.services.pipes.targets.alpha
Methods in software.amazon.awscdk.services.pipes.targets.alpha with parameters of type IStreamConstructors in software.amazon.awscdk.services.pipes.targets.alpha with parameters of type IStream -
Uses of IStream in software.amazon.awscdk.services.scheduler.targets.alpha
Methods in software.amazon.awscdk.services.scheduler.targets.alpha with parameters of type IStreamModifier and TypeMethodDescriptionConstructors in software.amazon.awscdk.services.scheduler.targets.alpha with parameters of type IStreamModifierConstructorDescriptionKinesisStreamPutRecord
(IStream stream, KinesisStreamPutRecordProps props)