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
Amazon Kinesis Construct Library
AWS Lambda Event Sources
AWS CloudWatch Logs Subscription Destination Library
-
Uses of IStream in software.amazon.awscdk.services.cloudfront
Methods in software.amazon.awscdk.services.cloudfront with parameters of type IStreamModifier and TypeMethodDescriptionstatic EndpointEndpoint.fromKinesisStream(IStream stream) Configure a Kinesis Stream Endpoint for Realtime Log Config.static EndpointEndpoint.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 IStreamReplicaTableProps.Jsii$Proxy.getKinesisStream()default IStreamTableOptionsV2.getKinesisStream()Kinesis Data Stream to capture item level changes.final IStreamTableOptionsV2.Jsii$Proxy.getKinesisStream()default IStreamTableProps.getKinesisStream()Kinesis Data Stream to capture item-level changes for the table.final IStreamTableProps.Jsii$Proxy.getKinesisStream()final IStreamTablePropsV2.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.kinesis
Subinterfaces of IStream in software.amazon.awscdk.services.kinesisModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIStream.Classes in software.amazon.awscdk.services.kinesis that implement IStreamModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classA Kinesis stream.Methods in software.amazon.awscdk.services.kinesis that return IStreamModifier and TypeMethodDescriptionstatic IStreamStream.fromStreamArn(software.constructs.Construct scope, String id, String streamArn) Import an existing Kinesis Stream provided an ARN.static IStreamStream.fromStreamAttributes(software.constructs.Construct scope, String id, StreamAttributes attrs) Creates a Stream construct that represents an external stream.ResourcePolicyProps.getStream()The stream this policy applies to.final IStreamResourcePolicyProps.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() -
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)