| Package | Description |
|---|---|
| software.amazon.awscdk.services.events.targets |
Event Targets for Amazon EventBridge
|
| software.amazon.awscdk.services.kinesis |
Amazon Kinesis Construct Library
|
| software.amazon.awscdk.services.lambda.eventsources |
AWS Lambda Event Sources
|
| software.amazon.awscdk.services.logs.destinations |
CDK Construct Libray for AWS XXX
|
| Modifier and Type | Method and Description |
|---|---|
static KinesisStream.Builder |
KinesisStream.Builder.create(IStream stream) |
| Constructor and Description |
|---|
KinesisStream(IStream stream) |
KinesisStream(IStream stream,
KinesisStreamProps props) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IStream.Jsii$Default
Internal default implementation for
IStream. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IStream.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
Stream
(experimental) A Kinesis stream.
|
| Modifier and Type | Method and Description |
|---|---|
static IStream |
Stream.fromStreamArn(software.constructs.Construct scope,
String id,
String streamArn)
(experimental) Import an existing Kinesis Stream provided an ARN.
|
static IStream |
Stream.fromStreamAttributes(software.constructs.Construct scope,
String id,
StreamAttributes attrs)
(experimental) Creates a Stream construct that represents an external stream.
|
| Modifier and Type | Method and Description |
|---|---|
IStream |
KinesisEventSource.getStream() |
| Modifier and Type | Method and Description |
|---|---|
static KinesisEventSource.Builder |
KinesisEventSource.Builder.create(IStream stream) |
| Constructor and Description |
|---|
KinesisEventSource(IStream stream,
KinesisEventSourceProps props) |
| Constructor and Description |
|---|
KinesisDestination(IStream stream) |
Copyright © 2021. All rights reserved.