Uses of Interface
software.amazon.awscdk.interfaces.kinesis.IStreamRef
Packages that use IStreamRef
Package
Description
Amazon Kinesis Construct Library
Amazon Data Firehose Construct Library
AWS Lambda Construct Library
Amazon CloudWatch Logs Construct Library
AWS::Pipes Construct Library
-
Uses of IStreamRef in software.amazon.awscdk.interfaces.kinesis
Subinterfaces of IStreamRef in software.amazon.awscdk.interfaces.kinesisModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIStreamRef.Classes in software.amazon.awscdk.interfaces.kinesis that implement IStreamRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IStreamRef in software.amazon.awscdk.services.kinesis
Classes in software.amazon.awscdk.services.kinesis that implement IStreamRefModifier and TypeClassDescriptionclassCreates a Kinesis stream that captures and transports data records that are emitted from data sources.Methods in software.amazon.awscdk.services.kinesis that return IStreamRefModifier and TypeMethodDescriptionstatic IStreamRefCfnStream.fromStreamArn(software.constructs.Construct scope, String id, String arn) Creates a new IStreamRef from an ARN.static IStreamRefCfnStream.fromStreamName(software.constructs.Construct scope, String id, String streamName) Creates a new IStreamRef from a streamName.Methods in software.amazon.awscdk.services.kinesis with parameters of type IStreamRefModifier and TypeMethodDescriptionstatic StringCfnStream.arnForStream(IStreamRef resource) CfnResourcePolicy.Builder.resourceArn(IStreamRef resourceArn) Returns the Amazon Resource Name (ARN) of the resource-based policy.CfnResourcePolicyProps.Builder.resourceArn(IStreamRef resourceArn) Sets the value ofCfnResourcePolicyProps.getResourceArn() -
Uses of IStreamRef in software.amazon.awscdk.services.kinesisfirehose
Methods in software.amazon.awscdk.services.kinesisfirehose with parameters of type IStreamRefModifier and TypeMethodDescriptionCfnDeliveryStream.Builder.deliveryStreamName(IStreamRef deliveryStreamName) The name of the Firehose stream.CfnDeliveryStreamProps.Builder.deliveryStreamName(IStreamRef deliveryStreamName) Sets the value ofCfnDeliveryStreamProps.getDeliveryStreamName() -
Uses of IStreamRef in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda with parameters of type IStreamRefModifier and TypeMethodDescriptionCfnEventSourceMapping.Builder.eventSourceArn(IStreamRef eventSourceArn) The Amazon Resource Name (ARN) of the event source.CfnEventSourceMappingProps.Builder.eventSourceArn(IStreamRef eventSourceArn) Sets the value ofCfnEventSourceMappingProps.getEventSourceArn() -
Uses of IStreamRef in software.amazon.awscdk.services.logs
Methods in software.amazon.awscdk.services.logs with parameters of type IStreamRefModifier and TypeMethodDescriptionCfnSubscriptionFilter.Builder.destinationArn(IStreamRef destinationArn) The Amazon Resource Name (ARN) of the destination.CfnSubscriptionFilterProps.Builder.destinationArn(IStreamRef destinationArn) Sets the value ofCfnSubscriptionFilterProps.getDestinationArn()CfnDestination.Builder.targetArn(IStreamRef targetArn) The Amazon Resource Name (ARN) of the physical target where the log events are delivered (for example, a Kinesis stream).CfnDestinationProps.Builder.targetArn(IStreamRef targetArn) Sets the value ofCfnDestinationProps.getTargetArn() -
Uses of IStreamRef in software.amazon.awscdk.services.pipes
Methods in software.amazon.awscdk.services.pipes with parameters of type IStreamRefModifier and TypeMethodDescriptionCfnPipe.Builder.source(IStreamRef source) The ARN of the source resource.CfnPipeProps.Builder.source(IStreamRef source) Sets the value ofCfnPipeProps.getSource()