@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:37.750Z") @Stability(value=Experimental) public interface KinesisStreamProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
KinesisStreamProps.Builder
A builder for
KinesisStreamProps |
static class |
KinesisStreamProps.Jsii$Proxy
An implementation for
KinesisStreamProps |
| Modifier and Type | Method and Description |
|---|---|
static KinesisStreamProps.Builder |
builder() |
default RuleTargetInput |
getMessage()
(experimental) The message to send to the stream.
|
default String |
getPartitionKeyPath()
(experimental) Partition Key Path for records sent to this stream.
|
@Stability(value=Experimental) @Nullable default RuleTargetInput getMessage()
Must be a valid JSON text passed to the target stream.
Default: - the entire CloudWatch event
@Stability(value=Experimental) @Nullable default String getPartitionKeyPath()
Default: - eventId as the partition key
@Stability(value=Experimental) static KinesisStreamProps.Builder builder()
KinesisStreamProps.Builder of KinesisStreamPropsCopyright © 2020. All rights reserved.