Uses of Interface
software.amazon.awscdk.services.kinesis.IStreamConsumer
Packages that use IStreamConsumer
Package
Description
Amazon Kinesis Construct Library
AWS Lambda Event Sources
-
Uses of IStreamConsumer in software.amazon.awscdk.services.kinesis
Subinterfaces of IStreamConsumer in software.amazon.awscdk.services.kinesisModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIStreamConsumer.Classes in software.amazon.awscdk.services.kinesis that implement IStreamConsumerModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classA Kinesis Stream Consumer.Methods in software.amazon.awscdk.services.kinesis that return IStreamConsumerModifier and TypeMethodDescriptionstatic IStreamConsumerStreamConsumer.fromStreamConsumerArn(software.constructs.Construct scope, String id, String streamConsumerArn) Imports an existing Kinesis Stream Consumer by its arn.static IStreamConsumerStreamConsumer.fromStreamConsumerAttributes(software.constructs.Construct scope, String id, StreamConsumerAttributes attrs) Imports an existing Kinesis Stream Consumer by its attributes.default IStreamConsumerResourcePolicyProps.getStreamConsumer()The stream consumer this policy applies to.final IStreamConsumerResourcePolicyProps.Jsii$Proxy.getStreamConsumer()Methods in software.amazon.awscdk.services.kinesis with parameters of type IStreamConsumerModifier and TypeMethodDescriptionResourcePolicy.Builder.streamConsumer(IStreamConsumer streamConsumer) The stream consumer this policy applies to.ResourcePolicyProps.Builder.streamConsumer(IStreamConsumer streamConsumer) Sets the value ofResourcePolicyProps.getStreamConsumer() -
Uses of IStreamConsumer in software.amazon.awscdk.services.lambda.eventsources
Methods in software.amazon.awscdk.services.lambda.eventsources that return IStreamConsumerMethods in software.amazon.awscdk.services.lambda.eventsources with parameters of type IStreamConsumerModifier and TypeMethodDescriptionKinesisConsumerEventSource.Builder.create(IStreamConsumer streamConsumer) Constructors in software.amazon.awscdk.services.lambda.eventsources with parameters of type IStreamConsumerModifierConstructorDescriptionKinesisConsumerEventSource(IStreamConsumer streamConsumer, KinesisEventSourceProps props)